Tech Blog   »   Home   »   Coders Forum   »   Computer Directory   »   Math Calculators   »   RSS:Directory|Forum 

Programming Language: HTML Source Code examples

HTML, which stands for HyperText Markup Language, is the predominant markup language for web pages. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes, and other items. It allows images and objects to be embedded and can be used to create interactive forms. It is written in the form of HTML elements consisting of "tags" surrounded by angle brackets within the web page content. It can load scripts in languages such as JavaScript which affect the behavior of HTML web pages. HTML can also be used to include Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both HTML and CSS standards, encourages the use of CSS over explicit presentational markup.

Embedding multiple nested lists

Nested lists can be tricky when constructing the source code.

HTML Example of lists and nested lists:
View the below source code as a webpage

Example Source Code:
codeObsessed.com

The Best Features of the Internet

  • You can meet people from countries around the world.
  • You have access to new media as it becomes public:
    • New games
    • New applications
      • For business
      • For pleasure
    • Around the clock news
    • Search Engines
    • Shopping
    • Programming
      • HTML
      • Java
      • Dynamic HTML
      • New Languages

    My 3 Favorite CEO's

    1. Bill Gates
    2. Steve Jobs
    3. Michael Dell

  • More list information
  • Even more list information

See the above source code as a: Web Page

When finally closing the list tag, it will move back one (to the left) after closing the unordered list and starting a new list.

Programming Language: HTML
CodeObsessed.com

Language: HTML


Code Examples:
Tags
Attributes
Elements
Headings
New Line
Paragraphs
Spaces
Pages:
Links
Images
Pictures
Forms
Tables:
Text Boxes
Buttons
Options / List
Radio input




More HTML source code examples

Forum Area maSpinner

The forum contains more programming examples, registration is free!





Validated with no errors:

Valid XHTML 1.0 Transitional     Valid CSS!


Site Map