₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,409 members, 8,450,199 topics. Date: Wednesday, 22 July 2026 at 10:38 PM

Toggle theme

The Basic Html Structure - Webmasters - Nairaland

Nairaland ForumScience/TechnologyWebmastersThe Basic Html Structure (640 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>
1 Reply

Basic SEO Tips And Guidelines For Blog In 2022 - TupleaThe Basic Architecture Concepts I Wish I Knew When I Was Getting Started As A WeHow To Create An E-learning Website In HTML, CSS,PHP And Mysql234

Magento 2 Marketplace Plugins | Magento 2 Marketplace Seller CouponsHelp With CdnBlogger