Tell us what’s happening:
Priew wont show. Have tried most things that i could find online
any ideas?
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Survey Form<title/>
<link rel="sytlesheet" href="styles.css"/>
</head>
<body>
<h1 id="title">Survey Form</h1>
<p id="description">Tell us what you think!</p>
<form>
</form>
</body>
</html>
/* file: styles.css */
body{width:100%;}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36
Challenge Information:
Survey Form - Build a Survey Form