About Lesson
HTML Elements are written with start tags and end tags. The start tag is also called the
opening tag. The end tag is also called the closing tag.
<tagname> This is the content part. </tagname>
<p> This is a paragraph. </p>
HTML Elements can have attributes.
Join the conversation