Style rules tell the browser how to display specific content.
HTML’s style rules are written in a format called CSS (Cascading Style Sheets).
Most HTML elements have limited or no … Read More
Spring 2023 | prof. Jake Wright
Most HTML elements have limited or no … Read More
All HTML elements are basically boxes.
In CSS, the term “box model” is used when talking about design and layout.
The CSS box model is essentially a box that wraps … Read More
These links include CSS rules related to color, as well as descriptions of the color modes available in CSS.
The CSS rules and concepts linked below include methods for controlling the placement of page elements and layout formatting and behavior.
These links include CSS rules to control standard typographic attributes (leading, kerning, etc.) as well as instructions for using external fonts.
The links below cover basic concepts of working with HTML (Hypertext Markup Language), such as the structure of an HTML … Read More
Semantic elements have names that relate to the way they’re used in an HTML document, or the kind of content they contain. This makes code easier to read and organize, … Read More
LinkedIn Learning has detailed, organized tutorials that are especially good for learning and practicing new coding languages and software. They offer a free month, but you can get long-term free … Read More
Most HTML elements have limited or no … Read More
There are two main ways (and an edge-case third way) to add style rules to your document. Both are written inside the HTML’s <head>:
© 2024 COMD2451 Web Design 1
Theme by Anders Noren — Up ↑