HTML Element

An element consists of three essential pieces: an opening tag, the content, and a closing tag.

<p> - opening paragraph tag
Element Content - "Once upon a time..."
</p> - closing tag

No comments:

Post a Comment