Web Coding Notes:
HTML
HTML crash course notesCSS
Creating Shapes
You can create shapes with CSS. This example shows you how to make triangles with CSS:
CSS shapes art
Position
There are five positions: static, relative, absolute, fixed, and sticky.
CSS positioning elements
There are 3 ways to add css to your web page:
- In line CSS
- Inside a <style></style> container tag in the header
- <link> to an external file such as style.css using the link tag!!!
JavaScript
There are 3 ways to add css to your web page:
- In line JavaScript
- Inside a <script></script> container in the header
- <link> to an external file such as script.js using the link tag!!!