Wednesday, 25 April 2012

Web session 2

Need to know who you are designing for?
What do they need to know?

Use web safe colours.
limited to what fonts you can use.
resolution 800x600.

what you see is what you get.
html. hype text markup language.
/ means finished
html tags

<html> </html>
<title> </title>
<body> </body>
<head> </head>

This is the order they are ment to go in

<html>
<head>
<title>
</title>
</head>
<body>
</body>
</html>

View/Developer/view source













Folder all lower case
Folder called "images"

Site/ new site.
save home page as index

File/new/CSS

Click on link button choose Css file and it should like up
Alt + 3 is hash key


No comments:

Post a Comment