Purchase Solution

Identify the errors in the HTML code

Not what you're looking for?

Ask Custom Question

Identify the errors in the HTML code provided in work.html and work.css (download attached ZIP). Correct the code and create HTML comments explaining why the original code would not work properly, does not comply with the XHTML 1.0 strict standard, or is not an example of good coding practice.

work.html

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> Web Technologies Assignment for Week 2 </title>
<link ="assignment2.css" type="text/css" rel="css" />
</head>
<body>
<font face="Times New Roman" <font color="#008000">
<b>Message from the Vice Chancellor</b><br>
<p>I would like to extend a warm welcome to everyone visiting our website. I hope you enjoy reading about the University's many strengths, as well as the exciting progress we are making in our drive to become a global research-intensive university.
<p>The University of Liverpool has a very proud and distinguished record of achievement which includes a heritage of 8 Nobel Laureates.
<p>World-class research excellence can be found in all of our Faculties and we are building an international network of partner institutions, to support our development as a global research-intensive university.
<p>The University of Liverpool excels when it comes to teaching. Our courses are at the forefront of knowledge, are often delivered by world leading experts and fully reflect our commitment to preparing students for the challenges of the 21st Century.
</font>
</body>
</html>

Attachments
Purchase this Solution

Solution Summary

The solution fixes the errors in the attached html file and also explains why the original html did not work as expected.

Purchase this Solution


Free BrainMass Quizzes
Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C++ Operators

This quiz tests a student's knowledge about C++ operators.