Respuesta :
Damian can make use of CSS to style the elements of HTML documents.
Answer: Option 1.
Explanation:
CSS stands for Cascading style sheets, which is a type of web language, called style sheet language which standardizes the layout throughout a website. Therefore used for describing the look and formatting of a document, from document presentation, including elements such as the layout, colors, and fonts.
The major characteristics of CSS include styling rules which are interpreted by the client browser and applied to various elements in your document. Major characteristics include: A style rule consists of a selector component and a declaration block component.
Answer:
Damian can make use of CSS to style the elements of HTML documents.
Explanation:
<style>
html
{
background: red;
}