Computer Applications
In the following code snippet, what value is given for the left margin :
margin: 5px 10px 3px 8px;
- 3px
- 10px
- 8px
- 5px
Related Questions
To reference a style sheet across multiple HTML pages, how would you define your CSS ?
- Inline Style
- Internal Style Sheet
- External Style Sheet
- CSS is meant for only one page
What is the correct CSS syntax for making all the
<span>elements bold ?- span {text-size:bold}
- span {font-weight:bold}
<span style="font-size:bold"><span style="text-size:bold">
What property is used to change the text color of an element ?
- fontcolor:
- textcolor:
- color:
- font-color:
Which is the correct CSS syntax ?
{p:color=black(p}p {color: black;}{p;color:black}p:color=black