English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

HTML Basic Tutorial

HTML Media

HTML Reference Manual

HTML5 Basic Tutorial

HTML5 API

HTML5 Media

Comprehensive HTML Examples

Here are examples of various applications of attributes, tags, tables, layouts, and hyperlinks in HTML.

HTML basics

A very simple HTML document
HTML Titles
HTML Paragraphs
HTML hyperlink
HTML image
HTML Tables
Example Analysis

HTML Titles

HTML Titles
Insert comments in the HTML source code
Insert a horizontal line
Example Analysis

HTML Paragraphs

HTML Paragraphs
More paragraphs
Use of line breaks in HTML.
Typesetting a poem in HTML
Example Analysis

HTML Text Formatting

Normal text formatting
Preformatted text
"Computer output" tag
Address
Abbreviations and initials
Text direction
Block quote
Delete character effect and insert character effect
Example Analysis

HTML style

HTML Style element
Background color style
Font style, color, size
Text alignment style
Set text font
Set text font size
Set text font color
Set text font, font size, font color
HTML uses different styles
Link without underline
Link to an external stylesheet
Example Analysis

HTML Links

HTML hyperlink
Image link 
Link to a specified location on the current page
Exit the frame 
Create an email link
Create an email link 2 
Open link in a new browser window
Link to different locations on the same page

Create a Phone Link

Example Analysis

HTML Images

Insert image
Insert images from different locations
Arrange images
How to float an image to the left or right of the paragraph
Make image links
Create an image map
Example Analysis

HTML Tables

HTML table
Table without border
Table header in the table (Heading)
Table with title
Table cells spanning rows or columns
Labels within the table
Cell padding
Cell spacing
Example Analysis

HTML Lists

Unordered list
Ordered list
Ordered lists of different types
Unordered lists of different types
Nested list
Nested list 2
Custom list
Example Analysis

HTML form and input box, selection box

Create a text field input box
Create a password field input box
Radio buttons
Checkboxes
Simple dropdown list
Pre-selected dropdown list
Textarea
Create a button
Form with border
Form with input box and confirmation button
Form with checkboxes
Form with radio buttons
Send email via form
Example Analysis

HTML iframe

Inline frame (Inserting a frame in an HTML page)
Example Analysis

HTML Header Elements

Describes the document title
Default URL link in HTML page
Provide document metadata
Example Analysis

HTML JavaScript Script

Insert a Script
Use the <noscript> Tag
Example Analysis