QUESTION IMAGE
Question
- what kind of tag is this <p>? a heading start tag a paragraph start tag a heading end tag a paragraph end tag 4. what kind of tag is this </p>? a heading start tag a paragraph start tag a heading end tag a paragraph end tag other: i 5. what is true about this tag, <h1>? check all that apply * it is a heading 1 start tag it is used to make a title it is the biggest heading tag it requires you use an end tag too all of the above
Brief Explanations
In HTML, the <p> tag is used to define a paragraph and is the start - tag for a paragraph. The </p> tag is the corresponding end - tag for a paragraph. The <h1> tag is the start - tag for a level 1 heading, used for titles, is the largest among heading tags, and requires an end - tag </h1>.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- B. A paragraph start tag
- D. A paragraph end tag
- E. All of the above