What is HTML?

A Simple HTML Document

What is an HTML Element?

An HTML element is defined by a start tag, some content, and an end tag:

<tagname> Content goes here… </tagname>

HTML Editors

Web pages can be created and modified by using professional HTML editors. NOTEPAD++ Recommended.