HTML

HTML (Hypertext Markup Language) is the set of markup symbols or codes inserted in a file intended for display on a World Wide Web browser page. It provides a means to describe the structure of text-based information in a document — by denoting certain text as links, headings, paragraphs, lists etc. HTML is written in the form of tags and HTML can also include embedded scripting language code which can affect the behavior of Web browsers .

You Can find here many types of tutorials and example of HTML as follows :

HTML Basic Tags Examples

  1. A very simple HTML document
  2. How text inside paragraphs is displayed
  3. More paragraphs
  4. The use of line breaks
  5. Poem problems (some problems with HTML formatting)
  6. Heading tags
  7. Center aligned heading
  8. Insert a horizontal rule
  9. Comments in the HTML source
  10. Add a background color

HTML Formatting Text Examples

  1. Text formatting
  2. Preformatted text (how to control line breaks and spaces)
  3. Different computer-output tags
  4. Insert an address
  5. Abbreviations and acronyms
  6. Text direction
  7. Long and short quotations
  8. How to mark deleted and inserted text

HTML Link Examples

  1. Set an image as a link
  2. Open a link in a new browser window
  3. Jump to another part of a document (on the same page)
  4. Break out of a frame
  5. How to link to a mail message (will only work if you have mail installed)
  6. A more complicated mailto link

HTML Frame Examples

  1. How to create a vertical frameset with 3 different documents
  2. How to create a horizontal frameset with 3 different documents
  3. How to use the {noframes} tag
  4. How to mix a frameset in rows and columns
  5. Frameset with noresize="noresize"
  6. How to create a navigation frame
  7. Inline frame (a frame inside an HTML page)
  8. Jump to a specified section within a frame
  9. Jump to a specified section with frame navigation

HTML Table Examples

  1. Simple tables
  2. Different table borders
  3. Table with no borders
  4. Headings in a table
  5. Empty cells
  6. Table with a caption
  7. Table cells that span more than one row/column
  8. Tags inside a table
  9. Cell padding (control the white space between cell content and the borders
  10. Cell spacing (control the distance between cells)
  11. Add a background color or a background image to a table
  12. Add a background color or a background image to a table cell
  13. Align the content in a table cell
  14. The frame attribute
  15. The frame and border attributes

HTML List Examples

  1. An unordered list
  2. An ordered list
  3. Different types of ordered lists
  4. Different types of unordered Lists
  5. Nested list
  6. Nested list 2
  7. Definition list

HTML Form and Input Examples

  1. How to create input fields
  2. Password fields
  3. Checkboxes
  4. Radiobuttons
  5. Simple drop-down box (a selectable list)
  6. Another drop-down box with a pre-selected value
  7. Textarea (a multi-line text input field)
  8. Create a button
  9. Draw a border with a caption around data
  10. Form with an input field and a submit button
  11. Form with checkboxes and a submit button
  12. Form with radiobuttons and a submit button
  13. Send e-mail from a form

HTML Image Examples

  1. Insert images
  2. Insert images from another folder or another server
  3. Background image
  4. Align an image within a text
  5. Let the image float to the left/right of a paragraph
  6. Adjust images to different sizes
  7. Display an alternate text for an image (if the browser can't load images)
  8. Make a hyperlink of an image
  9. Create an image-map, with clickable regions
  10. Turn an image into an image map

HTML Background Examples

  1. Good background and text color
  2. Bad background and text color
  3. Good background image
  4. Good background image 2
  5. Bad background image

HTML Style Examples

  1. Styles in the head section of an HTML document
  2. Link that is not underlined
  3. Link to an external style sheet

HTML (head) Examples

  1. Set a title of a documentOne target for all links on a page

HTML (meta) Examples

  1. Document description
  2. Document keywords
  3. Redirect a user to another URL

HTML Script Examples

  1. Insert a script
  2. Handle browsers that do not support scripts



HTML is being replaced by a new language, called XHTML. XHTML is in many ways similar to HTML but is design to work with the Extensible Hypertext Markup Language, or XHTML, is a markup language that has the same depth of expression as HTML, but also conforms to XML syntax.
XHTML will be only one of many "languages." But, XHTML is designed to work with these other language, so that different documents, in different languages, can be easily mixed together


You Can find here many types of tutorials and example of XHTML as follows :
  1. Introduction to XHTML
  2. XHTML - Why?
  3. Differences between XHTML and HTML
  4. XHTML Syntax
  5. XHTML DTD
  6. XHTML HowTo
  7. XHTML Validation
  8. XHTML Modules
  9. XHTML Summary

XHTML References

  1. XHTML 1.0 Reference
  2. XHTML 1.0 Standard Attributes
  3. XHTML 1.0 Event Attributes