HTML & CSS FIRST Project ( First try to create a website by using html and css )
Html code :- <!DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > website css and html </ title > < link rel = "stylesheet" href = "style.css" > </ head > < body > < header > < div class = "nav" > < ul > < li > < a href = "" > Home </ a ></ li > < li > < a href = "" > about </ a ></ li > < li > < a href = "" > project </ a > < ul > < li > < a ...