Introduction to HTML Quiz Graded A+ 2024
How many different heading elements does HTML support?
1. <h3>
2. <h1>
3. <h6>
4. <h9> - ANSWER-3. <h6>
How would the output of the code below change if <ul> and </ul> were changed to <ol>
and </ol>, respectively?
<ul>
<li>Lorem</li>
<li>Ipsum</li>
<li>Horribilis</li>
</ul>
1. The code would no longer output any visible content in the browser.
2. Numbers in the output would change to bullet points.
3. Bullet points in the output would change to numbers.
4. No changes to the output would occur. - ANSWER-3. Bullet points in the output
would change to numbers.
The abbreviation HTML stands for which of the following?
1. HyperText Markdown Language
2. HyperTransfer Markup Language
3. HyperTransfer Markdown Language
4. HyperText Markup Language - ANSWER-4. HyperText Markup Language
The following code is supposed to display an image, but fails to do so. Why?
<img https://www.example.com/laptop.jpg />
How many different heading elements does HTML support?
1. <h3>
2. <h1>
3. <h6>
4. <h9> - ANSWER-3. <h6>
How would the output of the code below change if <ul> and </ul> were changed to <ol>
and </ol>, respectively?
<ul>
<li>Lorem</li>
<li>Ipsum</li>
<li>Horribilis</li>
</ul>
1. The code would no longer output any visible content in the browser.
2. Numbers in the output would change to bullet points.
3. Bullet points in the output would change to numbers.
4. No changes to the output would occur. - ANSWER-3. Bullet points in the output
would change to numbers.
The abbreviation HTML stands for which of the following?
1. HyperText Markdown Language
2. HyperTransfer Markup Language
3. HyperTransfer Markdown Language
4. HyperText Markup Language - ANSWER-4. HyperText Markup Language
The following code is supposed to display an image, but fails to do so. Why?
<img https://www.example.com/laptop.jpg />