uppercaseguy uppercaseguy
  • 03-01-2021
  • Computers and Technology
contestada

Observe the following output and write the complete HTML-CSS code to generate it:

Observe the following output and write the complete HTMLCSS code to generate it class=

Respuesta :

tonb
tonb tonb
  • 03-01-2021

Answer:

HTML:

<ol start="3">

 <li>English</li>

 <li>Maths</li>

 <li>Physics</li>

 <li>Chemistry</li>

 <li>Biology</li>

</ol>

CSS:

ol {

 color: green;

 font-family: Courier;

 list-style-type: lower-roman;

 border: 2px dotted black;

 width: 200px;

}

li {

 margin-left: 10px;

}

Explanation:

The left margin on the li is not very clean, but it prevents the roman numbers from exceeding the border.

Ver imagen tonb
Answer Link

Otras preguntas

You would expect a phosphorous-chlorine bond to be 1. nonpolar, with the neither end having a partial charge. 2. polar, with neither end having a partial charge
Consider two linear transformations y = T(x) and z = L(y), where T goes from R^m to R^p and L goes from R^p to R^n. Is the transformationz = L(T(x)) linear as w
let f(x)=2x-3 and g(x)= -x^2-1 find ( g o f) (x)
You shoot an arrow set a target. The parabolic path of the arrow passes through the points shown in table. X. Y 30. 6 60. 7 100. 4 A. Find a quadratic function
Compute the odds in favor of rolling a sum of 10 in a single roll of two fair dice
An ice cube is dropped into boiling water. How will heat flow between the water and the ice cube?
what does como eres tu mean in spanish?
let g(x)=x-3 and h(x)=x^2+6 find (h o g) (1)
which of the following expressions does not equal: the sixth root of 81x^4y^8 a. (3xy^2)^2/3 b. (3x)^2/3y^4/3 c. (3x^2y^4)^1/3 d. cube root of 9x^2y^4
If f(x) is 4x-3 what is (f^-1of) (10)