State whether the following statements are True/False:
1. You can display an HTML document in bulleted form by using bullet styles
taking bulleted list from MS Word,
2. A browser interprets the HTML codes on web page.
3. In an ordered list, the contents are displayed in bulleted form.
4. You can add a visual appeal by inserting images in an HTML document..
5. By default, border is added to a picture in an HTML document.
6. You can also insert pictures in HTML documents from an external source.
II. Name the following:
1. Two ways to display HTML list:
(a)
(b)
2. Two attributes of the Marquee tag:
(a) ..........
(b)
3. Two ways to customize the pictures in HTML documents :
Answers
Answered by
6
Answer
1. False
2. True
3. True
4. True
5. False
6. True
Answered by
9
Statements 1, 3 and 5 are false and statements 2,4, and 6 are true
Explanation:
- You cannot show HTML in bulleted form by using bullet styles taking bulleted list from MS Word. Hence, its false.
- Yes a browser interprets the HTML on web page. Hence, its true.
- In an ordered list, the contents are in ordered numerical or alphabetical form. Hence, its false.
- Yes you can add a visuals by inserting images in HTML document. Hence, its true.
- By default, border is not added to a picture in an HTML document. Hence, its false.
- You can also insert pictures in HTML documents from an external source. Hence, its true.
- Two ways to display HTML list: ordered (ol) and unordered lists (ul).
- Two attributes of marquee tag: height and loop.
- Two ways to customize the picture in HTML: adding border or text to it.
Similar questions