!DOCTYPE html5
What is Doctype in HTML? HTML5 Doctype Declaration Example – The <!DOCTYPE> declaration must be the very first thing in your HTML document, before the <html> tag.The <!DOCTYPE> declaration is not an HTML tag; it is an instruction to the … Read more