How the font size of a single line on a web page be changed ?
5 Likes
The font size of a single line on a web page can be changed by using <FONT> tag. Consider the following example,
<FONT>
<FONT> Line of Text </FONT>
Answered By
3 Likes
Write the extension of HTML code file.
How would you display text in the title bar of browser ?
Distinguish between <P> tag and <BR> tag with the help of an example.
<P>
<BR>
Why do we insert comments in an HTML document even though they are not displayed on a web page ?