Computer Science, asked by jayantasau1984, 2 months ago

Write one word for the following.
1. Tag used to underline text
3. The kind of elements <h1>, <h2>, etc., are
4. The attribute of the FONT tag used to change the font
5. Tags that are on the way to being discontinued
2. The attribute of HR tag that sets the length of the line​

Answers

Answered by xXBrandedQueenXx
1

Answer:

Most browsers will display the <h1> element with the following default values:

h1 { display: block; font-size: 2em; ...

h2 { display: block; font-size: 1.5em; ...

h3 { display: block; font-size: 1.17em; ...

h4 { display: block; font-size: 1em; ...

h5 { display: block; font-size: .83em; ...

h6 { display: block; font-size: .67em;

Similar questions