Expand OL, B, HR, IMG tag.
Q8. Expand the following tags used in HTML:
- <OL>
- <B>
- <HR>
- <IMG>
Ans. 1. <OL>: Stands for ordered list. The <OL> tag is used to create an ordered list in the Web page.
Ans. 2. <B>: Stands for Bold. The <B> tag is used to apply the bold style to the selected text.
Ans. 3. <HR>: Stands for Horizontal Rule. The <HR> tag is used to create a horizontal rule in a Web page.
Ans. 4. <IMG>: Stands for Image. The <IMG> tag is used to insert an image in the Web page.