Question

In: Computer Science

pls use the website validator.w3.org to remove all the errors in the codes <!!DOCTYPE html PUBLIC...

pls use the website validator.w3.org to remove all the errors in the codes

<!!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Nchako</title>
<style>
p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.95em;
color: #333333;
line-height: 20px;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;
color: #000033;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.2em;
color: #000033;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;
color: #000033;
}

.boldit {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.95em;
font-weight: bold;
color: #990000;
letter-spacing: .1em;
}

.style1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000066;
}

a:link {
color: #006666;
}

a:visited {
color: #FF6633;
}

strong em {
font-size: .9em;
color: #336666;
}
</style>
</head>
<body>

<h1>Restaurant Information</h1>
<p>
<span class="boldit">TYPE OF CUISINE:</span>Italian and Continental<br>
</p>
<p>
<span class="boldit">PRICE RANGE:</span> Lunch Entrees $9 to $14, Dinner $12 to $21<br>
</p>
<p>
<span class="boldit">ATMOSPHERE:</span> Elegant but casual, Cozy, Romantic, Fun & Festive, Like your second home.<br>
</p>
<p>
<span class="boldit">APPEALS TO:</span> Appeals to everyone, from Tourists to Couples and especially to Business Groups<br>
</p>
<p>
<span class="boldit">DRESS CODE:</span> Elegant but casual<br>
</p>
<p>
<span class="boldit">MEALS SERVED:</span> Lunch, Dinner<br>
</p>

<h3>Contact Us:</h3>

<p>
<span class="boldit">ADDRESS:</span><br>
</p>
<p class="style1">
Cafe Townsend<br>
600 Townsend<br>
San Francisco, CA 94103<br>
</p>
<p>
<span class="boldit">PHONE: (415) 555-1234</span><br>
</p>
<p>
<span class="boldit">FAX: (415) 555-1234</span><br>
</p>
<p>
<a href="mailto:[email protected]">Email Us</a>.
</p>
<p>
<span class="boldit"><a href="location.html">See Location and Directions Page</a></span><br>
</p>
<p>
<span class="boldit">HOURS:</span> Cafe Townsend is open seven days a week for dinner and Monday thru Friday for lunch<br>
</p>
<p>
<span class="boldit">LUNCH:</span> Monday thru Friday 11:30am - 2:00pm<br>
</p>
<p>
<span class="boldit">DINNER:</span><br>
</p>
<p>
Sunday thru Thursday 5:30pm - 10:00pm<br>
Friday and Saturday 5:30pm - 11:00pm<br>
</p>
<p>
<span class="boldit">CREDIT CARDS ACCEPTED:</span> Visa, Mastercard, American Express, Discover, Diners Club<br>
</p>
<h2>Awards and Recognition:</h2>

<p>
Best New Restaurant<br>
<strong><em>Restaurant News<em></strong>, 1994<br>
</p>

<p>
Best Veal in California<br>
<strong><em>California Magazine<em><strong>, February 2002<br>
</p>
<p>
<span class="boldit">SPECIAL FEATURE:</span> Cafe Townsend serves only the very highest quality meats, authentically prepared for your dining pleasure. A specialty at Cafe Townsend is the signature dishes that are presented tableside. Dine in our elegantly casual atmosphere at our convenient San Francisco location.<br>
</p>

<h2>Cafe Townsend Is Proud To Offer The Following Services:</h2>

<p>
<span class="boldit">BANQUET FACILITIES / PRIVATE ROOM:</span> We can accommodate your party of up to 34 (50 for standing receptions) in our private dining room with Roman motif and gold and peach accents. This room offers soundproof doors and lighting that will adjust from candlelight to reading luminance. In addition, we have semi-private accommodations, seating up to 50, in one section of our main dining room that can be separated by curtains. For groups of 100 to 120 our main dining room is available. Cafe Townsend will also consider closing the restaurant for a minimum charge to provide the space you need to accommodate your largest parties. See our <a href="mailto:[email protected]">Special Event</a><br> page for more details.<br>
</p>

<p>
<span class="boldit">BAR:</span> Cafe Townsend offers a full service bar. In addition, we have three frozen specialty drinks. For a special occasion, try the Belini, a combination of peach nectar, champagne and Bacardi.<br>
</p>

<p>
<span class="boldit">CATERING:</span> Both on and off premise catering is available. See the Special Events page for more details.<br>
</p>

<p>
<span class="boldit">DELIVERY / TAKE-OUT:</span> Our full menu is available for take-out. Cafe Townsend does not offer delivery.<br>
</P>

<p>
<span class="boldit">ENTERTAINMENT:</span> Enjoy our new red Digital Surround Sound Baby Grand Concert Master "Digital" Piano.<br>
</p>

<p>
<span class="boldit">RESERVATIONS:</span> Recommended
</p>

<p>
<span class="boldit">SEATING CAPACITY:</span> 200
</p>

<p>
<span class="boldit">SMOKING CHOICE:</span> Our restaurant is proud to be a non-smoking establishment.
</p>
</body>
</html>

