HTML Tutorial
Elements & Tags
Learn the difference between tags and complete elements.
Tags are the markup syntax written with angle brackets.
An element includes the opening tag, content, and closing tag.
code
<p>This is a paragraph element.</p>HTML Tutorial
Learn the difference between tags and complete elements.
Tags are the markup syntax written with angle brackets.
An element includes the opening tag, content, and closing tag.
<p>This is a paragraph element.</p>