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 11, Problem 1RA
Program Plan Intro

To add name and date in comment section of file save jpf_hitori_txt.html and jpf_hitori_txt.js, and save each of them after removing the txt extension.

Expert Solution & Answer
Check Mark

Explanation of Solution

Given information: The filesjpf_hitori _txt.html and jpf_hitori_txt.js are provided under the folder html11→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 filesjpf_hitori_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 thejpf_hitori_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
Page 3 will be a separate html file that will have a table containing you're your favorite 4 images. The images need to be sized the same in the table... At end of page you will have a hyperlink to go back to the main page. put image 1 here put image 3 here Go back to my main page Put image 2 here put image 4 here
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…
how do I create the following pages: Main Page (index.html) - This page will display the user's list with edit and delete options for each list item. "Completed" list items should be hyperlinks that take you do the View List Item page.The user should be able to add a new item to the list right on this page by providing just a title and description (then they can edit the list item to add more details later). Edit List Item (edit-item.html) - Once a user has completed a bucket list item, they can provide more information. You can choose what type of information they might want to record for completed items but at minimum you should have: Title (this was provided when the item was created, and in A3 will be populated from the database) Description (this was provided when the item was created, and in A3 will be populated from the database) Rating - eventually this should be a star system, but that typically requires a little (sometimes a lot) of JavaScript, so the star part would come…
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
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