Week38 Wednesday
Week38 Wednesday
<a href=“http://reddit.com">Reddit</a>
<h1>Headline</h1> Headline
<em>Italics</em> Italics
<strong>Strong</strong> Strong
a cow
More on links
• External website:
<a href="http://reddit.com">Reddit</a>
• Relative link to same folder:
<a href=“page2.html”>Go to page 2</a>
• Links internally in the page (requires element with id attribute)
<a href=“#sektion2”>Gå til sektion 2</a>
Lists
Unordered
<ul • First
<li>First</li • Second
<li>Second</li
<li>Third</li
• Third
</ul>
Ordered
<ol 1. First
<li>First</li 2. Second
<li>Second</li 3. Third
<li>Third</li
</ol>
>
>
>
>
>
>
>
>
Block Inline
>
>
>
>
>
>
>
Attributes
>
>
Forms
• Block elements
• Inline elements
Elements are boxes
• Block elements
• Inline elements
SELECTOR
p {
font-family: Arial;
}
DECLARATION
PROPERTIES
p {
font-family: Ariel;
color: yellow;
}
VALUES
Examples
https://warp.cs.au.dk/cuddly-cat-45/release/?copy
Colors
Box model
Cascade
• Three methods
• In external files
• Internally in the HTML
• Inline on an element
Fancy stuff
• Flexbox
https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/
Flexbox
• Animation
https://developer.mozilla.org/en-US/docs/Web/CSS/animation
• Transform
https://developer.mozilla.org/en-US/docs/Web/CSS/transform
• ….
• ….