HTML Elements
Sep 2, 2024 · 2 min read · HTML Elements
The HTML elements have a starting tag --> content --> ending tag.
Example of some HTML Elements:
<h1>This is first heading</h1>
<p>This is first paragraph</p>
Starting TagElement contentEnding Tag
<h1>This is the first headin...