Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="styles.css">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<title id="survey-form">Survey Form</title>
<h1 id="title">Digital Survey Form</h1>
<p id="description">please take the time to fill this form.</p>
<form>
<fieldset>
</fieldset>
</form>
</body>
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Linux; U; Android 12; zh-cn; Infinix X6515 Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/103.0.5060.129 HiBrowser/v2.10.1.2 UWS/ Mobile Safari/537.36
Challenge Information:
Survey Form - Build a Survey Form
Preview is not showing …!