The Style Element
Within an HTML document, for example index.html
, you can place CSS within a style element (<style>...</style>
). This is the practice we’ve been using so-far in the course.
NOTE: You should place your style element inside the <head>
element as one of the last entries.
- Previous
- Next