Intro to Web Building - Unit 3Formatting Your TextNOTE: You may transfer your Geocities files to UT's webserver, if you wish. 1. Open your Yahoo Geocities Account. Go to the File Manager. (You should already have 1 page in your account.) 2. Create a new file in Geocities. Erase any coding that Geocities has automatically included. (For those useing UT's webserver, create a new SimpleText file on the hard drive, save it as .html, and upload it to the server, along with any graphics, when complete.) 3. Type in the HTML tags that frame every web page. They will look like this (replace the red text with your own information):
This new page will focus on text formatting skills. 4. Give this page a heading at the top of the body. (Do not retype the greyed text - just insert the new material in black).
5. Provide a graphic link to your 1st webpage. To do this, select a home button from the picture gallery (or provide your own). Upload the picture to your Geocities folder. In your new page, insert the image via HTML code:
6. To turn the picture into a link, imbed the IMG SRC code within an A HREF tag at the bottom or top of the page (change the sample URL given below to the URL of your own page and DO NOT retype the greyed text; just add the text in black and red):
7. Create an ordered list. HTML can generate 2 kinds of lists: ordered and unordered. The first are numbered, and the second are bulleted. List 5 -10 things pertaining to the purpose of your website using the following format to create a numbered (ordered list) Follow the example below:
The OL tags encapsulate the entire list, while the LI tags demark each individual item. 8. Now use the BLOCKQUOTE tags to indent a chunk of text. It is particularly useful, of course, when you are inserting a quotation of more than 4 lines. Find a quotation that pertains to the purpose of your website and format it with the BLOCKQUOTE tag. Note: this tag replaces the P tag. Sample: 9. Make an unordered (bulleted) list. The code will resemble your ordered list, except that the list will be surrounded by the UL, rather than the OL, tags. Follow the example below, using your own items, relevant to your website's purpose:
10. Play with font options. The typeface, size and color of selections of text within
your page can be modified using the <FONT> tag. All 3 commands
can be placed in the same <FONT> tag. 12. Create a brief new paragraph (I),
containing information pertinent to your theme and select a hexadecimal color for it.
The face command will tell the
computer which font style to use in the selection, but browsers can only choose
from the selection of fonts on the users' hard drives. A
standard font like Arial is nearly universally available; Gloucester MT Extra
Condensed, on the other hand, is less common. If you specify a font that
the user's hard drive doesn't have, the browser will default to whatever is
available. 13. Create a new paragraph (II), and
select a font from your hard drive to apply to the text.
HTML code includes 7 font sizes, from 8 to 36. The default size, 12 pt, is font size 3. To use any other size, you need to use the <FONT> tag (or the heading tags, but these entail other formatting features). The sizes are:
14. Create a new paragraph (III), altering the size of the font. Sample:
15. To complete the page, insert anchor tags at each of the above items (ordered list, blockquote, unordered list, and paragraphs I, II, and III.). Anchor tags look like this:
They are singlet tags, like BR and IMG SRC tags. They will not be visible in a browser, but give the browser navigational instructions. Insert them in front of or above of the region you wish to bookmark.
The purpose of anchor tags it to allow you to link to a particular part of a page. Thus, to be used, they must be referenced in a link. Create an unordered list of the anchors on your page, allowing you to jump to whatever section you prefer. (Note: this feature is most handy on very lengthy pages). Sample:
16. Save your new webpage. Be sure to include “.htm” or “.html” in the filename. (Those using UT webspace should upload the file at this point.) 17. Finally, open your original webpage and insert a link to your new page. You can make the link an image, or just text. (Those using UT webspace will need to download the file to your desktop, make the change, save it, and upload it.
|