WEB BROWSERS TECHNOLOGY
WHAT IS WEB TECHNOLOGY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
are parts of CSS code where a property and value for the selector are displayed inside a pair of curly brackets. {font-size:1.5em;}
|
Declarations
|
|
Mood Board
|
|
Selector
|
|
CSS3
|
|
Web Host / Web Server
|
Explanation:
Detailed explanation-1: -The declaration block contains one or more declarations separated by semicolons. Each declaration includes a CSS property name and a value, separated by a colon.
Detailed explanation-2: -A CSS rule consists of two main parts: selector (’h1’) and declaration (’color: red’). In HTML, element names are case-insensitive so ‘h1’ works just as well as ‘H1’.
Detailed explanation-3: -A CSS selector is the first part of a CSS Rule. It is a pattern of elements and other terms that tell the browser which HTML elements should be selected to have the CSS property values inside the rule applied to them.
Detailed explanation-4: -Curly braces- and These mark the beginning of the CSS code that specifies the style.
There is 1 question to complete.