₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,362 members, 8,421,550 topics. Date: Saturday, 06 June 2026 at 03:57 PM

Toggle theme

The Basic Html Structure - Webmasters - Nairaland

Nairaland ForumScience/TechnologyWebmastersThe 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>
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

Design Professional WebsitesGet An Expert To Handle Your Web Relating Project and Share mind Blowing IdeasHow To Find EV Charging Stations In Google Maps