New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN: 9781305503922
Author: Patrick M. Carey
Publisher: Cengage Learning
bartleby

Concept explainers

Question
Book Icon
Chapter 13, Problem 1RA
Program Plan Intro

To add name and date in comment section of file save co_cart_txt.html, co_cart _txt.js, co_credit_txt.htmland co_credit_txt.js, and save each of them after removing the txt extension.

Expert Solution & Answer
Check Mark

Explanation of Solution

Given information: The filesco_cart_txt.html, co_cart_txt.js, co_credit_txt.html and co_credit_txt.jsare provided under the folder html13→Review with reference material.

Explanation:

In HTML comments are provided within symbols <!-- comments --> whereas in JS comments are included within the symbols /* comments */.

Follow below steps to add name and date in the html files co_cart_txt.html and co_credit_txt.html:

1. Right click on file name.

2. Select Open with →HTML editor

3. Write your name and date in Author and Date fields in comment section (<!-- -->) respectively.

4. Click File →Save As.

5. Under Save As window, provide new name to file after removing _txt extension.

6. Click Save.

A new update file will get created in the same directory.

Follow below steps to add name and date in the co_cart_txt.js and co_credit_txt.js:

1. Right click on file name.

2. Select Open with →HTML editor

3. Write your name and date in Author and Date fields in comment section(/* ---- */) respectively.

4. Click File →Save As.

5. Under Save As window, provide a new name to file after removing _txt extension.

6. Click Save.

A new update file will get created in the same directory.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
HTML/CSS Assignment. Build, from scratch, a new flexbox layout.This layout must include: a container: header, navigation, three-column mid section. and a footer. Add a media query to collapse the three columns into a single column layout. CSS styling must contain flexbox properties and values for positioning of elements. The page must include actual content and images. The topic is entirely up to you, the coloring, font-styling etc. is also entirely up to you.
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…
Independent Challenge 4 – ExploreAs you continue your work creating the website for Eating Well in Season, a local food delivery company, you customize thedesign’s fonts and colors.a. In your editor, open HTM_E-11.html from the IC4 folder where you store your Data Files for this unit, save it asindex.html, open HTM_E-12.css, then save it as styles.css.b. In the first comment section in each file, add your first and last names and today’s date where indicated, then saveyour changes to both files.c. Use google.com/fonts to locate the font named Alegreya Sans, choose the Normal 400 style, then copy the linkelementfor the font’s stylesheet to the Clipboardd. Return to index.html in your editor, paste the link element just before the link element for your stylesheet, thensave your changes.e. Return to styles.css in your editor, then in the body and page container section (the code following the body andpage container comment), create a style rule that sets the font family for the body…
Knowledge Booster
Background pattern image
Computer Science
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
Text book image
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning