Computer Science, asked by aashiqathapa10, 3 months ago

Which of the following is the correct syntax to select all bold elements in a
div element?​

Answers

Answered by s1892
1

Answer:body {

   font-wight: bold;

}

You need above CSS only to make all text bold in your web page.

Explanation:

Similar questions