English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Here are examples of various applications of attributes, tags, tables, layouts, and hyperlinks in HTML.
A very simple HTML document
HTML Titles
HTML Paragraphs
HTML hyperlink
HTML image
HTML Tables
Example Analysis
HTML Titles
Insert comments in the HTML source code
Insert a horizontal line
Example Analysis
HTML Paragraphs
More paragraphs
Use of line breaks in HTML.
Typesetting a poem in HTML
Example Analysis
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 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 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
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 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
Unordered list
Ordered list
Ordered lists of different types
Unordered lists of different types
Nested list
Nested list 2
Custom list
Example Analysis
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
Inline frame (Inserting a frame in an HTML page)
Example Analysis
Describes the document title
Default URL link in HTML page
Provide document metadata
Example Analysis