Skip to main content

Posts

Showing posts from September, 2021

The first website using W3.CSS

  <! 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://www.w3schools.com/w3css/4/w3.css" >      < script   src = "https://kit.fontawesome.com/c62ab2423f.js"   crossorigin = "anonymous" ></ script >      < title > Document </ title > </ head > < body >    < nav   class = "w3-bar w3-black" >      < a   href = "#"   class = "w3-button w3-bar-item" > home </ a >      < a   href = "#"   class = ...