Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Where should I complete an assignment like this, and how would I do so? Problem 1 (15%) Create a web page: That includes an unordered
Where should I complete an assignment like this, and how would I do so?
Problem 1 (15%) Create a web page: That includes an unordered list describing at least three courses that you are taking in this semester (3%). The text My Current Courses should be contained within
tags (2%). This page should include a hyperlink to the NKU home page (2%); Write the HTML code so that one of the courses is configured by using a class named favorite (3%); This web page should use the external style sheet named ass3.css (4%). Save the page as current.html (1%); Problem 2 (15%) Create a web page: That includes an unordered list describing at least three courses that you had taken in the last semester (or in the past if you did not take any courses in the last semester) (3%). The text My Past Courses should be contained within tags (2%). This page should include a hyperlink to the NKU home page (2%); Write the HTML code so that one of the past courses is configured by using a class named favorite (3%); This web page should use the external style sheet named ass3.css (4%) Save the page as past.html (1%); Problem 3 (30%) Create an external style sheet (named it ass3.css) to format as follows: Document default background color of LIGHT BLUE( #DDDDFF) (4%); Document default text color of BLACK (4%); Document default font typeface of Times New Roman, Georgia, Times or serif (4%); Hyperlinks should have a background color of GREY (#CCCCCC) (4%); elements should use the Arial font typeface with BLUE text color (6%). The favorite class should use red italic text (6%). Save it as ass3.css (2%); Problem 4 (20%)
elements should use the Arial font typeface with BLUE text color (6%). The favorite class should use red italic text (6%). Save it as ass3.css (2%); Problem 4 (20%)
Save the configuration of the external style sheet (ass3.css) created in Problem 3 as a new file named as ass3_4.css and change it to format as follows: Document default background color of BLACK (6%); Document default text color of LIGHT BLUE( #DDDDFF) (6%);
text color of GREY (#CCCCCC); (6%) Save the file as ass3_4.css (2%); Problem 5 (10%) Change the two web page files, current.html and past.html: They both use the formatting configured in ass3_4.css (8%); Save these two files as currentNew.html and pastNew.html (2%); Problem 6 (10%) Modify the currentNew.html file by using an inline style CSS: text color of GREEN (9%); save the file as currentInline.html (1%) Your source code should be carefully indented and validated using the markup validation service offered by W3C at http://validator.w3.org and CSS Validation Service offered by W3C http://jigsaw.w3.org/css-validator
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started