How to Design a Simple Web Page in Div

The div is basically utilized to establish separate areascontrolled through Cascading style sheets and
or divisions of the website page. This is amongst thetherefore, needs less coding that helps in keeping the
extremely powerful elements in "XHTML", since it isfile size to the minimal.
necessary for placing the design of web page usingFriendly to all search engines - CSS based websites
"CSS".are search engine optimization friendly as these
Designing a simple web Page with div:-enable the web designer to keep main articles on top
Businessmen who consider their sites to be importantallowing search engines to find main contents more
for their business marketing needs must considereasily.
redesigning their sites with div tags. In simple words,Saving on bandwidth - A table-less website has
this process means implementing sites devoid ofsmaller file size, which means that it saves your
making use of tables for layout and positioning. Divbandwidth. If you have a huge traffic site, where
tags use style sheets which are commonly referredeach page is browsed by the site visitors, you shall
to as "Cascading style sheets" or "CSS" which allowsave on the bandwidth size by not having tables. This
the web design of the site to be independent ofsaved bandwidth amount could be useful over a time
data.period or at the end of the month.
Designing backgrounds with colors and fonts, width,Cleaner Code - The websites using div tags and CSS
height, layout and positioning of rows or columns cangenerates cleaner code. This cleaner code permits
all be inserted into style sheets leaving only div codecrawlers of search engines to read the actual
and information on actual pages.content.
Benefits of making use of div tags or table-less: -Besides, site based on div tags are quite easy to
Loading of sites become faster - Websites that aremaintain as the layout is controlled by a single file.
based on div tags render browsers to run muchDoing alteration on a single file reflects changes on all
faster as they come in a very light weight. Div ispages of site where the CSS has been put in use.