Create an html that will display like the page below. "Film Notes from New Yorker Magazine" is a centered, size two headline with "New Yorker" italicized. "Select Movies" and "Personal Information" are size four headlines. The movie headings "A.I.", "Dr. Dolittle 2", and "Tomb Raider" are also size four headlines.
Answers
Answer:
Now that you have downloaded the two files to the disk, you should start editing "movie.html." Open "movie.html" in NotePad. NotePad is a simple text-editor that you'll be using to create the webpages in this class. After you open "movie.html", you'll notice that the file contains some raw text that over the course of the exercise you'll be changing into a webpage. Each time you edit "movie.html", be sure to save your changes. Then open (or reload) the file movie.html within Internet Explorer to see the results of your changes.
Change movie.html into a simple HTML page as follows:
Enclose file in <HTML> tags.
Create a <HEAD> region.
Give the Page this title: Buy a Movie Online!
Create a <BODY> region containing all of the raw Text.
Give the Body a white background color.
If you do these steps correctly, your webpage should look like this: