Latest

Continue reading this blog to discover yourself

Tuesday, July 26, 2022

Basic structure of web page

Basic Structure of Web page


Tags

Description

<!DOCTYPE html>

Defines the document type. DOCTYPE html means this document type is HTML

<html> </html>

Defines an HTML document. It's contain all tags used on HTML.

<head> </head>

Contains metadata / information for the html   document.

<title> </title>

Defines a title for the html document.

<body> </body>

Defines the document's body.

<h1> </h1>

Defines HTML headings.

<p> </p>

Defines a paragraph.


No comments:

Post a Comment