Wednesday 7 November 2012

Design for Web// Dreamweaver & Codes

HTML AND CSS (BOOK) Try and find, very good read when looking into website design. 
DREAMWEAVER


 CSS = cascading style sheets

Create a new HTML webpage. 
When clicking on CODE, you will notice even with a new document thats blank you will see lines of text which is code.

DELETE ALL OF THE FIRST LINE, REPLACE LINE TO BY PUTTING IT INTO LINE ONE


It should now look like this ^^
We will always be talking in HTML.
<html> means open head
</html> mean CLOSE HEAD
WHATS THE HEAD? any thinking in the head determines how the website functions.
META TYPES: a function 
<title> & </title> 
This is the bare basics of a website. 
Everything has to be LOWERCASE when naming folders in user work 
The sub folder is where all the images go.

The website we are making is 5mb
SITE TAB



all i need to be aware of is the first option and the third option. Click the fist option 
Go to folder and save it to the root folder.This will mean every time you save AS it will go straight to this folder. The page we are creating will be for the homepage. 
EVERY HOMEPAGE IN THE WORLD IS CALLED INDEX.HTML 


Change the title 



Preview on safari 


New tab, and what the see is what you get. WYSIWYG





No comments:

Post a Comment