HTML Assignment12
HTML Assignment12
Assignment 1
HTML tags on text arrangement, style, color. Design a page which looks like the text given
below.
header size
and color of letters seen on the screen. The font size can be changed as
well, and actually gives more choices.
We can also change the appearance of words on the screen. This shows some differing
word types in a blocked quote.
Now is the time for all good people to come to the aid of their country.
Assignment 3
Create a web page including HTML image tag and anchor tag.
1. In notepad create a webpage using the following step by step guidelines. Make sure and
save your file in your HTML folder :
2. Make sure and use indentation and blank lines to keep your HTML easy to read!
3. Start your web page with an <html> tag
4. Add a heading <head> area with a <title> tag.
a. Your title should be: HTML 3 Lastname Firstname
b. Where Lastname and Firstname is YOUR Lastname and Firstname
c. Make sure and close out the head and title tags
5. You can now start the <body> section.
a. Add the following text using <H1> and </H1> tags: This Web page was
Designed by (your name)
b. Add the following text using <H2> and </H2> tags: My third HTML assignment
c. Use the <hr> to add a horizontal line
d. Insert an image to your web page.
1. Note: The following is very important. You should save your
image in the same folder as your web page.
2. You should then refer to your image with just the filename, and
NOT the entire pathname to the file.
e. Use the <hr> to add another horizontal line.
f. Enter a paragraph of text using the <p> tag.
i. Talk about things you have learned in html.
ii. Make sure the text in this paragraph is a color other than black.
iii. Add a link that takes you to your favorite webpage.
iv. Make sure and close out the <p> tag.
g. Use the <p> tag to start a new paragraph.
h. For review, add a three item ordered list.
i. Use </body> and </html> to close out your body and html tags.
Assignment 7
Create three web pages including your hobbies and educational qualifications.
Create your own home page Your html file should have the following:
Proper use of <html>, <title>, <head>, <body> tags
A couple of headers, paragraphs and maybe even a horizontal line. (Use the <h1> and </h1> tag
for a first level header; the <p> tag for a paragraph and <br /> for a line break; and the <hr> for a
horizontal line.
An unordered list. Hint use the <ul>, </ul> and <li> tags
An image or graphics file
Explore your creative side
Assignment 8
Make a website
Using frames as an interface create a series of web pages on any theme of your choice. As a
minimum requirement to this assignment your webpage should…
• Consist of at least 3 frames.
• Contain at least 3 urls to internet and/or intranet sites that you can reference as
part of your job.
• Contain at least 3 references to documents/html files that you have created
• Be organized in a fashion that is logical and intuitive to you.
• Add color/textured backgrounds, add images, use different fonts, and use tables to make your site
interesting.