HTML & CSS Well-formed Markup Pages
HTML FUNDAMENTALS Construct well-formed page markup Doctype -tag This tag provides information to the browser on what kind of document to expect. This tag is always the first tag in any HTML document. (DOCTYPE is not case sensitive and can be written in multiple ways) <!DOCTYPE html> HTML element or tag – is the root … Read more