Skip to main content

Posts

Featured

Forms and input tags.

<! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < title > Forms </ title > </ head > < body >      < h2 > This Is HTML Form Tutorial  </ h2 >      < form   action = "backend.php" >          < div >              < label   for = "name" > Name </ label >              < input   type = "text"   name = "myName"   id = "name" >          </ div >          ...

Latest posts

Img and Anchor tags | Web Development

HTML Tutorial: Title, Script, Link & Meta Tags