Explain Line breaks with reference to HTML.
21 Likes
Line break tag <BR> is used to provide blank spaces between the lines. The BR tag is an empty tag and so, it doesn't require any closing tag. This tag is written at the end of the line.
<BR>
For example:
Line 1...<BR>
Answered By
13 Likes
Explain Body tags with reference to HTML.
Explain Paragraph tags with reference to HTML.
Write all the steps to start writing an HTML document
Write all the steps to view an HTML document on a web page