Skip to content

Instantly share code, notes, and snippets.

@saivnm5
saivnm5 / HTML.md
Last active November 29, 2017 06:18
Web Development for Dummies

Introduction to HTML

HTML is a simple (Hyper-Text) Markup Language used to describe the structure of user interfaces on the web.

An HTML page is made up of elements, defined with a start tag and an end tag:

<tag>content goes here</tag>

HTML elements can also contain additional information in the form of attributes, defined inside the start tag: