Skip to main content

Posts

Showing posts from October, 2021

W3.CSS Contact Form

  <! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   http-equiv = "X-UA-Compatible"   content = "IE=edge" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < link   rel = "stylesheet"   href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" >      < link   rel = "stylesheet"   href = "../css/w3.css" >      < title > Saturday, revising W3.CSS lessons </ title > </ head > < body >      < form   action = "#"   class = "w3-container w3-card-4 w3-light-gray w3-text-light-green w3-margin" >          < ...