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
Question
Book Icon
Chapter 7, Problem 14CP3

a)

Program Plan Intro

To insert a field set with the legend colors, alabel for theFont Color (hexadecimal)followed by an input box with the data type set to color, the field name and ID name set to color, and the default value set to #000000 in the wm_demo.html file under the form element.

b)

Program Plan Intro

To insert a label for the Background color (hexadecimal) followed by an input box with the data type set to color, the field name and ID name set to backgroundcolor, placeholder value of #rrggbb, and the default value set to #FFFFFF.in the wm_demo.html file under the form element.

Blurred answer
Students have asked these similar questions
Create an interactive sign-up sheet.● Make the sign-up sheet interactive for the user.● Add a selection element to ask the user for their gender. Add the options “Male,” “Female,” and “Prefer not to mention.”● Use onblur and onfocus to add red borders to the input elements when the user leaves without any input, and a green border if a value is typed and the user is done with the input element.● Upon submission of the form, print all the information that the user has provided on a div or p tag at the bottom of the page.● Use fieldset and legend tag to separate the input part from the output part of the form.● Include a reset button to clear users input and also the information displayed at the bottom of the page.● Feel free also to design your own version and add other features.
Below the main element, add a comment with the text Footer. Below the comment, add a footer element that includes a class attribute with a value to make a fluid jumbotron, center align text, and padding of 5. Nest the following div element within the footer element:         <div class="container text-white">            <p>&copy; Copyright 2021. All Rights Reserved.</p>            <p><a href="mailto:contact@wildrescues.net" class="text-white">contact@wildrescues.net</a></p>            <a href="https://www.facebook.com" target="_blank"><img src="images/facebook-logo.png" alt="white Facebook logo" class="pr-4"></a>             <a href="https://twitter.com" target="_blank"><img src="images/twitter-logo.png" alt="white Twitter logo"></a>         </div> Need to Add the footer element with the required class selectors.  The index.html is: <footer>    <!-- Footer -->    <footer…
Using React create a header component that displays a logo and company name. It should be able to welcome a user to the site or ask them to sign in, depending on boolean input. Create a landing page component that tells the user about the company. Create a product component that displays information about the products that the company sells. Edit your existing App.js file so that it displays the header component, the landing page component and at least three product components. Use an array of values and props to do this. Pass props to the header component to specify whether the user is logged in or not.
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