Skip to content

Missybur/missy_t2-css-design.html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

missy_t2-css-design.html

Class or ID?

<title>Missy's Blog</title>

Class ID say what?

When to use Class vs ID

1-25-15

Class and ID have very similar results when using CSS. It is important to make note of these differences and to use them when it is appropriate.

</p>
<p>
     Traditionally, classes are an element that are used for the purpose of resusing again later within your code.  ID's on the other hand are elements that are used to style in a specific area that you don't think that you will need to be applied again, unless of course you are using the ID as an anchor for a single page website which is rare, yet still altogether possible.   
</p>
<p>
  In order to keep your code clean and clear from clutter, your best bet is to stick with CLASS. 
   
</p>

  <!-- copy and paste as many sections as you want to add paragraphs -->

About

Class or ID?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors