1.

Solve : H1 halp css?

Answer»

I use  H1  in css for my headline  because they say it is the bigest.

But it is noit  that BIG  can I chang it or somethingYes, with CSS.

Code: [Select]h1 {
  font-size: 100px;
}
Thank you for the help.

I will be useing  Exturnal  css  so I have the fallowing code in my  Exturnal  .css FILE

body {background: #000000 url(wall.jpg) no-repeat fixed;}
a:link{color:#ffff00;}
a:visited{color:#ffff00;}
p{font-size:25px;color:#ffffff;font-family:times new roman,Arial;}
h1{font-size:100px;color:#ffffff;font-family:times new roman,Arial;}

now wen I make all my other pages I know to have them  link to this file  because this is were they will get the information about text size and so on.

So on all my other pages I can just use the

  tag  and then start typeing and it will know the font and size to use right???

And the only point to giveivg text  Classes  is if you have a lot of diferant lines of text that you want to have diferant fonts and sizes RIGHT?? Quote

So on all my other pages I can just use the <p>  tag  and then start typeing and it will know the font and size to use right?Huh?Huh???

And the only point to giveivg text  Classes  is if you have a lot of diferant lines of text that you want to have diferant fonts and sizes RIGHT??
Yes and yes.Thanks for the help but I wanted to ask one thing about  images.

I know I can use the  HTML code


to place an image on the page.

And I know  CSS has it's own  code for placing an image on the page.

Since I am USING  CSS coe  I am makeing an  Enturnal  CSS  web site.

Sould I just use  CSS code even wen I just need to place an image on one of my pages  or can I use the old  HTML 

I know they both work but if some of the page is  CSS and then I though an  HTML  code in  will this do something or am I useing  it wrongCSS can't "place" an image on your page. It can only specify a background image. There's a difference.so I would still use this html code for placing an imageYes.



Discussion

No Comment Found