Computer Science, asked by bharabharathi, 8 hours ago

Ramu is very lazy in typing the program and mentioning all the properties to set the border. Suggest him the property to set all the border properties in one declaration for a webpage.

h1{border: thick blue}

p{border: thick dashsed blue}

body{border: thick dashsed blue}

body{border-width: thick; dashsed blue}​

Answers

Answered by krishnavaibhav2108
0

Answer:

no

Explanation:

it cannot be possible because all the property are different if they somehow become same he can use like :

h1 p body {border:thick black;}

Similar questions