Advertisements
Advertisements
Question
Explain any three tags of HTML which do not - have ending tags.
Answer in Brief
Solution
<BR> tag:
1. <BR> tag insert line break into a text flow.
2. It tells the browser to wrap the text that follows onto a new line without inserting any extra space between the lines.
<HR> tag:
1. A web page can be divided into separate sections by using horizontal rulers, <HR> tag. It is also called as horizontal line.
2. This tag is mostly used for decorative purposes.
<IMG> tag:
1. <IMG> is image tag. Its purpose is to include graphic images in the body of the web page.
2. To make an image as a separate paragraph, it is enclosed within paragraph elements.
e.g; <P> <IMG SRC = "C : \ My Documents \ Lion.jpg" ></P>
shaalaa.com
Hyper Text Markup Language (HTML)
Is there an error in this question or solution?