Friday 29 November 2013

OUGD504. Design Production. Web Design Mac Room Session 3.

due to unforseen circumstances i was unable to attend simons 3rd web session but i looked over other peoples blogs to get the basic jist of what went on.

this session was on creating and coding hyperlinks between site pages.
when coding text is ordered in long lines and it can be hard to differenciate between what command correlates to what so to order each </div> command you make it and the one it correlates to one space further out than the previous command.


</div>1
    </div>2
         </div>3
         </div>3
    </div>2
</div>1

the code sequence for a new interactive button is
<div id="button">


this sequence enables the coding of a rollover image - when the curser is over it a change will occur - usually used to indicate a hyperlink.


the code for a link to another website - a hyperlink -

the hash means that there is no link currently allocated so you need to change this for the site destination you want -


in order to test the size application of your site layout its important to design box models which illustrate, specifically, how what will fit where. because separate aspects of the site have to be collated into one area, and the fact that this are changes depending on the platform hosting the site, it is important to test the working composition so that there is no misplacement of the sites components.



in order to place text boxes on the page corrdcvtly follow this code.


No comments:

Post a Comment