STUDENTS NAME____________________________
HTML How to make a web page
THE BASIC HTML
<HTML>
<HEAD>
<TITLE> Your Name
</TITLE>
</HEAD>
<BODY>
The main part of your web page goes here.
To insert a picture you type in this stuff at this place.
<P><IMG SRC="test.jpg" HEIGHT=300 WIDTH =402 ALIGN =LEFT></P>
</BODY>
</HTML>
The above Web Page material must be between the <BODY> and </BODY> HTML codes.
The thing between the "quotes" is the name and extension of your photograph or picture.
The extension is the thing after the period in your file name. For Web pages these usually must be .jpg or .gif This is because they are small files and large files are not good on web pages.
The height and width is the size you want your picture to appear. This is in pixels and there are about 800 pixels across (width) your web page.
The ALIGN is where you want your picture to start on the page.
The <p> means new paragraph and the </p> means end new paragraph.
FOR FUTURE WEB PAGE PROJECTS IT IS IMPORTANT TO NOTICE THAT EVERYTHING THAT APPEARS ON YOUR ACTUAL WEB PAGE GOES BETWEEN THE TWO BODY TAGS. THESE ARE THE TWO BODY TAGS THAT I AM TALKING ABOUT: <BODY> </BODY>
FOR THE PROJECT TODAY (THE DAY I GIVE YOU THIS PAPER) YOU MUST ADD THIS TO THE WEB PAGE THAT HAS AN IMAGE/PHOTOGRAPH ON IT. YOU DO THIS BY TYPING IT BETWEEN THE BODY TAGS:
<p> © by Your Name</p>
LOAD IT INTO NETSCAPE AS A WEB PAGE AND PRINT IT