Course Content
Introduction to the Web & How Websites Work
This lesson explains what web design is and why it matters. Students learn how the internet works, including the roles of browsers, servers, and websites. It introduces the basic building blocks of a website—HTML for structure, CSS for style, and JavaScript for interactivity—and clarifies the difference between web design and web development. The lesson also highlights essential tools like text editors, browsers, and online resources to get started.
0/3
Getting Started with HTML
HTML (HyperText Markup Language) is the standard language used to create and structure content on the web. It defines the building blocks of every website. What HTML does: HTML is the foundation of every website, giving structure to web pages. It uses tags like <h1>, <p>, and <img> to define content. A basic HTML page has , , , and . The contains metadata (title, styles), while the holds visible content. HTML works together with CSS (design) and JavaScript (functionality).
0/8
WordPress Basics
In this module, we will explore the foundation of WordPress, the most popular Content Management System (CMS) for building websites. You’ll learn how to set up WordPress, navigate the dashboard, and understand key features such as posts, pages, themes, and plugins. By the end, you’ll be able to manage a WordPress site with confidence and customize it to suit your needs.
0/10
Web Design

WordPress has two main types of content: Posts and Pages. While they may look similar, they serve different purposes.

Posts

Posts are entries listed in reverse chronological order on your blog or news section.

Key Features of Posts:

Time-sensitive → Best for blog updates, news, or articles.

Categories & Tags → Can be organized for better navigation.

Appear in RSS Feeds → Automatically sent to subscribers.

Author & Date Visible → Usually show who wrote it and when.

Dynamic Content → Keep your site fresh with frequent updates.

Examples of Posts:

Blog articles (e.g., 10 Tips for Web Design)

News updates (School Reopening Date Announced)

Tutorials (How to Install WordPress Locally)

Announcements (New Course Launch)

Opinion pieces (Why Cybersecurity Skills Are Crucial)

Pages

Pages are static and are not listed by date or category. They are best for timeless content.

Key Features of Pages:

Not Time-Sensitive → Content remains relevant long-term.

No Categories or Tags → Organized in a hierarchical structure.

Not in RSS Feeds → Not sent to subscribers.

No Author & Date Display → Usually just plain content.

Static Content → Great for essential site information.

Examples of Pages:

About Us

Contact Page

Privacy Policy

Services Page

Homepage

Scroll to Top