Sunday, 9 September 2007

Basic html


Frames



With frames, you can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of the others.
The disadvantages of using frames are:
The web developer must keep track of more HTML documents
It is difficult to print the entire page




The Frameset Tag


The frameset tag defines how to divide the window into frames
Each frameset defines a set of rows or columns
The values of the rows/columns indicate the amount of screen area each row/column will occupy

Above is the code used to obtain seperate frames.
Here is an example of 2 different frames below at 25% and 75%.

Wednesday, 5 September 2007

Links



An anchor can be used in two ways:
To create a link to another document by using the href attribute
To create a bookmark inside a document, by using the name or id attribute
An anchor can point to any resource on the Web: an HTML page, an image, a sound file, a movie, etc.
The anchor tag is used to create an anchor to link from, the href attribute is used to address the document to link to, and the words between the open and close of the anchor tag will be displayed as a hyperlink.
Here is an example of how a link can be created in notepad++:


Tuesday, 4 September 2007

Learning html







I was using the W3schools website to learn about html. Through the use of various tags you can view text in an internet browser as shown.






Here is the coding for the example:

Various tags are used with html.
The use of the "<" and ">" signs indicate a tag.

Monday, 3 September 2007

Class Today

Today we looked at the w3School website. We are learning to use html and are using notepad++ to enhance our skills.

Sunday, 2 September 2007

A2 Computing

Blog created for A2 computing.