Solutions

Expert Solution

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>

<title>Nchako</title>

<style type="text/css">
p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.95em;
color: #333333;
line-height: 20px;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;
color: #000033;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.2em;
color: #000033;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;
color: #000033;
}

.boldit {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.95em;
font-weight: bold;
color: #990000;
letter-spacing: .1em;
}

.style1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000066;
}

a:link {
color: #006666;
}

a:visited {
color: #FF6633;
}

strong em {
font-size: .9em;
color: #336666;
}
</style>
</head>
<body>

<h1>Restaurant Information</h1>
<p>
<span class="boldit">TYPE OF CUISINE:</span>Italian and Continental<br>
</p>
<p>
<span class="boldit">PRICE RANGE:</span> Lunch Entrees $9 to $14, Dinner $12 to $21<br>
</p>
<p>
<span class="boldit">ATMOSPHERE:</span> Elegant but casual, Cozy, Romantic, Fun & Festive, Like your second home.<br>
</p>
<p>
<span class="boldit">APPEALS TO:</span> Appeals to everyone, from Tourists to Couples and especially to Business Groups<br>
</p>
<p>
<span class="boldit">DRESS CODE:</span> Elegant but casual<br>
</p>
<p>
<span class="boldit">MEALS SERVED:</span> Lunch, Dinner<br>
</p>

<h3>Contact Us:</h3>

<p>
<span class="boldit">ADDRESS:</span><br>
</p>
<p class="style1">
Cafe Townsend<br>
600 Townsend<br>
San Francisco, CA 94103<br>
</p>
<p>
<span class="boldit">PHONE: (415) 555-1234</span><br>
</p>
<p>
<span class="boldit">FAX: (415) 555-1234</span><br>
</p>
<p>
<a href="mailto:[email protected]">Email Us</a>.
</p>
<p>
<span class="boldit"><a href="location.html">See Location and Directions Page</a></span><br>
</p>
<p>
<span class="boldit">HOURS:</span> Cafe Townsend is open seven days a week for dinner and Monday thru Friday for lunch<br>
</p>
<p>
<span class="boldit">LUNCH:</span> Monday thru Friday 11:30am - 2:00pm<br>
</p>
<p>
<span class="boldit">DINNER:</span><br>
</p>
<p>
Sunday thru Thursday 5:30pm - 10:00pm<br>
Friday and Saturday 5:30pm - 11:00pm<br>
</p>
<p>
<span class="boldit">CREDIT CARDS ACCEPTED:</span> Visa, Mastercard, American Express, Discover, Diners Club<br>
</p>
<h2>Awards and Recognition:</h2>

<p>
Best New Restaurant<br>
<strong><em>Restaurant News</em></strong>, 1994<br>
</p>

<p>
Best Veal in California<br>
<strong><em>California Magazine</em></strong>, February 2002<br>
</p>
<p>
<span class="boldit">SPECIAL FEATURE:</span> Cafe Townsend serves only the very highest quality meats, authentically prepared for your dining pleasure. A specialty at Cafe Townsend is the signature dishes that are presented tableside. Dine in our elegantly casual atmosphere at our convenient San Francisco location.<br>
</p>

<h2>Cafe Townsend Is Proud To Offer The Following Services:</h2>

<p>
<span class="boldit">BANQUET FACILITIES / PRIVATE ROOM:</span> We can accommodate your party of up to 34 (50 for standing receptions) in our private dining room with Roman motif and gold and peach accents. This room offers soundproof doors and lighting that will adjust from candlelight to reading luminance. In addition, we have semi-private accommodations, seating up to 50, in one section of our main dining room that can be separated by curtains. For groups of 100 to 120 our main dining room is available. Cafe Townsend will also consider closing the restaurant for a minimum charge to provide the space you need to accommodate your largest parties. See our <a href="mailto:[email protected]">Special Event</a><br> page for more details.<br>
</p>

<p>
<span class="boldit">BAR:</span> Cafe Townsend offers a full service bar. In addition, we have three frozen specialty drinks. For a special occasion, try the Belini, a combination of peach nectar, champagne and Bacardi.<br>
</p>

<p>
<span class="boldit">CATERING:</span> Both on and off premise catering is available. See the Special Events page for more details.<br>
</p>

<p>
<span class="boldit">DELIVERY / TAKE-OUT:</span> Our full menu is available for take-out. Cafe Townsend does not offer delivery.<br>
</P>

<p>
<span class="boldit">ENTERTAINMENT:</span> Enjoy our new red Digital Surround Sound Baby Grand Concert Master "Digital" Piano.<br>
</p>

<p>
<span class="boldit">RESERVATIONS:</span> Recommended
</p>

<p>
<span class="boldit">SEATING CAPACITY:</span> 200
</p>

<p>
<span class="boldit">SMOKING CHOICE:</span> Our restaurant is proud to be a non-smoking establishment.
</p>
</body>
</html>


Related Solutions

