answersLogoWhite

0


Best Answer

The browser sets the margin. The size is determined by the browser. The margin clears an area around an element. The margin can be adjusted to your specific needs.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is a margin size determined in CSS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you color the area between margins using HTML or CSS?

You can set the color of margin in CSS. The attribute margin-color is what sets it.


Which property is used to change the left margin of an element in css?

ds,j css


Automatic page breaks are determined by?

Paper size, line spacing, and margin settings


Where can one find information on a CSS margin?

"A CSS margin define space around it's elements. It will clear an area around the element outside of the border. It does not have to be a colour, it can be completely clear."


A font-size 12px padding 2px margin 5px border 1px dotted yellow display block What does the 'a' in CSS mean?

"a" defines the html anchor tag (<a>), it is used to create links. "a" is used in css to style the link.


What is the definition of a CSS margin?

A CSS margin is just a spacing allowed on a web page. Much like a margin on a piece of paper it holds a space for measurements and leaves the empty space to define the page. Though there can be text in the margins many developers place menu links in them.


Is automatic page breaks determined by margin settings paper size line spacing or all of the above?

All of the above


What the default margin size in a word document?

1" is the default margin size.


When using the box model the is always transparent?

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


How does sample size affect the margin of error?

The larger the sample size, the smaller the margin of error.


How do you paste a background on 2.0 CSS?

Well firstly it is CSS 2.0 and the background is defined in the body tag thusly body { background-image: url(brnbak02.gif); background-repeat: repeat; background-color: #cfe3ff; font-size: 12pt; font-family: "Times New Roman", serif; margin: 0; padding: 0; }


Dps Bangalore north project?

for xml <?xml version="1.0" standalone="no"?> <?xml-stylesheet type="text/css" href="link.css"?> <books> <title>books</title> <book> <book_id>book id-1</book_id> <book_name>book name-harry potter </book_name> <author>author- J K Rowling </author> </book> <book> <book_id>book id-2</book_id> <book_name>book name-2 states </book_name> <author>author- chetan bhagat </author> </book> </books> for css books { display: block } title { display: block; font-size: 16; margin-top: 10pt; text-alignment: center; font-weight: 600 } book { display: block } book_id { display: block; margin-left: 30pt; margin-top: 10pt; font- weight: 400; font-size: 14 } book_name { display: block; margin-left: 30pt; margin-top: 10pt; font- weight: 400; font-size: 14 } author { display: block; margin-left: 30pt; margin-top: 10pt; font-weight: 400; font-size: 14 }