HTML elements starts with an opening tag <h1> and a closing tag </h1> The closing tag </h1> has a slash in its structure.
<h1>Hi, How Are You?</h1>
more examples for HTML elements
<p>I love <em>teaching <strong>programming</em>!</strong></p>
HTML elements starts with an opening tag <h1> and a closing tag </h1> The closing tag </h1> has a slash in its structure.
<h1>Hi, How Are You?</h1>
<p>I love <em>teaching <strong>programming</em>!</strong></p>
Comments
Post a Comment