HTML5 Document Structure
HTML5 Document Structure General HTML 5 Document Structure is as below … ……. <!DOCTYPE html> specifies that this document is HTML5 document and you can use all html5 tags here. <html> is root tag of HTML document it contains two child tags <head> and <body> <head> specifies that this portion contains heading information of the … Read more