Concept explainers
To add name and date in comment section of file save bc_fed_txt.html and bc_keys_txt.js, and save each of them after removing the txt extension.
Explanation of Solution
Given information: The files bc_fed_txt.html and bc_keys_txt.js are provided under the folder html12→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 filesbc_fed_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 bc_keys_txt.html.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?
Chapter 12 Solutions
Bndl: Llf New Perspectives Htm L5 Css3 & Javascript, 6th Edition
- 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…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_forwardcreate a gym or business website with three (3) linking pages, and form validation. You will be required to use your creativity. Keep it appropriate please. Your first page is your index page (It MUST be called index.html) o It should be an overall general summary of your "gym" or "business", services offered, etc. Your second page is completely up to you as long as it relates to the gym theme Your third page should be a form that a user must fill out, like a membership form, with JavaScript alerts that let the user know when the form is not done completely. Must have the use of the following tags Line break Horizantal Rule Paragraph List (just one is fine) o Ordered or o Unordered Links Headings • Images • Title Table • Style (You MUST use CSS) Form Buttons Clear Form o Submit Form Input Radio buttons o Checkboxes o Drop-down boxes Script o Form validation O Alert boxes • Contact Info at the bottom (address of the gym) Also: You can use w3schools for reference Put your name in a…arrow_forward
- New Perspectives on HTML5, CSS3, and JavaScriptComputer ScienceISBN:9781305503922Author:Patrick M. CareyPublisher:Cengage Learning