answersLogoWhite

0

Class refers to your style sheet (Cascading Style Sheets), or the style part of your HTML document.

For example, if your document was this...

<style>

.text {

font-family: Arial

}

</style>

then in your body tag...

<div CLASS="text">Hello</div>

Hello will be in Arial text font type. It refers to your style, whether it be a font type, colour, background, etc.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Is there any HTML projects for class 10?

html project on topic bihar


Where can I buy a class 2 transformer?

It is not really that hard for you to find one. Here are some sites that can help you www.nextag.com/class-2-transformer/shop-html and www.nextag.com/plug-in-class-2-transformer/stores-html and www.allelectronics.com/make-a-store/.../815/...Transformers/1.html


Div class tags for HTML?

&lt;div&gt;hjghj&lt;div&gt; is a layer


What class does the ASP.NET Web Form class inherit from by default?

The ASP.NET Web Form is not a class, it's an HTML document; a plain-text file.


How do you apply css code in HTML?

"class" is an attribute of most if not all HTML tags. To apply a CSS class to a tag, simply make the class attribute equal to that CSS class. For example, suppose you have a CSS class called bigRed that makes text large and red. If you want to apply it to a certain text, just put it in a tag surrounding that text. e.g. . . . but my &lt;span class='bigRed' &gt;car&lt;/span&gt; was faster than . . .


How many attributes does the BR tag have in HTML?

The BR tag has only the core tags, which all HTML tags have. These are id, class, style and title.


How could you put a text in a fake background in HTML?

You could set the background in an upper class and then define the text in the lower class.


Free vin reports?

this HTML class. Value is 1GCEK19R3WR126705


Why was author Ron Jones fired from teaching?

according to Jones, after an "experiment" in World History class about Fascism got out of control.http:/www.outspokenideas.com/html/wave_pr.htmlhttp:/www.outspokenideas.com/html/rj_bio.html


Where could one go to learn coding in HTML?

There are classed in many schools and colleges that offer coding classes. But if you do not have time to go to class there are sites that can teach you how to code in HTML.


What are the attributes goes with the h1 tag?

In HTML 5, the &lt;h1&gt; element may have the attributes "class" and "style". In older versions of HTML (such as 4.01), other attributes such as "align" were supported, but these have been deprecated and removed in HTML 5 in favor of CSS.


What does div mean?

A div tag in HTML represents a division, usually with its own style, class, or alignment. For example, the HTML &lt;div align=center&gt;Text&lt;/center&gt; would align the text in the center of the page