answersLogoWhite

0

px (pixel), and % (percent of the page) are the most common.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What relative unit of measure is used in CSS to let elements scale according to the browser's text size?

em.


What is an HTML attribute which specifies a unique id for an element?

The "id" attribute specifies a unique ID for an element:Ids must be unique within the page (so no other elements that are ided as "firstParagraphOfGreatness".)Ids can be referenced in CSS like so:#firstParagraphOfGreatness {css rules here}


What is the difference between a period and a hash symbol in declaring CSS classes?

Period which specifies to a class using (.) or dot operator Where as hash or # specifies to id of a particular attribute of HTML tags


How many attributes does the body tag have?

Some attributes for the BODY tag are: * dir - Specifies the text direction for the content. Values (rtl and ltr) * id - Specifies a unique id for the component * style - specifies the style (usually CSS) to be used * background - to specify a background image (Deprecated) * bgcolor - to specify a background color (Deprecated) * etc...


What CSS property specifies the background color of a table?

Use the CSS declaration "background-color" For instance... <style type="text/css"> body { background-color: red; } </style> That code will change the background color to red. Background color will take the same values for a color as all other CSS color. A named color keyword, a hex RGB value, a decimal RGB value, and a decimal RGBA value.


What is css and deffrent type of css?

css


What attribute for the BODY element that specifies the color of unvisited links?

You would need CSS for that.body a:link{color: #FF0000}If you put that code in the of the document, all the links will be red.


What attributes in HTML let you specify the thickness and width of a horizontal rule?

In HTML 4.01, the "size" attribute specifies thickness and the "width" attribute specifies width, as measured in pixels. For example: <hr size="20" width="800" /> However, these attributes are deprecated in XHTML Strict and HTML 5--you should use CSS instead.


What is valid css?

Valid CSS is CSS that has been run through the W3C CSS checker and passed.


How do you make CSS layouts?

CSS layouts can be created in an external CSS file. The extension of the file should be CSS only.


Why is the CSS not working?

if you neglected to save your css file in a .css format, then it may not work.


What is CSS when referred to in the U.S. military?

CSS refers to Confederate States Ship as in the name CSS Shenadoah.CSS refers to Confederate States Ship as in the name CSS Shenadoah. In computer terms CSS is a Cascading Style Sheet.