Learn HTML

Master the basics of HTML with this tutorial

Introduction

HTML is the standard markup language for creating web pages.

HTML Elements

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

<tagname>Content goes here...</tagname>

Attributes

Attributes provide additional information about HTML elements.

<tagname attribute="value">Content goes here...</tagname>

Forms

HTML forms are used to collect user input.

Media

HTML supports various media elements like images, audio, and video.

Example image