Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Write the HTML for a paragraph that uses inline styles to configure the background color of green and the text color of white.
  2.  
  3. Write the HTML and CSS code for an embedded style sheet that configures a background color of #eaeaea and a text color of #000033.
  4.  
  5. Write the CSS code for an external style sheet that configures the text to be brown, 1.2em in size, and in Arial, Verdana, or a sans-serif font.
  6.  
  7. Write the HTML and CSS code for an embedded style sheet that configures a class called new that is bold and italic.
  8.  
  9. Write the HTML and CSS code for an embedded style sheet that configures links without underlines; a background color of white; text color of black; is in Arial, Helvetica, or a sans-serif font; and has a class called new that is bold and italic.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement