Webpage Creation Notes
updated 7/31/00
www.geocities.com/lucky506/
Mr. Gordon's resource page for this course.
Create your html document in WordPad.
- Save it to a special website folder on your harddrive or diskette.
- Save it as a text document in WordPad but type in the extension
htm or html. (Save html for your index file.) So, for example if you
had a webpage called resume, you would name it in the WordPad Save
As window as resume.htm, but you would save it NOT in the Word format
but as a Text document (txt).
- Then view your WordPad HTML document using Netscape or Internet
Explorer.
- Netscape File/Page Open – make sure Navigator is check off.
Browse for your html file and open
- Internet Explorer File/Open/Browse.
- Keep your browser window open or minimized while you edit your
html document in WordPad.
- Then save again in WordPad after making changes.
- Switch to your browser and click on the Refresh or Reload button
to see changes.
To upload to Geocities
Stick with small case letters only and use no more than eight letters
to name a file.
Name your index file “index.html”. All other files use extension htm.
Must first get name and password.
- Go to www.geocities.com
- Put in name and password
- Click on File Manager
- If you are going to upload your file into the root directory (not
into a folder), click on Browse button toward bottom. Then click Upload.
Can save Word document in HTML format.
To capture view of My Computer Window
- Open My Computer to folder you want to capture
- Click Print Screen button
- Switch to your wordprocessor – Word, WordPerfect
- Edit/Paste
Assets folder -- recommendation
Put your graphics into a subfolder called assets within the
same folder as your website folder. So, for example, if you have as jets
website folder, make a subfolder under it called assets.
Checking out that your HTML document is coming out the way you expect it.
Have opened both your browser (Internet Explorer) and your html
document (WordPad)
To find your HTML document in your browser, click on File/Open. Then Browse
for your HTML file. Click OK.
When editing in WordPad, be sure to click on Save before trying to view
change in your Browser.
When switching to Browser, click on Refresh (Reload) to see changes.
Inserting a graphic into a webpage
Be sure that you have a copy of the graphic in the same
folder with your HTML document. In class, we copied graphics from the
assets folder and put them into the same folder where the html document
was stored.
Use this code to insert the graphic:
<IMG SRC=”apple.gif”
HTML code in index page created in class:
<HTML>
<HEAD>
<BODY BACKGROUND="marbleba.jpg">
<TITLE>All the websites done in class by your name.</TITLE>
</HEAD>
<BODY>
<H1>Pages Created</H1>
I created all these webpages in Mr. Gordon's class. My name is Your name.
I have learned to upload this page to Geocities.
<H2>Homework</H2>
Have question bank questions answered by Sunday beginning of class.
<H3>Links</3>
<A HREF="http://www.tampatrib.com">Tampa Tribune</A><BR>
<A HREF="http://www.lycos.com">Lycos search engine</A>
<HR>
I would like you to meet a special friend.<!I got this graphic from
Jimmy Johnson who created it using Paint-->
<IMG SRC="apple.gif">
<P>
Can you guess my favorite <A HREF="hamburg.gif">meal?</A>
</BODY>
</HTML>
To copy text from one website into your own, go to the site from which you
want to copy.
- Select the text in browser view – not necessary to do source code
view.
- Edit/Copy
- Switch to your own site.
- Put you mouse pointer where you want the copied text to go.
- Paste.
Netscape Composer
To make special background color
Right click on page window
in empty spot.
Select Page Properties (characteristics)
Select Color and Background
tab
Click
on Use Image and choose your graphic image file.
Click
OK or Apply.
To delete your Geocities Website account. Go to http://help.yahoo.com/help/us/geo/.
Look at bottom right hand corner when you get to this site and then click
on the link Delete "MY Yahoo!Geocities Web site."
|