0% found this document useful (0 votes)
6 views2 pages

Basic HTML Tags

The document provides a basic overview of essential HTML tags and their descriptions. It includes tags for defining document structure, such as <!DOCTYPE>, <html>, <head>, and <body>, as well as formatting elements like headings, paragraphs, and line breaks. Additionally, it mentions the use of comments in HTML with the <!--...--> syntax.

Uploaded by

Kagim Tahil
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Basic HTML Tags

The document provides a basic overview of essential HTML tags and their descriptions. It includes tags for defining document structure, such as <!DOCTYPE>, <html>, <head>, and <body>, as well as formatting elements like headings, paragraphs, and line breaks. Additionally, it mentions the use of comments in HTML with the <!--...--> syntax.

Uploaded by

Kagim Tahil
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Basic HTML

Tag Description

<!DOCTYPE> Defines the document type

<html> Defines an HTML document

<head> Contains metadata/information for the document

<title> Defines a title for the document

<body> Defines the document's body

<h1> to Defines HTML headings


<h6>

<p> Defines a paragraph

<br> Inserts a single line break

<hr> Defines a thematic change in the content

<!--...--> Defines a comment

You might also like