Posts

Showing posts with the label css code copy

Html code for Survey Form

Image
  < DOCTYPE !  html >      < html   lang = "en" >      < head >        < meta   name = "viewport"   content = "width=device-width, initial-scale=1" >        < link   rel = "stylesheet"   href = "styles.css" >        < title ></ title >      </ head >        <!-- CODIX SANSAAR THE YOUTUBE CHANNEL-->      < body >        < h1   id = "title" > freeCodeCamp Survey Form </ h1 >        < p   id = "description" > Thank you for taking the time to help us improve the platform </ p >     < center >   < form   id = "survey-form" >     < label   id = "name-label"   for = "name" > Naam* </ label >     < input   placeholder = "Enter your name"   type = "text"   required   id = "name" >     < label   id = "email-label"   for = "email" &g

Pageviews