Web Coding Notes:

HTML

HTML crash course notes

CSS

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:

  1. In line CSS
  2. Inside a <style></style> container tag in the header
  3. <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:

  1. In line JavaScript
  2. Inside a <script></script> container in the header
  3. <link> to an external file such as script.js using the link tag!!!

React

Programming

Revature Introduction to programming notes