JD

Notes

Web Design and Frontend Dev-related Resources

Introduction

This page contains my notes taken while studying web design and front-end web development.

Technologies & Applications:


Getting Setup

Basic Website Folder Structure


sitename/
├── index.html
├── css/
│   ├── style.css
                          
                      

Blank HTML Document

Example index.html file:


Blank CSS Document

Example style.css file with a CSS Table of Contents:


Base Styles

CSS Global Reset


CSS Global Colors


CSS Global Typography

This is a Heading 1

This is a Heading 2

This is a Heading 3

This is a paragraph. This is bold text. This is italic text. This is an inline text link. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

  • This is an Unordered List Item
  • This is an Unordered List Item
  • This is an Unordered List Item
  1. This is an Ordered List Item
  2. This is an Ordered List Item
  3. This is an Ordered List Item

This is a link.


Glossary:

Common Terms & Definitions:

HTML
Hypertext Markup Language
CSS
Cascading Style Sheets
JS
JavaScript