Computer Applications
Fill in the blanks:
(i) …………… tag is used to insert a line break on a web page.
(ii) The tag …………… is used to create subscripts and …………… tag is used to create superscripts on a web page.
HTML Intro
2 Likes
Answer
(i) <BR> tag is used to insert a line break on a web page.
(ii) The tag <SUB> is used to create subscripts and <SUP> tag is used to create superscripts on a web page.
Answered By
1 Like
Related Questions
Apply different font styles on these lists.
Write HTML code to display an ordered list (with uppercase roman numbers) listing any three subjects being taught in your school. The web page should have a red background and the title of the page should be 'My Subjects'.
The document structure elements of HTML page is/are:
- HTML
- BODY
- HEAD
- All the above
Which attribute does not come in
<HR>tag ?- Size
- Colour
- Width
- Length