CS401A's Prelim: Fundaments of Web Prog. Module 03 Flashcards
For preliminary and final exams.
supplies the style. As HTML provides the structure of the webpage,
Cascading Style Sheet (CSS)
which allows animations, more visual effects, and more support for layout features
CSS3,
They are also the two (2) fundamental languages for making modern websites,
HTML (HyperText Markup Languagel and CSS (Cascading Style Sheet)
is used to change the look and user experience of a webpage by targeting HTML elements and applying different styles
CSS (Cascading Style Sheet)
part of CSS means that styles are applied in the order they are encountered in the browser.
[from the top of the style sheet to the bottom]
The “cascading”
A collection of these code statements is called a
which can be stored in the HTML document they apply to or in separate text files.
style sheet
which is a specific HTML element to be styled with CSS.
selector,
includes the property, and the value, and ends with a semicolon.
The declaration
There are two (2) primary approaches to adding CSS to any webpage:
as an internal style sheet in the HTML document and
as an external style sheet in a separate file.
Internal Style Sheet
External Style Sheet
It can have the biggest impact on the general design of the website.
Styling Text
Sizing Text
Formatting Text
font-weight
font-style
text-decoration
text-align
Adding Colors