Computer Science, asked by tapasya09, 1 month ago

Write the CSS style property and value to apply red color and font size as 35 px
for the ordered lists.

PLEASE HELP FAST !!!

Answers

Answered by daksh100408
0

Answer:

list{

color: red,

fontSize: 35px

}

Explanation:

please mark my answer as brainliest.

Answered by mgpssuhani8970
1

Answer:

Explanation:

<style type="text/css">

ol{color:red;font size:35px}

</style>

Similar questions