Web Development and Design Foundations with HTML5 (8th Edition)
Web Development and Design Foundations with HTML5 (8th Edition)
8th Edition
ISBN: 9780134322759
Author: Terry Felke-Morris
Publisher: PEARSON
Question
Book Icon
Chapter 2, Problem 3AYK
Program Plan Intro

Given Code:

<!--HTML Tag-->

<html lang="en">

<!--Head Tag-->

<head>

<!--Title Tag-->

<title>Find the Error</title>

<meta charset="utf-8">

<!--Close Tag-->

</head>

<!--Alignment for Body Tag-->

<body>

<!--Alignment for Header Tag-->

<h1>My Web Page<h1>

<p>This is a sentence on my web page.</p>

<!--Close Tag-->

</body>

<!--Close Tag-->

</html>

Blurred answer
Students have asked these similar questions
Write down complete HTML + CSS + jQuery code to demonstrate following:a) When you double click a button, show 3 boxes with green, red and yellow color with different border styles.b) Demonstrate with complete jQuery code the functionality of text auto completion by showing suggestions for words typed by user in a search bar
18.Code HTML and CSS for the following: Place three images inside the display area of your web page. The dimensions of the images areimgA: height = 20%; width = 100pximgB: height = 150px; width = 250remimgC: height = 180vmin; width = 50% DisplayΒ imgAΒ and have it positioned 100px from the left of its container and 100vmax from the top.DisplayΒ imgBΒ and have it positioned 120px from the left of its container and 120em from the bottom.DisplayΒ imgCΒ and have it positioned 200px from the top of its container and centered horizontally. The order of HTML code for displaying the three images are to be imaA code, then imaB code, and finally imaC code.Β  Make sureΒ imgA is displayed on top of imgCΒ andΒ imgC is on top of imgB. Code all mandatory attributes. Given a choice, always use a property instead of an attribute.
Using CSS, how would you center the text in a header of an HTML table? A) Use the align property. B) Use the text-align property. C) Use the justify property. D) Add &nbsp; until the text is centered.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning