Computer Science, asked by dshalu821gmailcom, 3 months ago

True or False
(1) <h1> to < h6> tag add heading in descending order of the heading size.
(2) <p> tag automatically adds the break to end of paragraph .
(3)Ordered list generate the list with bulleted mark at the begining .
(4) Type attribute can be added to the unordered list .​

Answers

Answered by himanshu2006vps
3

Answer:

1) True

<h1> to < h6> tag add heading in descending order of the heading size.

2)False

<br>tag automatically adds the break to end of paragraph .

3)True

Ordered list generate the list with bulleted mark at the begining .

4)True

Type attribute can be added to the unordered list .

Answered by nidaeamann
1

Explanation:

The answers to given statements are;

1 . True

2. False

3. True

4. True

The statements given in question are from an HTML language. Usually, HTML language is used to program web pages.

HTML is the language that is behind all the websites. It develops the content of the web page. It is basically a mark-up language with different types of content in document, representing tables, text, image etc

Similar questions