Download (control O) and work through the instructions to build this web page.

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

URL redirection wikipedia , lookup

Transcript
Web Page Developer Junior/Senior High School
Here is a very basic HTML web page. Open a notepad document
and web browser page (control O) and work through the
instructions to build this web page.
<!doctype HTML>
<html>
<head>
<title>Put Title Here</title>
</head>
<body>
<h1>I am your name</h1>
<h2>This web site is about</h2>
</body>
</html>
Set up a folder in your Computer 7 folder called Holbrook JR-SR High
School. This is the folder that you will keep all of your documents in.
Begin to set up your first page. Remember that is named index and is
saved as index.html.
Put a picture of the school on the index page. <img src=” “> Take the
picture from our school web page and save it to the Holbrook JR-SR
High School folder that you made in your Computer 7 folder. Remember
to see which format your picture is in (jpg, gif)
There will be four pages when this project is complete:
 index
 page 1
 page 2
 page 3
Page 1 is about our school
Page 2 is about you
Page 3 is about Massachusetts
Use Ordered (ol) and Unordered (ul) lists
Use the <marquee> tag to make moving marquees (Do you remember
how to change the direction of the marquee?)
The index page will have links to the other three pages.
Each of the pages will have a link back to the index page.
<a href=””></a>
Make all of the pages interesting and colorful. Add web sites as you see
fit-the first one I would add would be to our school page-open it, copy
the URL and paste it into the hyper link tag.
Show me your completed web page.