Question
1. Create a web page, called advantage.html That includes an unordered list describing at least three advantages of using CSS (3%) . The text CSS
1. Create a web page, called advantage.html
- That includes an unordered list describing at least three advantages of using CSS (3%).
- The text CSS Advantages should be contained within
tags (2%).
- This page should include a hyperlink to the W3C Web site (2%);
- Write the HTML code so that one of the advantages is configured to be a class called news (4%);
- Place an email link to yourself on the Web page (2%);
- This web page should use the external style sheet style.css (2%).
2. Create a web page, called disadvantage.html
- That includes an unordered list describing at least three disadvantages of using CSS (hint: you can search disadvantages of using CSS from online resources) (3%).
- The text CSS Disadvantages should be contained within
tags (2%).
- This page should include a hyperlink to the W3C Web site (2%);
- Write the HTML code so that one of the disadvantages is configured to be a class called news (4%);
- Place an email link to yourself on the Web page (2%);
- This web page should use the external style sheet called style.css (2%)
3. Create an external style sheet, called style.css, to format as follows:
- Document background color of white (3%);
- Document text color of #000099 (3%);
- Document family of Arial, Helvetica, or sans-serif (3%);
- Hyperlinks should have a background color of grey (#CCCCCC) (3%);
elements should use the Times New Roman font with black text color (3%).
- The news class should use red italic text (3%).
- Correctly save the file as style.css (1%)
- Upload the style.css (1%)
- Launch a browser and display both web pages advantage.html and disadvantage.html correctly (10%)
4. Change the configuration of the external style sheet (style.css) to format as follows:
- Document background color of black (6%);
- Document text color of white (6%);
text color of gray (#CCCCCC); (6%)
- Save the file as style2.css (1%);
5 Change the two web page files, advantage.html and disadvantage.html, so that they both use the formatting configured in style2.css.
- Save these two files as advantage2.html and disadvantage2.html (5%);
6 Modify the advantage2.html file to use an inline style:
text color of red
- and save the file as advantage3.html (5%);
Create an index page, called index.html, and list the above links (advantage.html, disadvantage.html, advantage2.html, disadvantage2.html, advantage3.html ) in the index.html.
css first priority css style 1 and 2 and maybe tthe index.html
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