Question

This assignment will give you the opportunity to practice building a Web page. From this web...

This assignment will give you the opportunity to practice building a Web page. From this web page you will learn the necessary HTML tags needed for assignment #5. Using the reference material in the Lessons and Resources provided at the course Web site and available at other sites on the Internet, your task is to create a single Web page (filename: "mypage.html"), and upload it (eventually, when you are done it) to the directory specified in Assignment #3. This web page must contain all of the following items: 1. XML Coding (Use the template provided) (1 mark) 2. A title (1 mark) 3. A heading (1 mark) 4. A background colour using the hexadecimal coding scheme in thetag. (1 mark) 5. At least one image. (1 mark) 6. One paragraph of text (see CONTENT below). (2 marks, 1 for content, 1 for correct use of tag) 7. A horizontal rule. (1 mark) 8. A break tag. (1 mark) 9. Bold text. (1 mark) 10. Italic text. (1 mark) 11. A link to an external Web address (ex. http://www.google.ca) (1 mark) 12. An internal link "Back To Top" from the bottom of the page to the top. (1 mark) 13. Your University of Windsor e-mail address clearly visible on the page. (1 mark) 14. A "mailto:" link for sending e-mail to you. (1 mark) 15. An unordered list. (1 mark) 16. An ordered list. (1 mark) 17. A table. (1 mark) 18. Proper use of indentation and spacing. (1 mark) 19. Proper internal documentation (comment, tag). (1 mark)

Homework Answers

Answer #1

The following code illustrates all of the requirements. From Through 19. Please note that the documentation is given through the messages displayed on the html page. There were no reference materials to be added so I have taken the liberty to add whichever links and messages I could use to make it simpler and self explanatory.

CODE:

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<style>
body {
background-color: #c2b93e;
text-align: center;
color: #051254;
  
}
</style>
</head>
<body>
<a name="top"></a>

<h1>This is a Heading</h1>
<hr/>
<b>This is a bold text.</b>
<i>This is an italics text.</i>
<br/>
<p>The line after a break</p>

<img src="avatar.png" style="width:200px">
<br/>
<a href="http://www.google.ca">Click on the link</a>
<br/>
<ol>List of Ordered things:
<li> Order 1</li>
<li> Order 2 </li>
<li> Order 3</li>
</ol>
<ul> List of Unordered things:
<li> Unorder 1</li>
<li> Unorder 2 </li>
<li> Unorder 3</li>
</ul>

<p><a href="mailto:[email protected]">Send email</a></p>
<a href="#top">back to top</a>
</body>
</html>

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Please linked both files. For this assignment you need to create a ToDo list using Javascript,...
Please linked both files. For this assignment you need to create a ToDo list using Javascript, along with HTML and CSS. Begin by creating a HTML page called todo.html. Then create a Javascript file called todo.js and link it in to the HTML page using a script tag. All Javascript for the assignment must be in the separate file. (For CSS, feel free to include styles in a style block at the top of the HTML page, or to link...
Overview Your assignment is to complete a wireless network design for a small company. You will...
Overview Your assignment is to complete a wireless network design for a small company. You will place a number of network elements on the diagram and label them appropriately. A network diagram is important to communicate the design features of a network between network administrators, system administrators and cyber-security analysts. It helps to create a shared mental model between these different technologists, yet each will have their own perspective on what is important to have documented on the diagram. Please...
You are required to write a Business Plan Report and you are advised to follow the...
You are required to write a Business Plan Report and you are advised to follow the below given outline.  Part I- Product/service idea Business Plan Report (40%) To make the best impression, a business plan should follow a convention structure, such as the outline shown below. Cover page Table of contents 1. Executive Summary  A succinct highlight of the overall plan- include ownership structure, business address, product/service, the management team and strategy and strengths. 2. Industry Analysis ...
After reading the following article, how would you summarize it? What conclusions can be made about...
After reading the following article, how would you summarize it? What conclusions can be made about Amazon? Case 12: Amazon.com Inc.: Retailing Giant to High-Tech Player? (Internet Companies) Overview Founded by Jeff Bezos, online giant Amazon.com, Inc. (Amazon), was incorporated in the state of Washington in July 1994, and sold its first book in July 1995. In May 1997, Amazon (AMZN) completed its initial public offering and its common stock was listed on the NASDAQ Global Select Market. Amazon quickly...
Please read the article and answear about questions. Determining the Value of the Business After you...
Please read the article and answear about questions. Determining the Value of the Business After you have completed a thorough and exacting investigation, you need to analyze all the infor- mation you have gathered. This is the time to consult with your business, financial, and legal advis- ers to arrive at an estimate of the value of the business. Outside advisers are impartial and are more likely to see the bad things about the business than are you. You should...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT