The language used to design web pages which
meant a language for displaying web pages and other information that can be
displayed in a web browser.
HTML is written in the form of HTML
elements consisting of tags enclosed in angle brackets (like <html>),
within the web page content.
HTML tags most commonly come in pairs like
<h1> and </h1>, although some tags, known as empty elements, are
unpaired, for example <img>.
The first tag in a pair is the start tag,
the second tag is the end tag (they are also called opening tags and closing
tags).
In
between these tags web designers can add text, tags, comments and other types
of text-based content.
Example of HTML
Main HTML Elements
- DOCTYPE
- HTML
- HEAD
- TITLE
- OPTIONAL ELEMENTS
- BASE
- META
- BGSOUND
- SCRIPT,NOSCRIPT
- STYLE
- LINK
- BODY ELEMENT
- <BODY BGCOLOR=“YELLOW”>
- HTML Attributes and Attribute Values
- BACKGROUND
- BGCOLOR
- TEXT
- LINK,VLINK,ALINK
- OnLoad, OnUnload, OnFocus, OnBlur
- Elements inside BODY element
- <BODY>
</BODY>
Reference on HTML Elements
META ELEMENTS – Records document information, forwards and refreshes pages
|
NAME=“author”
NAME=“keyword”
NAME=“description”
HTTP-EQUIV=“refresh”
|
BLOCK-LEVEL ELEMENTS
|
-Headings
-H1…H6
-ALIGN
-Basic Text Sections
-P
-ALIGN
-PRE
-WIDTH
-ADDRESS
-BLOCKQUOTE
-Lists
-OL
-LI
-UL
-DL
-DT
-DD
-Tables and Forms
-Misc.
-HR
-DIV
-CENTER MULTICOL
|
Reference on HTML Block-level Elements
- https://developer.mozilla.org/en-US/docs/HTML/Block-level_elements
- http://www.htmlhelp.com/reference/html40/block.html
- http://en.wikipedia.org/wiki/HTML_element
Reference on HTML Meta Tags
HTML Tutorial for Beginners
No comments:
Post a Comment