HTML PAGE STRUCTURE

 Eduaction Management 959 Lahore

Code With Jahangir 

HTML PAGE STRUCTURE

FREE COURSES 

FREE CERTIFICATE

HTML Page Structure

A basic HTML document:

<!DOCTYPE html>
<html lang="en">
<head>
    <title>Document</title>
</head>
<body>
    <h1>This is our first heading</h1>
    <p>This is our latest paragraph</p>
</body>
</html>

 

Visualization of this HTML document:

 

 

Display of this content on a web browser:

 

 

In the browser's title bar, all content of the <head> section will be displayed, while on the white background of the browser, all content of the <body> section will be displayed.

 Eduaction Management 959 Lahore

Code With Jahangir 

HTML PAGE STRUCTURE

FREE COURSES 

FREE CERTIFICATE

Previous Post Next Post

Contact Form