/HTML-CSS-PrepWork

HTML and CSS Prep Work for incoming ZCW students

HTML and CSS Tutorials

Objective: To complete the HTML and CSS tutorials available Mozilla Developer Network Web Docs.

Purpose: To familiarize yourself with HTML and CSS concepts and syntax in preparation for building web applications.

Part 1.0: Introduction to HTML

Complete the following modules and assessment for the Mozilla Developer Network’s Introduction to HTML Tutorial.

Modules

  1. Getting started with HTML

  2. What's in the head? Metadata in HTML

  3. HTML text fundamentals

  4. Creating hyperlinks

  5. Advanced text formatting

  6. Document and website structure

  7. Debugging HTML

Assessment

  1. Structuring a page of content

Part 2:0 Introduction to CSS

Complete the following modules and assessment for the Mozilla Developer Network’s Introduction to CSS Tutorial.

Modules

  1. How CSS works

  2. CSS syntax

  3. Selectors introduction

  4. Simple selectors

  5. Attribute selectors

  6. Pseudo-classes and pseudo-elements

  7. Combinators and multiple selectors

  8. CSS values and units

  9. Cascade and inheritance

  10. The box model

  11. Debugging CSS

Assessment

  1. Assessment: Fundamental CSS comprehension

Part 3.0: Styling Text

Complete the following modules and assessment for the Mozilla Developer Network’s Styling Text Tutorial.

Modules

  1. Fundamental text and font styling

  2. Styling lists

  3. Styling links

  4. Web fonts

Assessment

  1. Assessment: Typesetting a community school homepage

Part 4.0 Styling Boxes

Complete the following modules for the Mozilla Developer Network’s Styling Boxes Tutorial.

Modules

  1. Styling boxes overview

  2. Box model recap

  3. Backgrounds

  4. Borders

Part 5.0 CSS Layout

Complete the following modules for the Mozilla Developer Network’s CSS Layout Tutorial.

Modules

  1. Introduction

  2. Normal Flow

  3. Flexbox

  4. Grids

  5. Floats

  6. Positioning

  7. Multiple-column Layout

Assessment

  1. Fundamental Layout Comprehension