mmlordpepe3136 mmlordpepe3136
  • 02-09-2019
  • Computers and Technology
contestada

In a CSS document, within what must you enclose properties and values when you define a rule for a specified selector?

Respuesta :

ExieFansler ExieFansler
  • 06-09-2019

Answer:

Curly Braces {}.

Explanation:

The syntax for writing a CSS is as following:-

selector {

property : value;

}

CSS is used for providing the style to the HTML page.Such as fonts,background,height,width etc.

For example:

h1{

font:20px;

background:red;

}

The above written CSS is for the h1 tag in HTML.The font size will be 20 pixels and background color will be red.

So we can say that we need to enclose properties and values in curly braces.

Answer Link

Otras preguntas

A temperature of 37°C is equivalent to a temperature of (1) 98.6 K (3) 310. K (2) 236 K (4) 371 K
what is the greatest common factor of 10 and 50
How do you find the are of the circle and the square
Economics is the study of how society __________.
What is a main cause of a virus on a computer
what is the purpose of the Sherman anti trust act?
A recursive function is shown below: f(1) = 2 and f(n) = f(n - 1) - 5; n > 1 Which of the following lists the terms in the sequence defined by this recursiv
Which element has atoms that can bond to each other in rings and networks?(1) aluminum (3) hydrogen(2) carbon (4) oxygen
Which physical property makes it possible to separate the componentsof crude oil by means of distillation?(1) melting point (3) solubility(2) conductivity (4) b
Find the equation of a line with slope -3 and goes through the point (-5,2)