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

Creating and Managing Menus in WordPress

Menus help visitors navigate your website easily. In WordPress, you can create custom menus to display links to pages, posts, categories, or even external websites.

Steps to Create a Menu

1. Access the Menu Settings

Go to your WordPress dashboard.

Navigate to Appearance > Menus.

2. Create a New Menu

Click Create a new menu.

Give your menu a name (e.g., Main Menu or Footer Menu).

Click Create Menu.

3. Add Items to the Menu

On the left, you’ll see options like Pages, Posts, Custom Links, Categories.

Select the items you want to add (e.g., Home, About Us, Blog, Contact).

Click Add to Menu.

Drag and drop items to arrange their order.

4. Create Submenus (Dropdowns)

Drag a menu item slightly to the right under another item.

This makes it a child item (e.g., under Services, you can add Web Design, Programming, etc.).

5. Assign Menu to a Location

Most themes support multiple menu locations (e.g., Primary Menu, Footer Menu, Sidebar).

Choose a location and click Save Menu.

Managing Menus

Editing Items: You can rename, reorder, or remove items anytime.

Custom Links: Add external links (e.g., Visit Olatechwww.olatechschool.com.ng).

Multiple Menus: Create different menus for different areas of your website.

Widgets: Some themes let you display menus in sidebars or footers using widgets.

Examples of Common Menus

Main Navigation Menu: Home | About Us | Courses | Blog | Contact

Footer Menu: Privacy Policy | Terms of Service | FAQ | Support

Category Menu: News | Tutorials | Announcements | Events

Student Portal Menu: Dashboard | Assignments | Results | Certificates

Quick Links Menu: Register | Login | Donate | Shop

With menus, you control how visitors explore your site, ensuring better navigation and user experience.

Scroll to Top