Page 83 - Touchpad_Plus_V3.2_Class 7
P. 83
The <Hn> Tag
In HTML, headings are used to structure content on a
webpage, similar to how books have main headings CSS is like the color and texture of a
and sub-headings. There are six levels of headings, flower or leaf, which enhances the
represented by the <Hn> tag, where "n" is a number plant's visual appeal.
from 1 to 6. The <H1> tag is used for the largest
and most important heading, while <H6> is for the
smallest and least important. Each heading tag has
an opening tag, such as <H1>, and a closing tag, like </H1>. The size of the heading decreases
as the number increases, with <H1> being the largest and <H6> the smallest. These tags help
organise content and make it easier for users to understand the webpage's structure.
The <P> Tag
The <P> tag defines the start and end of a paragraph in the text. It is a container tag. Whenever
you want to start a new paragraph, you can use the <P> tag. The paragraph tag automatically
inserts a blank line between two paragraphs.
The <BR> Tag
The <BR> tag is used when you want to start
a new line but do not want to start a new
paragraph. This tag is also known as a line
break. This tag forces a line break wherever
you will place it. It is an empty tag.
More on HTML 81

