Menu

(Solved) : Write Simple Code Write Html Css Java Script Necessary Create Web Page Meets Following Req Q37213541 . . .

Write a simple code.

Write the HTML, CSS, and Java Script necessaryto create a web page that meets the following requirements:

  1. Make the font size 20 points.
  2. Make the left margin 50 pixels.
  3. Add the following elements to the page:
    1. level 1 heading. The content shall be your name.
    2. image. The picture displayed shall be anything of your choiceon the web. Use an absolute URL.
      Note: In Chrome, the image will not display until after the scriptruns. Do not be concerned about that. BTW, in Firefox and IE theimage will display before the script runs. In Safari, nothingdisplays until after the script runs.
    3. ordered list with two items. The content of these items shallinitially be empty.
  4. Write a JS script that does the following:
    1. Ask the user for his two favorite things. Modify the orderedlist so that these two things are the two items in the list.
    2. Ask the user if he likes Google. If so, change the image sothat it shows some image of Google.
      Note: The prompt should make it clear how theresponse is to be entered (e.g., y or n)

Expert Answer


Answer to Write a simple code. Write the HTML, CSS, and Java Script necessary to create a web page that meets the following requir…

OR