Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
CSS :basics for beginners
Rating: 3.8 out of 5(11 ratings)
1,084 students

CSS :basics for beginners

Learn how to code in CSS in less than one hour.
Created byNaveen Kumar A
Last updated 6/2017
English

What you'll learn

  • you will be very confident in web designing
  • Will be able to write code in CSS
  • manage code in CSS
  • complete a study in CSS

Course content

3 sections13 lectures32m total length
  • self intro1:39

    An instructor with decades of teaching experience introduces CSS basics for beginners, clarifying that CSS stands for cascading style sheets and how styling shapes look and feel.

  • Introduction and Requirements of the course1:37

    Introduce the course and outline the requirements for CSS basics for beginners. Recommend Chrome for fast compilation, note compatibility issues, and emphasize short videos to fit learner needs.

Requirements

  • An internet connection
  • An up to date web browser

Description

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.


CSS is designed to enable the separation of presentation and content, including layout, colors, and fonts. This separation can improve content accessibility; provide more flexibility and control in the specification of presentation characteristics; enable multiple web pages to share formatting by specifying the relevant CSS in a separate .css file, which reduces complexity and repetition in the structural content; and enable the .css file to be cached to improve the page load speed between the pages that share the file and its formatting.

This course mainly focuses on learning CSS(Cascading Style Sheets) which is very important for the look and feel of the website. In this tutorial series you get to learn about it's basics . it is the number design language for the web. it is easy to learn and it is used in most web development today. By enrolling in this course you will learn all basics in less than one hour you will get a very good grip on topics in CSS. By the end of it you will have a firm understanding of the concepts of CSS and you will be able to code in CSS on your own


Who this course is for:

  • People who want to learn about web development
  • people who have basic idea of HTML