QUESTION IMAGE
Question
select one
what is the proper way to create an html paragraph tag?
select the one choice that best answers the prompt above:
answer 1
(p) im a paragraph. (/p)
answer 2
<p> im a paragraph. </p>
answer 3
(p) im a paragraph. (/p)
answer 4
p im a paragraph. /p
In HTML, paragraph tags are defined using angle brackets (<>). The opening tag is <p> and the closing tag is </p>. Answer 2 uses <p> (opening) and </p> (closing) with angle brackets, which is the correct syntax for HTML paragraph tags. Other options use parentheses or square brackets, which are incorrect for HTML tags.
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
2: <p> I'm a paragraph. </p>