Survey Form - Build a Survey Form

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 …!

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

can you add more details? what is not showing exactly?

1 Like

That was browser issue , resolved .

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.