The correctly written HTML element is:
<h2> Welcome to my web page </h2>
This option properly opens and closes the <h2>
tag.
(1 point)
Responses
<h2> Welcome to my web page <h2>
Welcome to my web page
<h2> Welcome to my web page </h2>
Welcome to my web page
(h2> Welcome to my web page <h2)
(h2> Welcome to my web page
<h2 Welcome to my web page h2>
1 answer
The correctly written HTML element is:
<h2> Welcome to my web page </h2>
This option properly opens and closes the <h2>
tag.