Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

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...

1 answer below »
  1. 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 fontArialto all paragraphs
    • the font Cursive to all ordered lists
    • the font size 28pxto all bulleted lists
    • a solid border around all tables
    • a solid border and a background color of purple to all cells within a table
  1. 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 toArial
  2. Do not include any embedded orinlinetags in your code. All styles should be applied using an external cascading style sheet and classes. The completed external cascading style sheetshouldcontain 7 tags and 3 classes.
  3. Save the cascading style sheet as styles.css.
  4. 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.
  5. Save both Web pages (topics.htmland research.html) again.
  6. Validate both Web pages (topics.htmland research.html)using theWorld Wide Web Consortium validation site.Apply HTML5 validation.
  7. Upload your two Web pages as well as the two image files and the css file to to myDrive. DownloadMy Drive Instructions.pdfPreview the document for directions on how to upload your files to myDrive.
  8. Check bothhtmlfiles and make sure they render as you intended and that all the links work.
  9. When you are ready to submit the assignment, clickSubmit Assignmentin the upper-right corner of this screen.
  10. Type (or copy and paste) the URL (http://mydrive.nvcc.edu/username/public/) into the text area, scroll down if need be, and then clickSubmit Assignment. Theusernamein the URL is your MyNOVA username.
my NOva user name is TH27374
Answered Same Day Mar 01, 2021

Solution

Pulkit answered on Mar 01 2021
141 Votes
Web page
esearch.html

My Research
These are my favourite research
        Serial No.        Research
        1        Topics
        2        Coding

Web page/Rs.png
Web page/styles.css
h1{
color:RED;
}

h2{
color:blue;
}

p{
font-family: "Arial";
...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here