Tuesday, March 14, 2006

HTML and Dynamic HTML

HTML is a markup language used for the creation of web pages. HTML is used to structure information, define headings, paragraphs, lists, tables, etc.

Markup element types:
  • Structural (h1, h2)
  • Presentational bold (b)
  • Hypertex Wikipedia (href)

For more information on HTML elements see http://en.wikipedia.org/wiki/HTML_element.

The document type definition:

All html documents should start with a DocType declaration and Document Type Definition.

Dynamic HTML or DHTML is a way of creating interactive (non-static) web pages by using a combination of HTML static, client-side scripting language such as Java-Script, CSS (Cascading style sheets) and the DOM (Document Object Model). More information about Dynamic HTML can be find by following the link http://en.wikipedia.org/wiki/Dynamic_HTML.




0 Comments:

Post a Comment

<< Home