Monday, March 19, 2007

Module 3: Lesson Reviews

Lesson 1

HTML : Hyper Text Markup Language

What are HTML tags?

These are a set of instructions for the web page you are creating. They are instructions for the web page that you are creating in plain text. It is a blueprint, if you like, of a web page.

Where is the text of the title page displayed?

The text of the title page is displayed in what is known as the header section of the web page, this means that when the web page is published, it will not be visible to the public, unless they convert the web page HTML text.

3 What steps are involved in creating a simple HTML document?

A HTML document is easily created in a simple text programme such as Word Pad. You add the HTML tags to this word document, and as long as you follow the HTML text command properly, a web page can then be published from your HTML tags. The basic structure of a HTML page is.

This tells the computer that you are creating a document that will be published on the web using HTML text commands.

4 How do you create a comment tag?

All tags have text within these <> brackets, that is how the programmes can tell that it is a command.

5 How do you display yout HTML document in a web browser?

-open browser in new window
-click File > Open
-browse your computer for the HTML text you saved
-Open

Your text should now have opened as a web page. Or more simply, you can drag and drop the file into a new open web page.

Lesson 2

1How did you reopen your work space?

The workspace was reopened by clicking on or opening the file I had save on my desktop in a folder named Module Three Tasks. This is easily done when all the documents are kept in one Folder, all your work is available in one place.

2What steps did you use to make changes in your HTML document?

I simply opened my HTML text file and added the text where appropriate, in this case within the main body of text.

3How did you display the view changes on your browser?

This is very easily done by making sure that you have saved the changes. Then going back to your email browser and refreshing the page, or re opening it. If saved correctly, all the changes should come up immediately.
*note: the web page will only refresh if you save the file under the same name.

Lesson 3

1What are the different levels of headings in HTML and what steps did you use in placing headings in your HTML document?

Headings have the tag 1 being the biggest heading, while 6 is the smallest. For example, if I insert the command at the end that will ensure that the heading in in that size.

2What happens if you forget the slash at the end of a header tag?

You must make sure that the command is ended properly with a slash
or the text will carry on with the initial tag.


Lesson 4

1What is the HTML tag for a paragraph break?

p tag

2What steps did you use for inserting a paragraph break in your document?

Between the Typed text you add the p tag
where you would like to see a new paragraph, there is no need to put the tag to end the command.

3How did you display and view the changes in your web browser?

The changes were displayed by saving the changes to my word pad document and refreshing my web page.

4What is a horizontal rule and the br rule?


hr tag starts a new line with a line inserted

br tag starts a new line without a space, the inserts a space between the lines for a new paragraph, the however just puts text on to to the next line, for pieces of text like poems.

Lesson 5

1What are HTML style tags?

Style tags are tags which you give to text in order to styalise it, for example making text bold, or itallic, showing which size you want the text to be and so on.

2What are the different tags used for different styles of text?

*note: I am unable to include the brackets <> in the tag, as my blog takes it as a command

There are many tags which you can use to styalise text, the most common though are:

b tag for bold lettering

i tag for itallic

tt tag for typewriter text


3What steps did you use in entering styled text into your HTML document?

When wishing to styalise your text, you can go about finding examples of text that you like, find out the tag command for that text and then enter it before and after the text you wish to styalise.


4*Extra Credit: How can these styles be useful in creating a web page or lesson?

Web pages are usually built to pass on some sort of information, to teach you something or to sell something, people are far less likely to look at a web page if it is all in the same text, same colour and same size. The audience is more likely to take note of a point if it is written in a different sized text, or perhaps its bold, or itallic, or all three! It draws attention. Therefor, styalised text plays an important part in the creation of web pages for that reason.



Lesson 6: Lists

Lesson 7: Graphics

1What are the two graphic formats used for the World Wide Web?

GIF and JPEG

2How can a graphic file display on different computers?

The location of a graphic file is written in such a way that it can be understood by different types of computer, the same graphic with the same tags can be sent to either a mac or Windows browser, but it can still be read by both, the reason for this is that the HTML format indicates the location of the graphic file.

3What are some key points to consider when including graphics in web pages?

Images can sometimes be very large files, and the image may download in half a second on your computer, it could take an hour on a computer with a slower server than you, so you have to be thoughtful about the size of the images you are saving, and the audience you wish to reach.

4How did you save the lava graphic for use in your WWW document?

-right click on image

-save image as...

-saved the image as volc.gif in the folder I have all these lessons in

Lesson 8

1.What were the steps you used in creating a link within your document to a local file?

a href="filename.html">text that responds to link

2What steps did you use to create a link which displayed a graphic in an external window?

a href="filename.gif">text that responds to link