Monthly Archives: October 2011

A Few Explanations

URL – URL stands for uniform resource locator and every website has one. It is the global address of documents and other resources on the web.

DNS – This stands for domain name server. Domain name server is technology for controlling the names of web sites and other internet domains. The technology in a DNS allows you to type into your web browser for example; ‘endclothing.com’ and your computer will automatically find the address on the internet.

HTML – HTML is the language for describing the structure of web pages. Below is a simple anatomy of html.

<DOCTYPEHTML>

<html>

<head>

<title> untitled document </title>

You must always close the tags always for this coding to work properly.

<body>

CONTENT

</body>

(I have changed the colour of the dash to blue to show where it needs to go in order finish the body content)

 

Advertisement

Fireworks – Wireframing procesess

CSS – Cascading Style Sheet

CSS stands for Cascading Style Sheet and in 1977 the first CSS was developed in order for web developers to define their look and style their own site. CSS was intended to let web developers split content from design therefore HTML could perform more of the function it was originally based on which was the markup of content, without the worry of design and layout.

CSS did not become popular until 2000 until web browsers began using different fonts rather than just a basic font as well as colour aspects. Today web browsers now support all CSS1 content, the majority of CSS2 contents and parts of CSS3 content. Web developers of today who do not use CSS in their development are quickly becoming a thing of the past with people now saying it is just as important to understand CSS as it is HTML.

Why is CSS important?

Understanding CSS is one of the most powerful tools you can learn as a web designer as knowing cascading style sheets you can affect the tones and look of the website to how the designer wants it to look. The web designer who doesn’t know CSS doesn’t have to options to do this.

Where is CSS used?

CSS is used tostyle web pages although there is more uses for it. CSS is used to style XHTML and XML markup. Having this means anywhere there is an XML or XHTML mark up CSS can be used to define how the design will look. CSS can also define how web pages should look when viewed in other media not just a web browser.

Photo from photobucket

http://s244.photobucket.com/albums/gg16/valacar/?action=view&current=CSS-anatomy.png&newest=1