HTML
What is HTML?
- HTML stands for Hyper Text Markup Language.
- HTML is a markup language.
- A markup language is a set of markup tags.
- The tags describe document content.
- HTML documents contain HTML tags and plain text.
- HTML documents are also called web pages.
Contents
1.Introduction
2.Editors3.Basics
4.Elements
5.Attributes
6.Headings
7.Paragraphs
8.Formatting
9.Comments
10.Links
11.Head
12.Images
13.Lists
14.Blocks
15.Layout
16.Forms
17.Colors18.HTML5
Uses of HTML
- It forms the skeleton system of your webpage.
- It's elements form the building blocks of all websites.
- It allows images and objects to be embedded and can be used to create interactive forms.
- It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items.
- It can embed scripts written in languages such as JavaScript which affect the behavior of HTML web pages.
Additional Links
- Video Tutorials