Question: **Need #5 and #6 answered please Problem 1 Create a web page: That includes an unordered list describing 2 3 courses you are taking this
**Need #5 and #6 answered please
Problem 1
Create a web page:
- That includes an unordered list describing 2 3 courses you are taking this semester
- The text My Current Courses should be contained within
tags
- The page should include a hyperlink to the NKU home page
- Write the HTML code so one your listed courses is configured by using a class named favorite
- The web page should use the external style sheet named ass3.css
- Save the page as current.html
Problem 2
Create a web page:
- That includes an unordered list describing 2 -3 previous courses you have taken
- The text My Past Courses should be contained within
tags
- This page should include a hyperlink to the NKU home page
- Write the HTML code so one of the past courses is configured using a class named favorite
- This web page should use the external style sheet named ass3.css
- Save the page as past.html
Problem 3
Create an external style sheet (named ass3.css) with the following format:
- Document default background color of LIGHT BLUE( #000033)
- Document default text color of BLACK
- Document default font typeface of Times New Roman, Georgia, Times or serif
- Hyperlinks should have a background color of GREY (#CCCCCC)
elements should use the Arial font typeface with BLUE text color
- The favorite class should use red italic text
- Save it as ass3.css
Problem 4
Save the configuration of the external style sheet (ass3.css) created in Problem 3 as a new file named ass3_5.css and change its format to the following:
- Document default background color of BLACK
- Document default text color of LIGHT BLUE( #000033)
text color of GREY (#CCCCCC)
- Save the file as ass3_5.css
Problem 5
Make the following changes to your current.html and past.html files:
- Reformat your current.html and past.html files to use ass3_5.css
- Save these two files as currentNew.html and pastNew.html
Problem 6
Modify the currentNew.html file by using an inline style CSS:
text color of GREEN and save the file as currentInline.html
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
