Wednesday 25 April 2012

Dreamweaver workshop two.

HTML; hyper text mark-up language.
To make a website you need;
<HTML></HTML>
<TITLE></TITLE>
<BODY></BODY>
<HEAD></HEAD>

Order; <HTML><HEAD><TITLE></TITLE></HEAD><BODY></BODY></HTML>

PHP; applied to sites like amazon that have a lot of products on them. 

You can view the code of any website in the world to see how complicated the design is. 


The first image to ever be posted online once people figured out how. 

To set-up our folder from the ones we've made. 


Whenever websites are created the first page needs to be called index.html.
To view codes to edit click on 'code'. 


The website progress can be previewed by clicking on the globe symbol.

Options to work with css. 


Type body and space, to get type options press shift and {.
Then start typing font and choose font family. 




To close each section add a semi colon. 
Once the body is done go to the next line and type }.


Icon to link the stylesheet to the website. 





















To create a div start with #wrapper.
If you indent type it causes less confusion.
If you want something to have a solid background, make it transparent in photoshop and add colour code in dreamweaver. 






To save it as transparent use PNG-24.
With no transparency use JPEG (in photoshop) 




No comments:

Post a Comment