Please create a PHP action codes for the HTML CODE provided below. <!DOCTYPE html> <html> <head>...
Please create a PHP action codes for the HTML CODE provided below. <!DOCTYPE html> <html> <head> <title> Project for keeping all your input </title> </head> <body> <h1>Welcome to this Web Based Test!!!</h1> <p>Please answer the following questions:</p> <hr/> <form action="" method="post"> Name: <input type="text" name="name" value=""> <font color=red>*</font><br/><br/> E-mail: <input type="text" name="email" value=""> <font color=red>*</font><br> <hr/> Choose your major area of study: <select name="major"> <option value="Digital Media" >Digital Media</option> <option value="Software" >Software</option> <option value="Security" >Security</option> <option value="Business" >Business</option> <option value="Other"...
Can you fix my code and remove the errors? Thank you!! ^^ ////////////////////////////////////////////////////////////////////////////////////////////////////// public class StackException<T,...
Can you fix my code and remove the errors? Thank you!! ^^ ////////////////////////////////////////////////////////////////////////////////////////////////////// public class StackException<T, size> extends Throwable { private final T[] S = null ; public StackException(String s) { } public T top() throws StackException { if (isEmpty()) throw new StackException("Stack is empty."); int top = 0; return S[top]; } private boolean isEmpty() { return false; } public T pop() throws StackException { T item; if (isEmpty()) throw new StackException("Stack underflow."); int top = 0; item = S[top];...
Purpose: To practice the use of HTML and CSS Game Review Website 1. You will write...
Purpose: To practice the use of HTML and CSS Game Review Website 1. You will write a website for the fictitious company Game Gurus. The website will have a home page that you will design, as well as pages created by each "guru." (At least 2 gurus are required). The home page will include: o A description of the site o A quote from each guru o Links to manufacturers websites o Links to the TopTen.html and GameOfTheWeek.html pages for...
REWRITE THE FOLLOWING CODES USING FOR LOOP. PLS USE C LANGUAGE FORMAT #include <stdio.h> int main(void)...
REWRITE THE FOLLOWING CODES USING FOR LOOP. PLS USE C LANGUAGE FORMAT #include <stdio.h> int main(void) {      int count ; scanf("%d",&count);           while(count--){                printf("\--------------------------------------------\ \n"); printf("\          BBBBB               A                   \ \n"); printf("\          B    B             A A                  \ \n"); printf("\          BBBB              A   A                 \ \n"); printf("\          B    B           AAAAAAA                \ \n"); printf("\          BBBBB           A       A               \ \n"); printf("\---------------------------------------------\ \n");             }                            return 0; }
Use the complete HTML to do all of the things: 3-3)   Install and work with Redis....
Use the complete HTML to do all of the things: 3-3)   Install and work with Redis. 3-4)   Write a JQuery Ajax program that can communicate with a flicker to get the last pictures taken from any place or related to any concept(s) the user has written in a textbox, say Sydney, train. Some information associated with the image like its topic, time taken, and its link needs to be appeared with it. 3-5)   Develop a server which can serve the...
q: Given the following HTML for a table, put all these questions into one application (use...
q: Given the following HTML for a table, put all these questions into one application (use css) a)   Modify the html to create another column called Assessment, and then modify the html to extend the data in the rows ( you may use arbitrary numbers for the data items in the td elements) b)   Make all table text elements blue using either css or html modification c)   Make the background color of the columns alternate between pink and yellow, <!DOCTYPE...
Please answer all the questions Thank you 1. Why shouldn’t you use a screwdriver to remove...
Please answer all the questions Thank you 1. Why shouldn’t you use a screwdriver to remove a heat sink? 2. What is the minimum voltage of an electrostatic discharge (ESD) that you can feel? 3. What is the voltage range in which ESD can affect electronic components? 4. What was the operating temperature of the CPU? 5. Why is it important to double-check the bottom of the heat sink before attaching it to the CPU socket?
Directions: Use a CPT manual to obtain codes. Do not leave any blank spaces and all letters must be capitalized.
Directions: Use a CPT manual to obtain codes. Do not leave any blank spaces and all letters must be capitalized.a. Circumcision using a clamp with regional dorsal penile block      b. Office visit for an established patient requiring a detailed history, expanded problem-focused examination, and low-complexity medical decision making      c. Anesthesia for a healthy, 10-month-old male patient having blepharoplasty (code only the anesthesia service—two codes are required)      d. X-ray of the shoulder, 1 view      e. Replacement during follow-up care of cast application of the left...
There is no one perfect public relations process, or model, to use the same way all...
There is no one perfect public relations process, or model, to use the same way all the time with every organization. Discuss why or why not?
3. American Journal of Public Health wanted to investigate the proportion of all elderly who use...
3. American Journal of Public Health wanted to investigate the proportion of all elderly who use mental health services in nursing homes. In a study, 4646 nursing home residents were randomly selected and found that 109 of these residents used a mental health specialist. Describe the parameter we are estimating. Find and interpret a 90% confidence interval for the proportion of all elderly who use mental health services in nursing homes. Show all steps to receive full credit.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT