Create a Web page .Create classes to style specific tags as follows: Change the background color of one of the cells in the table to orange Change the text color of one of the items in the unordered (bulleted) list to orange

Website

The following Web page should be created using Notepad (PC users) or TextEdit (MAC users). DO NOT use Word or any other Web authoring tool to complete this assignment. When you edit your file in Notepad or TextEdit, open a new instance of Notepad or TextEdit to do so. Do not make the changes from the View/Source window in your browser. That does not work.

NOTE: All content on the web page must be related to your Research Paper topic.

Create a Web page (separate from the one created in Part I) that includes:
Title your Web page – John Doe’s Research Page, use your own name (this information goes in the title tag).
A table with at least two rows and two columns.
Each cell in the table should contain one of topics of interest you selected in Part I.
Include two heading levels – h1 and h2 somewhere on the page.
Save the web page as research.html
Link your topics.html page to your research.html page.
Then link your research.html page to your topics.html page.
Add an image to your topics.html page and a different image to your research.html page. Make sure to include the alt tag with an appropriate description for each image.
Include at least one external link on at least one of the two pages.
Organize the content on each page in a way that is easy to read.
Save both web page (topics.html and research.html) again.
2. Create an external cascading style sheet to apply the following styles:

the color red to all h1 headings
the color blue to all h2 headings
the color green and the font Arial to all paragraphs
the font Cursive to all ordered lists
the font size 28px to all bulleted lists
a solid border around all tables
a solid border and a background color of purple to all cells within a table

Create classes to style specific tags as follows:
Change the background color of one of the cells in the table to orange
Change the text color of one of the items in the unordered (bulleted) list to orange
Change the font of one of the items in the ordered (numbered) list to Arial

Do not include any embedded or inline tags in your code. All styles should be applied using an external cascading style sheet and classes. The completed external cascading style sheet should contain 7 tags and 3 classes.

Save the cascading style sheet as styles.css.

Link the cascading style sheet to both the movies page and the hobbies page and apply the classes to the appropriate tags in each page.

Save both Web pages (topics.html and research.html) again.

Validate both Web pages (topics.html and research.html) using the World Wide Web Consortium validation site. Apply HTML5 validation.

Upload your two Web pages as well as the two image files and the css file to to myDrive. Download My Drive Instructions.pdf Download My Drive Instructions.pdf for directions on how to upload your files to myDrive.

Check both html files and make sure they render as you intended and that all the links work.

When you are ready to submit the assignment, click Submit Assignment in the upper-right corner of this screen.

Create a Web page .Create classes to style specific tags as follows: Change the background color of one of the cells in the table to orange Change the text color of one of the items in the unordered (bulleted) list to orange
Scroll to top