Pankaj Shah web agency director in London with over 20 years of experience in web design and project management

I hope you enjoy reading our blog posts.

If you want DCP to build you an awesome website, click here.

HTML5 & CSS3 – Beginners Tutorial – Part 17 – [ CSS Classes Tutorial ]

This tutorial guides beginners through the process of creating a basic website using HTML5 and CSS3. It covers folder structure, HTML document setup, CSS styling, and the use of classes for styling specific elements. Readers will learn how to manipulate text, colours, and layout effectively, providing a solid foundation for web development.

Welcome to this comprehensive tutorial on building a basic website using HTML5 and CSS3. In this part of the tutorial, we will focus on creating a simple website about the Sun, utilising CSS to manipulate the content and layout effectively.

Setting Up Your Project

Creating the Project Folder

To start, we need to create a project folder. Open your directory and create a new folder named Sun. Inside this folder, create two subfolders: images and CSS. This organisation will help keep your project structured.

Gathering Content

Next, we will gather content for our website. A good source for information about the Sun is Wikipedia. You can find images and introductory text that we will use to build our web page.

Creating HTML and CSS Files

Setting Up the HTML File

Open Notepad++ (or your preferred text editor) and create a new blank document. Save this document as index.html in the Sun folder. This file will serve as the main page of our website.

Creating the CSS File

Now, create another new document and save it as style.css in the CSS folder. This file will contain all the styles for our website.

Writing the HTML Structure

Basic HTML Structure

In your index.html file, start by declaring the document type and creating the basic HTML structure:

    
     <!DOCTYPE html>
<html>
<head>
    <title>Information About the Sun</title>
    <link rel="stylesheet" type="text/css" href="CSS/style.css">
</head>
<body>
</body>
</html>

    
   

Adding Content

Inside the <body> tag, we will add an <h1> tag for the main title and a <p> tag for the introductory text. For example:

    
     <h1>Information About the Sun</h1>
<p>The Sun is the star at the center of the Solar System...</p>

    
   

Styling with CSS

Targeting HTML Elements

Now, let’s open the style.css file to add some styles. We will start by styling the <h1> tag:

    
     h1 {
    color: red;
    font-size: 250%;
}

    
   

Adding Paragraph Styles

Next, we can style the <p> tag:

    
     p {
    font-size: 125%;
    color: blue;
}

    
   

Using Color Picker for Specific Colors

To choose specific colors, you can use a color picker tool. For example, if you want a specific shade of orange, you can find the hex code and use it in your CSS:

    
     h1 {
    color: #FFA500; /* Orange */
}

    
   

Aligning Text

You can also align text using CSS. For example, to center the <h1> tag:

    
     h1 {
    text-align: center;
}

    
   

Using Classes for Specific Styles

Creating Classes

To apply different styles to specific elements, we can use classes. For instance, if we want to style the first paragraph differently, we can add a class:

    
     <p class="intro-text">The Sun is the star at the center of the Solar System...</p>
    
   

Defining Class Styles

In the style.css, we can define styles for this class:

    
     .intro-text {
    color: green;
    font-size: 150%;
}

    
   

Using the Span Tag for Inline Styles

If you want to style a specific part of a paragraph, you can use the <span> tag. For example:

    
     <p>The Sun is the star at the center of the Solar System, and it is <span class="highlight">essential for life</span>.</p>
    
   

Defining Span Styles

In your CSS, you can define the styles for the .highlight class:

    
     .highlight {
    color: orange;
    font-weight: bold;
}

    
   

Conclusion

In this tutorial, we have covered the basics of creating a simple website using HTML5 and CSS3. We learned how to set up our project structure, write HTML, and apply CSS styles effectively. In the next tutorial, we will explore more advanced CSS techniques and how to manipulate images and tables.

Remember, practice is key to mastering web development. Experiment with your styles and continue learning about CSS to enhance your web pages further.

Author

Picture of Pankaj Shah

Pankaj Shah

Pankaj Shah is the founder of DCP Web Designers, an award-winning London-based web design and digital marketing agency. With over 20 years of experience, he specialises in WordPress web design, WooCommerce, SEO and helping businesses build effective online solutions.
Tell Us Your Thoughts

This website (dcpweb.co.uk) uses cookies to improve your browsing experience and help us understand how our site is used. By continuing to browse this website, you agree to our use of cookies.

To learn more about how we collect, use, and protect your data, please read our Privacy Policy.

Since 2004, we have designed and developed websites for companies across a wide range of industries, from local service businesses to ecommerce brands and professional organisations.

Our focus is on creating websites that not only look professional, but also perform well in search engines, attract the right audience and support long-term business growth.

If you are looking for experienced web designers who understand how to build websites that deliver real results, our team is here to help.

Privacy Policy

Last Updated: 01/07/2024

Different Colour Productions Ltd (“we,” “us,” or “our”) is committed to protecting your privacy. This Privacy Policy outlines our practices concerning the collection, use, and disclosure of personal information when you visit our website or engage with our services. By using our website and services, you consent to the terms outlined in this Privacy Policy.

1. Information We Collect

We collect various types of information to provide and improve our services. The types of information we may collect include:

1.1. Personal Information: This may include your name, email address, phone number, and any other information you provide when you contact us, request information, or subscribe to our newsletter.

1.2. Log Data: When you visit our website, we automatically collect information, such as your IP address, browser type, pages visited, and the time and date of your visit.

1.3. Cookies and Similar Technologies: We use cookies and other tracking technologies to improve your experience on our website. You can adjust your browser settings to reject cookies or be alerted when cookies are being used.

2. How We Use Your Information

We use the collected information for various purposes, including:

2.1. Providing Services: To provide web design and related services you have requested from us.

2.2. Communication: To respond to your inquiries, send updates, and provide customer support.

2.3. Analytics: To analyse and improve our website and services, as well as monitor usage patterns.

3. Information Sharing and Disclosure

We do not sell or rent your personal information to third parties. However, we may share your information with third parties under the following circumstances:

3.1. Service Providers: We may share your information with trusted service providers who help us deliver our services, such as hosting providers, analytics providers, and marketing services.

3.2. Legal Obligations: We may disclose your information when required by law, to comply with legal processes, or to protect our rights, privacy, safety, or property.

4. Your Choices

You have choices regarding your personal information:

4.1. Access and Update: You can access and update your personal information by contacting us.

4.2. Marketing Communications: You can opt out of receiving marketing communications from us by following the unsubscribe instructions in our emails or emailing [email protected]

5. Security

We take appropriate measures to protect your personal information from unauthorised access, disclosure, alteration, or destruction.

6. Links to Other Websites

Our website may contain links to third-party websites. We are not responsible for the privacy practices of these websites. We recommend reviewing their respective privacy policies.

7. Changes to this Privacy Policy

We may update this Privacy Policy from time to time to reflect changes in our practices. Any changes will be posted on this page, and the date at the top will indicate the latest update.

8. Contact Us

If you have any questions or concerns about this Privacy Policy or our practices, please contact us at: [email protected]

By using our website and services, you acknowledge that you have read and agree to this Privacy Policy. Different Colour Productions Ltd is committed to safeguarding your personal information and respecting your privacy rights.

ThreeBestRated Top 3 Website Designers in London 2026 award for DCP Web Designers Certificate