About HTML
By
|
April 4th 2018 01:38:49 PM
| viewed
999
times
What is HTML
HTML is the standard markup language for creating Web pages.
- HTML stands for Hyper Text Markup Language
- HTML elements are the building blocks of HTML pages
- HTML elements are represented by tags(..)
- Attributes provide additional information about HTML elements.
- Attributes are always specified in the start tag
- Attributes usually come in name/value pairs like: name="value"
HTML Documents structure and elements writing priority
<html>
<head >
<title> About HTML </title>
<
HTML Versions
Version |
Year |
HTML |
1991 |
HTML 2.0 |
HTML 3.2 |
HTML 4.01 |
1999 |
XHTML |
2000 |
HTML5 |
2014 |