What Is HTML
What Is HTML
</body>
</html>
Tip: The start tag is also called the opening tag, and the end tag the closing
tag.
Web Browsers
The purpose of a web browser (Chrome, Edge, Firefox, Safari) is to read HTML
documents and display them.
The browser does not display the HTML tags, but uses them to determine how
to display the document:
It must only appear once, at the top of the page (before any HTML tags).
<!DOCTYPE html>