Before designing a website you must know:
/ the purpose of the website
/ target audience
/ web safe colours
/ typeface limitations
/ file size
/ resolution of the screen
html > hypertext markup language
<html> open
</html> close
the correct order of a html tag:
<html>
<head>
<title>
</title>
</head>
<body>
</body>
</html>
example:
file:///Users/Shared/BAGD%20-%20Web%20Session%202/index.html
- - - - - - - - - - - - - - - - - - - - - - - - -
DREAMWEAVER:
new>html
site>new site
/ the purpose of the website
/ target audience
/ web safe colours
/ typeface limitations
/ file size
/ resolution of the screen
html > hypertext markup language
<html> open
</html> close
the correct order of a html tag:
<html>
<head>
<title>
</title>
</head>
<body>
</body>
</html>
example:
file:///Users/Shared/BAGD%20-%20Web%20Session%202/index.html
- - - - - - - - - - - - - - - - - - - - - - - - -
DREAMWEAVER:
new>html
site>new site