Issues On Web Design

Different issues can't be avoided even in weblayout. In CSS, on the other hand, HTML returns to a
designing. Due to conflicts between differing goalssemantic set-up. With this, search engines are able to
and web design methods, conflicts arise. Some ofunderstand what is happening in a web page. But one
them are listed below.major downfall of CSS is the fact that control is
Liquid vs. Fixed Layoutsessentially abandoned because each browser has its
Web designers do not have control over everythingown trait which leads the page to have a different
when designing a web site. Some of the factors thatdisplay.
they do not have control over are browser windowSo to avoid this stand off, you have to decide
(the web browser used), used input devices (such asfirsthand on the approach you will take when
mouse, touch screen, voice command, and text) anddesigning that webpage, here are some of the key
the size and characteristics of fonts available.elements you have to bear in mind:
However, some designers choose to control theWebsite Planning
element's appearance on screen with the use ofIt is important to plan on the kind of website that
specific width designations. This may be done withyou would be establishing. Keep in mind the audience
the use of HTML table-based design or CSS. Fixedor your target market, as well as the purpose for
width design happens when images, texts and designcreating the site and lastly, its contents.
layouts do not change as the browser changes.Audience
Supporter of this design prefer to control the lookThe key step to website planning process is defining
and feel of the site as well as the placement ofyour target market or audience. Your audience is the
objects on the page. However, other designers usegroup of people you visualize as the ones who would
liquid design, as in Wikipedia. In liquid design, themost likely visit your website. These people will be
design moves so that the content will flow on thevisiting your website for a purpose so it is beneficial
whole screen or a portion of it. The supporters ofto know the things they are looking for. To help you
this design wishes to use all the available spaces ondecide on this, you should clearly define the goal of
the web.the site and also understand what people want to
CSS versus tablesfeel or do when visiting your website.
During the days where Netscape Navigator 4 wasLooks vs. Function
the most popular browser, Web designers use tablesSome designers pay more attention on how the site
to layout pages on the web. This was considered aslooks rather than on how it works. Some even rely
the practical solution then. However, popular as it is, iton advertisements, so that clients will find their
requires dozens of nested tables even for simplewebsite, instead of search engines. On the other
designs.hand, SEO's or Search Engine Optimization consultants
With the emergence of dominant browsers such asare concerned with how a web site works, textually
Internet Explorer (which became more compliant toand technically. As a result, designers and SEO's end
W3C), designers started to turn their attention inup having fights because of the differences of their
using CSS. Proponents of CSS say that tables shouldconcerns.
only be used for tabular data and not for page