idesignedit's Blog

An XHTML table with meaning. September 23rd, 2009

An example of a well structured XHTML table:

XHTML table with meaning

XHTML table with meaning

  • Share/Bookmark

Microformats September 18th, 2009

This is called the hCard microformat it is used to ensure people and software applications can read the complete area.

vcard example

vcard example

  • Share/Bookmark

Semantic Mark-up September 18th, 2009

Semantic is a term for meaning, technically it is the meaning of a element and how that element describes the mark up of XHTML. There are many benefits to using semantics.

  • Your website will be more accessible and understandable to people using screen readers.
  • Search engine ranking will increase due to them being able to read the page easilier.
  • In lots of cases it will decrease the amount of code on the page.
  • Share/Bookmark

There are 3 ways HTML elements can be displayed September 18th, 2009

All HTML elements are displayed in one of the following ways: Block, Inline and Not displayed. Block elements will span the full width available to it and will start a new line in the flow of the HTML. Inline elements do not break the flow of the HTML they will fit within the flow of the HTML. Non displayed elements are elements such as meta tags.

Block elements examples:

Block elements

Block elements

Inline elements examples:

Inline elements

Inline elements

  • Share/Bookmark
Subscribe to my RSS feed

Copyright © 2009 – 2010 idesignedit. All rights reserved.