


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The structure of HTML documents as blocks of text, including paragraphs and headings. It describes how to format paragraphs and headings using tags and attributes, and how to align them on the screen. It also introduces the horizontal rule tag, which places a line across the screen to break up the page. examples of how to use these tags in HTML code.
Typology: Study notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!



In HTML, documents are structured as blocks of text, each of which can be formatted independently. The two major blocks of text in HTML documents are (a) Paragraph (b) Heading Paragraph tag : Most text is part of a paragraph of information. Every paragraph has to be explicitly tagged within the source of the document. Each paragraph can be aligned on the screen either to the left, right or centered. The …………… ………………..
Different colors for different heading tags
This is H1 tag. This is H2 tag. This is H3 tag. This is H4 tag. This is H5 tag. This is H6 tag._
_
_ Output: Horizontal rule tag : This tag places a horizontal line across the screen. These lines are used to break up the page. The **** tag does not require any end tag. ** Ex :
**
_ Horizontal Rules
Example Horizontal Rules
_ Output: