HTML Elements
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...
devopsparthu.com2 min read