The Basic Html Structure - Webmasters - Nairaland
Nairaland Forum › Science/Technology › Webmasters › The Basic Html Structure (630 Views)
1 Reply
| The Basic Html Structure by abiola828(op): 7:36am On Aug 27, 2019 |
The basic structure for all HTML documents is the same and should include the following minimum elements and tags: <DOCTYPE> -- The declared type of the document. <html> -- The main container for HTML pages. <head> -- The container for page header information <title> -- The title of the page. <body> -- The main body of the page. These elements fit together in the following template format: <! DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” http://www.w3.org/TR/html4/strict.dtd> <html> <head> <meta … meta tags go here …> <title> title of the page/document goes here </title> <LINK rel =”stylesheet” href=”external style sheet name” type=”text/css”> <style> ... any document specifies styles go here … </style> <script> …. client-side scripts go here …. </script> </head> <body> …. body of document goes here, paragraphs modified by block elements, characters, words, and statement modified by in line elements … </body> </html> |
Basic SEO Tips And Guidelines For Blog In 2022 - Tuplea • The Basic Architecture Concepts I Wish I Knew When I Was Getting Started As A We • How To Create An E-learning Website In HTML, CSS,PHP And Mysql • 2 • 3 • 4
Design Professional Websites • Get An Expert To Handle Your Web Relating Project and Share mind Blowing Ideas • How To Find EV Charging Stations In Google Maps