Discuss how web designers use CSS. List and describe the three ways you can add style rules to your pages.
What will be an ideal response?
Web designers use CSS specifications to create text documents, called style sheets, to control the appearance of one or more pages at a website. Astyleis a group of formatting properties, such as bold, italic, font type, font size, or font color, applied as a group to selected text. When you use CSS, you create a style sheet containing style rules.Style rulesare specifications that define one or more formatting properties and their values (declarations) for specific HTML tags (selectors).?You can add a style rule to your pages in one of three ways:• As aninline styleinserted using the style attribute within the HTML tag on a page. An inline style only affects the content within the tags in which it appears.• As part of aninternal style sheetinserted using the