You are reviewing the style sheet code written by a colleague and notice several rules that are enclosed between the /* and */ characters. What will occur when you link the style sheet to a Web document?

Respuesta :

Answer:

Nothing will happen.

Explanation:

The rules written between /* and */ will be ignored because /* and */ are the standard way of writing comment in a style sheet code. So, whatever fall in between them will be ignored during rendering of the page.