WEB 101 - Web Development Fundamentals

Description

This course covers the fundamentals of website development and design using Hypertext Markup Language (HTML5), Cascading Style Sheets (CSS), and JavaScript as scripting languages to add dynamic components to static websites

Prerequisite

Duration

none4 weeks

Curriculum

Week 1 - HTML Fundamentals

Day 1 - Introduction to HTML

Document structure: doctype, <html>, <head>, <body>

Day 2 - Text Element

headings, paragraphs, links, images (with alt attributes) Basic text formatting (bold, italic, etc.)

Day 3 - Lists, Tables and Semantic HTML

Lists: ordered and unordered

Tables: creating simple tables with rows and columns

Semantic HTML: divs, spans, and common sectioning elements

Day 4 - Forms

Text inputs, radio buttons, checkboxes, labels, submit buttons, Form attributes and actions

Day 5 - Multimedia & Advanced Elements

Embedding video, audio, YouTube videos, and adding a favicon, Comments and proper code organization