Welcome to the Newschoolers forums! You may read the forums as a guest, however you must be a registered member to post. Register to become a member today!
tags will be arial size 11px font and the paragraph will have a red background
you can apply css to any type of tag. you can also apply it to idems by class or id by saying
.classname {
or
#id {
replacing classname or id with the name of your class or id
firebug is a firefox extension that lets you inspect web pages to look at how they are built and look at how css effects them. it also does a ton of other stuff like managing DOM, debuging javascript and viewing load times, but you probably dont need those yet
download it here https://addons.mozilla.org/en-US/firefox/addon/1843
once you install it, you can right click anywhere on a webpage and view the html structure of it
good luck!
This is my header
This is another paragraph. The text would be yellow.