Sunday, July 10, 2011

Site Map, div and span

A site map is a list of pages of a web site accessible to crawlers or users. It can be either a document in any form used as a planning tool for web design, or a web page that lists the pages on a web site, typically organized in hierarchical fashion. This helps visitors and search engine bots find pages on the site.



SPAN
  The tag defining the style of any in-line element
Example of span:
     <span style="color:yellow; font-size: 2em;">O</span>
In-line Element
  An HTML element that does not cause the addition of preceding and the following line feeds in the client browser
Ex: <strong> or <i>
DIV
  The tag defining the style of any block element
Example of div:
   <div style=”background-color: red”>
Block Element
  An HTML element that is automatically preceded and followed by a line feed in the client browser
Ex: <p> or <h1>




FOR ME DIV AND SPAN IS SIMILAR..:)

No comments:

Post a Comment