Hugo has created an HTML document to which he has attached an external CSS style sheet containing styles that define all HTML elements in the document. Hugo wants to apply styles to his home page only that will override the style definitions of the attached style sheet. How can he accomplish this?a. Apply inline styles to each affected element.b.Embed an internal style sheet.c. Attach to the HTML document another HTML document containing the desired styles.d. Disassociate the HTML document from the external CSS style sheet.

Respuesta :

Answer:

The answer is option b.

Explanation:

In the question, it is defined that Hugo created an HTML document that uses an external CSS style sheet. Now he wants to apply a new style on his home page. for that, he will be Add a sheet in internal design to his document. and other options are not correct that can be defined as:

  • In option a, if we apply inline style sheet for each effect that will take a long time.
  • In option c if we attach HTML document so he faces difficulty in finding attributes because in document two attributes maybe do the same work.
  • In option d if we Separated the external style sheet with HTML document so, all the styles will disappear on the HTML page.