CSS (Cascading Style Sheet)

5.0
(1)
7 Enrolled

About Course

This CSS course introduces you to the fundamentals of CSS, starting with setting up the development environment by installing Visual Studio Code and the Live Server extension for live reloading. You’ll create your first HTML page and learn to add CSS to it. The course covers the basics of CSS syntax, including selectors, properties, and values, and explains the different ways to incorporate CSS into HTML: inline, internal, and external CSS. Through practical examples, you’ll gain an understanding of how to style HTML elements and control the layout of web pages, setting a solid foundation for further exploration of CSS properties and techniques.

 

Course Content

CSS (Cascading Style Sheet)
Introduction: Your First CSS File In this tutorial, we will focus on creating our first CSS file. The following parts are used: 1.Setting up the environment 2.Creating an HTML page 3.Adding CSS to HTML Setting up the environment: Installing Visual Studio Code 1.Go to the google 2.Search visual studio code download in the search bar 3.Click on the download and follow the installation instruction for your OS. 4.After installing the visual studio code install the Live server extension that helps you to enable live reloading of a page. Creating an HTML page: Assuming you have some knowledge of HTML, open VS code and create a new file named “index.html”. After creating the html file. Generate the default boiler plate code by pressing the “!” and then press enter. It will generate basic html code. The generated code look something like this after changing the title and adding some content to the body: Adding CSS to HTML: Inside the head tag add tag and add the following code: You have successfully start you journey into the world of CSS! Follow these tutorial for better understanding of CSS properties.

  • What is CSS?
    00:00
  • CSS Syntax
    00:00
  • CSS Selector
    00:00
  • CSS Colors
    00:00
  • CSS Fonts
    00:00
  • CSS Box Model
    00:00
  • CSS Fundamentals Quiz

Instructors

E

ehtada

4.7
421 Students
30 Courses

Feedback

5.0
Total 1 Rating
100%
0%
0%
0%
0%

Review (1)

  1. AA

    Abubaker Ajaz

    5 months ago
    CSS (Cascading Style Sheet) is an essential course for anyone interested in web design and development. It provides a thorough foundation in styling web pages, covering everything from basic syntax to advanced techniques. With clear explanations and hands-on exercises, this course empowers learners to create visually appealing and responsive websites. Whether you're a beginner or looking to refine your skills, CSS offers practical knowledge that's both valuable and immediately applicable in the world of web development.

Want to receive push notifications for all major on-site activities?