subject

In this exercise, you will create two external style sheet files and a web page. You will experiment with linking the web page to the external style sheets and not how the display of the page is changed.
1. Create an external style sheet (call it format1.css) to format as follows: document background color of white, document text color of #000099, and document font family of Arial, Helvetica, or sans-serif. Hyperlinks should have a background color of gray (#ccceee). elements should use the Times New Roman font with red text color.
2. Create an external style sheet (call it format2.css) to format as follows: document background color of yellow, document text color of green. Hyperlinks should have a background color of white. elements should use the Times New Roman font with white background color and green text color.
3. Create a web page about your favorite movie that displays the movie name in an tag, a description of the movie in a paragraph, and an unordered list of the main actors and actresses in the movie. The page should also have a hyperlink to a web site about the movie. Place an email link to yourself on the web page. This page should be associated with the format1.css file. Save the page as moviecss1.html Be sure to test your page in more than one browser. Save as format1.css and movieccs1.html.
(Please write the complete program for all CSS and HTML program please and thanks)

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 00:40
Reading characters and strings from the keyboard: consider the following c++ program 1. #include 2. #include 3. using namespace std; 4. mystring1 5. 6. int main() 7. { 8. 9. string mystring1, mystring2; mychar1 10. 11. 12. char mychar1, mychar2; 13. 14. cout< < "enter a string: "; mychar2 15. 16. cin> > mystring1; // 17. cin.get(mychar1); 18. cin> > mychar2; 19. getline(cin,mystring2); mystring2 20. 21. 22. cout<
Answers: 1
question
Computers and Technology, 22.06.2019 21:00
Simon says is a memory game where "simon" outputs a sequence of 10 characters (r, g, b, y) and the user must repeat the sequence. create a for loop that compares the two strings starting from index 0. for each match, add one point to userscore. upon a mismatch, exit the loop using a break statement. assume simonpattern and userpattern are always the same length. ex: the following patterns yield a userscore of 4: simonpattern: rrgbryybgy userpattern: rrgbbrybgy
Answers: 2
question
Computers and Technology, 22.06.2019 22:00
What is a distinguishing feature of today’s graphic application software?) graphic applications are used today on a variety of devices, including touch-screen kiosks and mobile phones.
Answers: 3
question
Computers and Technology, 22.06.2019 23:20
How can you tell if someone sent you a text message to your email instead of a email
Answers: 1
You know the right answer?
In this exercise, you will create two external style sheet files and a web page. You will experiment...
Questions
question
Computers and Technology, 16.10.2019 02:40
question
History, 16.10.2019 02:40
Questions on the website: 13722361