web designing is a funny thing
when you going to start doing web designing
[EasyGallery id=’myfotos’]
Web design is the process of planning and creating a website. Text, images, digital media and interactive elements are used by web designers to produce the page seen on the web browser. Web designers utilize markup language, most notably HTML for structure and CSS for presentation as well as JavaScript to add interactivity to develop pages that can be read by web browsers. As a whole, the process of web design can include conceptualization, planning, producing, post-production, research, advertising. The site itself can be divided into it pages. The site is navigated by using hyperlinks commonly these are blue and underlined but can be made to look like anything the designer wishes. Images can also be hyperlinks.
Ideally, web designers should strive to write code that is valid HTML and CSS. In doing so it makes it easier to correct problems, and edit pages. HTML and CSS are the fundamental technologies for building Web pages: HTML (html and xhtml) for structure, CSS for style and layout, including WebFonts. By separating the presentation style of documents from the content of documents, CSS simplifies Web authoring and site maintenance. For example, having a separate CSS file allows for aesthetic changes to be made to the entire site rather than to just a single page. If CSS rules are included within a single HTML page, changes would have to be made to each and every page that used the element in question. The reasoning is that HTML should only be used for raw content and CSS be used to manipulate the content for aesthetic style.