Approx. read time: 2.3 min.

Post: Using CSS classes and the class attribute

Using CSS Classes and the Class Attribute

Objective:

Using CSS classes and the class attribute: By the end of this lesson, you will be able to:

  1. Understand the purpose and syntax of CSS classes.
  2. Apply CSS classes to HTML elements to style them effectively.

Part 1: Getting Started with HTML

Open your text editor and create a new file named CSSclasses.html. Copy the following code into your file:

Copy to Clipboard

Save the file and open it in your browser. Observe the plain design.


Part 2: Adding CSS Styles

Now, let’s enhance the appearance using CSS classes.

  1. Add a < style > tag in the < head > of your file:
Copy to Clipboard

Define a CSS class called header:

Copy to Clipboard

Apply the header class to the first < div >:

Copy to Clipboard

Part 3: Adding More CSS Classes

  1. Create another CSS class called title:
Copy to Clipboard

Using CSS classes and the class attribute.

Apply the title class to the second < div >:

Copy to Clipboard

Using CSS classes and the class attribute

Create a third CSS class called body:

Copy to Clipboard

Apply the body class to the third < div >:

Copy to Clipboard

Part 4: Final HTML File

Here’s the complete code:

Copy to Clipboard

Assignment

Task:

  1. Modify the existing code to:
    • Add a new CSS class footer with properties:
      • background-color: gray
      • text-align: center
      • padding: 10px
    • Add a < div > at the bottom of the page and apply the footer class.

Expected Code:

Copy to Clipboard

Answer Key:

  1. A new .footer CSS class was added to the < style > block.
  2. A new < div > with class footer was added at the end of the body.

Sample Output:

Copy to Clipboard

This lesson focuses on understanding and applying CSS classes to style HTML elements effectively. It begins by introducing the concept of CSS classes, which allow for reusable and flexible styling across multiple elements. The lesson guides learners through creating a basic HTML structure and then progressively adding CSS styles to enhance the visual design of different sections, such as a header, title, body, and footer.

By using the class attribute, each section is styled uniquely based on predefined CSS rules, showcasing the power and efficiency of CSS in organizing and maintaining web design. The lesson concludes with an assignment to reinforce these concepts by creating a new footer class and applying it to the webpage. This provides a hands-on experience in structuring and styling webpage’s using best practices in CSS and HTML integration.

About the Author: Bernard Aybout (Virii8)

I am a dedicated technology enthusiast with over 45 years of life experience, passionate about computers, AI, emerging technologies, and their real-world impact. As the founder of my personal blog, MiltonMarketing.com, I explore how AI, health tech, engineering, finance, and other advanced fields leverage innovation—not as a replacement for human expertise, but as a tool to enhance it. My focus is on bridging the gap between cutting-edge technology and practical applications, ensuring ethical, responsible, and transformative use across industries. MiltonMarketing.com is more than just a tech blog—it's a growing platform for expert insights. We welcome qualified writers and industry professionals from IT, AI, healthcare, engineering, HVAC, automotive, finance, and beyond to contribute their knowledge. If you have expertise to share in how AI and technology shape industries while complementing human skills, join us in driving meaningful conversations about the future of innovation. 🚀