6.0k views
0 votes
Which is an example of correct HTML?

<h1>This is a heading </h1>
</h1>This is a heading<h2>
</h1>This is a title</h1>
<p/>This is a title</p>
please help! god bless you all


Which is an example of correct HTML? <h1>This is a heading </h1> </h-example-1
User Zhuoran He
by
6.2k points

2 Answers

2 votes

Answer:

a is the answer i took same quiz

Step-by-step explanation:

User Muhammad Altabba
by
6.4k points
1 vote

Answer: The first option

Explanation: In HTML, tags are used to classify the format of text between them. The correct usage of a tag is shown in the first option, with the first tag, <h1>, proclaiming that the following text is a part of the first header (hence h1), and the second tag proclaiming the conclusion of the first (the forward slash before the h1 in the second tag shows that the first tag is being concluded, and no text past that point pertains to the tags).

User Latorrefabian
by
6.1k points