attribute to specify the relationship of the linked document to the current document
Give this one a try later!
rel
The background-color CSS property controls the background color of elements.
Give this one a try later!
Background Color
The <link> element is used to link HTML documents to external resources like CSS
files. It commonly uses: href, rel, and type.
, Give this one a try later!
<link> Link Element
The font-family CSS property is used to specify the typeface in a rule set. Fonts must
be available to the browser to display correctly, either on the computer or linked as a
web font. If a font value is not available, browsers will display their default font. When
using a multi-word font name, it is best practice to wrap them in quotes.
Give this one a try later!
Font Family
CSS classes can be reusable and applied to many elements. Class selectors are
denoted with a period . followed by the class name. CSS ID selectors should be
unique and used to style only a single element. ID selectors are denoted with a hash
sign # followed by the id name.
Give this one a try later!
Class and ID Selectors
Color name keywords can be used to set color property values for elements in CSS.
Give this one a try later!
Color Name Keywords
Give this one a try later!
rel
The background-color CSS property controls the background color of elements.
Give this one a try later!
Background Color
The <link> element is used to link HTML documents to external resources like CSS
files. It commonly uses: href, rel, and type.
, Give this one a try later!
<link> Link Element
The font-family CSS property is used to specify the typeface in a rule set. Fonts must
be available to the browser to display correctly, either on the computer or linked as a
web font. If a font value is not available, browsers will display their default font. When
using a multi-word font name, it is best practice to wrap them in quotes.
Give this one a try later!
Font Family
CSS classes can be reusable and applied to many elements. Class selectors are
denoted with a period . followed by the class name. CSS ID selectors should be
unique and used to style only a single element. ID selectors are denoted with a hash
sign # followed by the id name.
Give this one a try later!
Class and ID Selectors
Color name keywords can be used to set color property values for elements in CSS.
Give this one a try later!
Color Name Keywords