paper 2?
?...it should b because its kinda new...here..
p {color: #ff00ff; font-family: arial, Helvetica, sans-serif; font-size: 10px}
li {color: #00bfff; font-family: times, “times new roman”; font-size: smaller; font-style: italic}
h1 {color: #0000ff; font-family: times, “times new roman”; font-size: 36pt}
its really easy..
"
#ff00ff" is called the hexadecimal value of a colour..(it can b nythin besides metioned)
after the hash "#" there are 6 digits of number/text...like
ff 00 ff ...they r always in a pair..each colour has a different code..
1st pair represents red
2nd is green
3rd is green...
so basically its like #(ff) {00} [ff]
(red){green}
(never put these tho..jus fo ya understanding)
one of the ques say.....amend the style for a paragraph so that it will accept any
generic sans-serif font as well as the specified fonts....
u jus havta pput a comma after the font name and type sans-serif or sometimes evn serif depending on the ques...like ...
p {color: #ff00ff; font-family: arial, Helvetica, sans-serif; font-size: 10px}
now u understand??