76) Sample HTML for webpage is given   This is the title of the page Content about the first topic. Content about the second topic. Content about the third topic. There should not be a >bracket at the end. The language attribute name in the tag should not be lang. There should not be a tag There should be quote marks around the content ID in the second tag.

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter3: Designing A Page Layout: Creating A Website For A Chocolatier
Section: Chapter Questions
Problem 13CP3
icon
Related questions
Question

76) Sample HTML for webpage is given

<!DOCTYPE html>

<html lang “on”>

<head>

<title>  This is the title of the page </title>

<style>

#content {

Border : solid 12px red;

Color: blue;

Position: absolute;

Left: 10px;

}

</style>

</head>

<body>

<div>Content about the first topic.</div>

<div id=content>Content about the second topic.</div>

<div>Content about the third topic. </div>

</body>

</html>

  • There should not be a >bracket at the end.
  • The language attribute name in the <html> tag should not be lang.
  • There should not be a <body> tag
  • There should be quote marks around the content ID in the second <div> tag.
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

so which option is correct from this

  • There should not be a >bracket at the end.
  • The language attribute name in the <html> tag should not be lang.
  • There should not be a <body> tag
  • There should be quote marks around the content ID in the second <div> tag.
Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Types of trees
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning