New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN: 9781305503922
Author: Patrick M. Carey
Publisher: Cengage Learning
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
Chapter 11, Problem 3CP3
Program Plan Intro
To study the content of the table crossword also note the values of all the data attributes to identify all the span elements of the crossword puzzle. Note the IDs of the puzzle letters and the puzzle clues in the pc_cword.html file.
Expert Solution & Answer
Trending nowThis is a popular solution!
Students have asked these similar questions
Create html file include a table with following requirements:
All content aligned center.
Table head background color yellow.
Table data background color gray.
●
●
●
TAS
EX11 table
+
C Ⓒ File | C:/Users/AlMaatooq/Desktop/20%20%p/course%20code/Exercise%2011.html
Home Service
Miles Mastercard Insurance
paaet
PACI
AMEX
NBK
Student Name
John
Salem
Steve
Capago Internation...
Note: HTML only
Birthday
23 - 12 - 1999
21 - 1 - 2000
22 - 2 - 2001
A
10
Ⓒ
ch 8 extend your knowledge
i need this solved. below is index.html and styles.css
figure8-68 is attached below.
tasks
Link index.html to the styles.css file.
In the index.html file, create a table with seven rows and four columns. Include a caption with the text, Course Schedule.
you will need to properly use thead and tbody elements, as well as rowspan and colspan attributes
Use the styles.css file to create style rules to design the table as shown in Figure 8–68. The table uses the following hexadecimal color codes: ffe5dc (body background-color), fd4d0c (table border color), 792101 (box shadow color), a22c02 (table data border color), fe9772 (odd rows background color).
Apply a box shadow to the table and a sans-serif font to the page
index.html
<html lang="en">
<head>
<title>Chapter 8, Extend</title>
<meta charset="utf-8">
</head>
<body>
<div id="container">
<!-- Use the main area…
se Problem 1 Data Files needed for this Case Problem: sp_home_txt.html, sp_layout_txt.css, 2 CSS files, 11 PNG files Slate & Pencil Tutoring Karen Cooke manages the website for Slate & Pencil Tutoring, an online tutoring service for high school and college students. Karen is overseeing the redesign of the website. do you have this solution?
Chapter 11 Solutions
New Perspectives on HTML5, CSS3, and JavaScript
Ch. 11.1 - Prob. 1QCCh. 11.1 - Prob. 2QCCh. 11.3 - Provide the general code to create a function...Ch. 11.3 - Prob. 2QCCh. 11 - Prob. 1RACh. 11 - Prob. 2RACh. 11 - Prob. 3RACh. 11 - Prob. 4RACh. 11 - Prob. 5RACh. 11 - Prob. 6RA
Ch. 11 - Prob. 7RACh. 11 - Prob. 8RACh. 11 - Prob. 9RACh. 11 - Prob. 10RACh. 11 - Prob. 11RACh. 11 - Prob. 1CP1Ch. 11 - Prob. 2CP1Ch. 11 - Prob. 3CP1Ch. 11 - Prob. 4CP1Ch. 11 - Prob. 5CP1Ch. 11 - Prob. 6CP1Ch. 11 - Prob. 7CP1Ch. 11 - Prob. 8CP1Ch. 11 - Prob. 9CP1Ch. 11 - Prob. 2CP2Ch. 11 - Prob. 3CP2Ch. 11 - Prob. 5CP2Ch. 11 - Prob. 2CP3Ch. 11 - Prob. 3CP3Ch. 11 - Prob. 1CP4Ch. 11 - Prob. 2CP4Ch. 11 - Prob. 3CP4Ch. 11 - Prob. 4CP4Ch. 11 - Prob. 5CP4Ch. 11 - Prob. 6CP4Ch. 11 - Prob. 7CP4
Knowledge Booster
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
- Create the below page using HTML. On clicking the Save Details button make a post request to the page named insert.php to send the form data. In insert.php write the php code to insert the data in to a table named club events. The club events table has five columns named title, mark, duration, date and description. On clicking Go Back button redirect the user to page named home.html On clicking the Reset button clear all the data from the input tags. Event Details - Open Source Community Event Title* Max Marks* Max No of Hours* Event Date* mm/dd/yyyy Event Description Go Back Save Details Resetarrow_forwardExercise: write HTML code for the following. Name DSE HTML&CSS Contract Changes Annual Leave Last Updated 9th Aug 2020 17th Dec 2019 23rd Nov 2019 Actions view view viewarrow_forwardhow to do this exercise? Halloween 11 Create a product page In this exercise, you’ll create a product page that uses a variety of features for working with images. When you’re through, the page should look similar to this: Specifications: • To create the product page, you can copy the index.html file you worked on in exercise 7 to the products folder and rename it cat.html. Then, you can delete the content from the section, modify the URLs on the page as necessary, and add the content shown above. • Create a new style sheet named product.css for the product page, and copy the styles you need from the main.css file to this style sheet. Then, modify the link element for the style sheet in the cat.html file so it points to the correct style sheet. • Modify the horizontal navigation menu so it indicates that no page is current. • In the section, float the image to the left of the text. In addition, set the left margin for the text so if the product description is longer, the text won’t…arrow_forward
- Please answer 4 and 5 only as this question is reposted.arrow_forwardVideos Utilize the following elements in the body of index.html to create a header for this page: 1 x Header 1 x Level One Section Heading 1 x Video Embed element 2 x Source element You will need two video files to complete this section. Use https://cloudconvert.com/mp4-to- webm to convert the mp4 file into a webm file to use as your second video file. Save it in the videos folder for this lab.arrow_forwardHold * downvote for incorrect as well because code is in such same form.arrow_forward
- Copy-paste code below and save it as XHTML (with extension .xhtml). Find and fix as many errors in the code as you can. XHTML has strict rules Error 1 Error 2 Error 2 Continue Error 3 is here: Error 4: Error 5: Error 6 Initial browser output:arrow_forwardwrite the HTML code of the following output.arrow_forwardThe site page will have input fields for the accompanying data: First NameLast NameDateAddressFaved Vehicle (text region)arrow_forward
- Web Programming Lab - 10 Create a web page as shown below: Enply San Departa Gader De R ant When click on Add Row button a new row appended to the table When click on Delete Row button the last row will be deleted. Before deleting the last row you need to check the number of rows should be greater than 2 than only the last row will be deleted otherwise it will give an alert message. Check below pictures Employee Name Phone Department Select Department OMale OFemale Gender Select Department OMale OFemale Select Department vOMale OFemale Select Department v OMale OFemale Add Row Delete Row Submit When clicked Add Row button 3 times Employee Name Gender Department Select Department ♥ Select Department Phone OMale OFemale OMale OFemale Add Row Delete Row Submit When clicked Delete Row button 2 times ++ C O CeOPCIONDestepDena A O senng G Gong OMAN OE This page says Empleyee Name Phone Thee houl e t oe Departest Eeled Depa Ad Re Delete RewSubet When try to delete the last rowarrow_forward1. Write the required HTML and CSS code to create the following table:arrow_forwardch9 analyze I need this solved below is figure 9-38 and index.html and styles.css TASKS Open index.html in the embedded browser and notice the empty video element. Review the files provided in your /media folder and add at least two video source files with appropriate attributes. Include a paragraph element that advises legacy browser users that their browser does not support the video element. Add the poster attribute that uses the web-design.jpg image within the /images folder and add the controls attribute to the video element. Open the descriptions.vtt file provided in the /media folder. Add descriptive text to Line 11 to describe the page for a visually impaired person. Describe what is happening in the video. In the index.html file, use the track element to add the descriptions file to the video element. Include the following attributes: src, kind, srclang, and label. index.html <html lang="en"> <head> <title>Chapter 9, Analyze</title>…arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- New Perspectives on HTML5, CSS3, and JavaScriptComputer ScienceISBN:9781305503922Author:Patrick M. CareyPublisher:Cengage Learning
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning