Friday, 21 October 2011

Web Design session : CSS




Create an HTML document , save as index

then create a CSS document ( usually save as stylesheet)

need to link the CSS page to all the html pages



click 'link' > browse> css file

Css : to add note, /*

eg. /* Layout code */ ( this wouldn't affect the document )
just a really good way of organising your work, doesn't actually appear on the website



need to create div

type in hash sign ( alt+3)




add {




close with semi colon


now need to call the div into html


body> between >







No comments:

Post a Comment