HTML Introduction


HTML is the standard language for creating web pages


A few facts about HTML


A Simple HTML Document

Example Explained


What is an HTML Element?

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

The HTML element is everything from the start tag to the end tag, including attributes, and content


Web Browsers

A web browser is what you view a web page through. In fact, you are looking at this page using a web browser. A web browser's job is to display content (usually HTML) to the user. Some common examples of web browsers are Google Chrome, Mozilla Firefox, Apple Safari and Microsoft Edge.