answersLogoWhite

0


Best Answer

For each item on a webpage, even a piece of a text, you can think of there being a box around it. You can do things like draw borders around the item, define its margins, its size and its position. You define the formatting of the content of it, the space around the content which is called padding. You can define the thickness and style of the borders. Using any or all of these things gives you great control over the items on your webpage. Try this:

<span style="border-width: 20px; border-color: gold; border-style: groove; padding: 5pt; position: absolute; top:5cm; left:3cm; margin:0.5cm;">SAMPLE</span>

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

For each item on a webpage, even a piece of a text, you can think of there being a box around it. You can do things like draw borders around the item, define its margins, its size and its position. You define the formatting of the content of it, the space around the content which is called padding. You can define the thickness and style of the borders. Using any or all of these things gives you great control over the items on your webpage. Try this:

SAMPLE

For each item on a webpage, even a piece of a text, you can think of there being a box around it. You can do things like draw borders around the item, define its margins, its size and its position. You define the formatting of the content of it, the space around the content which is called padding. You can define the thickness and style of the borders. Using any or all of these things gives you great control over the items on your webpage. Try this:

SAMPLE

For each item on a webpage, even a piece of a text, you can think of there being a box around it. You can do things like draw borders around the item, define its margins, its size and its position. You define the formatting of the content of it, the space around the content which is called padding. You can define the thickness and style of the borders. Using any or all of these things gives you great control over the items on your webpage. Try this:

SAMPLE

For each item on a webpage, even a piece of a text, you can think of there being a box around it. You can do things like draw borders around the item, define its margins, its size and its position. You define the formatting of the content of it, the space around the content which is called padding. You can define the thickness and style of the borders. Using any or all of these things gives you great control over the items on your webpage. Try this:

SAMPLE

For each item on a webpage, even a piece of a text, you can think of there being a box around it. You can do things like draw borders around the item, define its margins, its size and its position. You define the formatting of the content of it, the space around the content which is called padding. You can define the thickness and style of the borders. Using any or all of these things gives you great control over the items on your webpage. Try this:

SAMPLE

For each item on a webpage, even a piece of a text, you can think of there being a box around it. You can do things like draw borders around the item, define its margins, its size and its position. You define the formatting of the content of it, the space around the content which is called padding. You can define the thickness and style of the borders. Using any or all of these things gives you great control over the items on your webpage. Try this:

SAMPLE

For each item on a webpage, even a piece of a text, you can think of there being a box around it. You can do things like draw borders around the item, define its margins, its size and its position. You define the formatting of the content of it, the space around the content which is called padding. You can define the thickness and style of the borders. Using any or all of these things gives you great control over the items on your webpage. Try this:

SAMPLE

For each item on a webpage, even a piece of a text, you can think of there being a box around it. You can do things like draw borders around the item, define its margins, its size and its position. You define the formatting of the content of it, the space around the content which is called padding. You can define the thickness and style of the borders. Using any or all of these things gives you great control over the items on your webpage. Try this:

SAMPLE

For each item on a webpage, even a piece of a text, you can think of there being a box around it. You can do things like draw borders around the item, define its margins, its size and its position. You define the formatting of the content of it, the space around the content which is called padding. You can define the thickness and style of the borders. Using any or all of these things gives you great control over the items on your webpage. Try this:

SAMPLE

For each item on a webpage, even a piece of a text, you can think of there being a box around it. You can do things like draw borders around the item, define its margins, its size and its position. You define the formatting of the content of it, the space around the content which is called padding. You can define the thickness and style of the borders. Using any or all of these things gives you great control over the items on your webpage. Try this:

SAMPLE

For each item on a webpage, even a piece of a text, you can think of there being a box around it. You can do things like draw borders around the item, define its margins, its size and its position. You define the formatting of the content of it, the space around the content which is called padding. You can define the thickness and style of the borders. Using any or all of these things gives you great control over the items on your webpage. Try this:

SAMPLE

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Some include:

Borders

Padding

Positioning

Margins

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a component of the CSS box model?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is CSS Box Model?

Go to a website called W3 Schools and search for Box model, they provide a great example.


When using the box model the is always transparent?

margin is alway transparent http://www.w3schools.com/css/css_boxmodel.asp


What type of CSS Visual Model box type is demonstrated by a link and sits inline with the surrounding text?

In CSS, an anchor tag (the one that makes a hyperlink) is called an "inline element." (As opposed to box-level elements.)


Which browsers support CSS?

All major browsers support CSS2; however, IE is kind of weird in its box model implementation.


Were do i paste layout on MySpace 2.0?

Paste it in the CSS box. Here are directions to find the css box: http://profilerehab.com/help/how_to_use_myspace_20_layouts


How do you write instead of body the text box in css?

You can write a text box in CSS styles. Just place the text styles to whatever you want in the input tag.


How do you put a cursor on a facebook page?

Facebook has not CSS program, and usually if you wanna put the cursor, you have to copy and paste "the code" in the CSS box.


What is export css?

An export CSS is a cascading style sheet exported from a document. The document is usually a web page but a CSS can be exported from any page that conforms to the document object model (DOM).


What year was the cavalier vending machine model css-12-96j manufactured?

1974


Where is the Css Neuse State Historic Site in Kinston North Carolina located?

The address of the Css Neuse State Historic Site is: Po Box 3043, Kinston, NC 28502-3043


How is a component commonly mark for identification?

A component is commonly marked for identification by its model number.


What is the difference between CSS box shadow and CSS filter drop-shadow?

A CSS box shadow effect is applied to the outer layer of an element while the filter drop-shadow, an experimental property, follows the rendered shape of any element including pseudo elements, such as a tootip with an arrow. A filter drop-shadow also takes into account the transparent aspects of a .png image.