Menu

[Solved]Write Html Css Js Meets Following Requirements Set Text Color Favorite Color Set Backgroun Q37233927

Write the HTML, CSS, and JS that meets the followingrequirements:

  1. Set the text color to your favorite color.
  2. Set the background color to a contrasting color (such as thecomplementary color).
  3. Add the following elements to the page:
    1. level 1 header
    2. image
    3. table with two rows and two columns. The headings for the tworows shall be DOB and Country.
  4. Write a JS script that does the following:
    1. Ask the user for her name. Set the the level 1 header to thatvalue.
    2. Ask the user for the URL of a graphics file. Set the source ofthe image element to that URL.
    3. Ask the user for her date of birth and country of origin. Setthe second column of the table to these values.

Expert Answer


Answer to Write the HTML, CSS, and JS that meets the following requirements: Set the text color to your favorite color. Set the ba… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *