Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
CSS, JavaScript And Python Complete Course
Rating: 4.7 out of 5(1,466 ratings)
128,783 students

CSS, JavaScript And Python Complete Course

CSS And JavaScript Programming Language And Python Programming Language Complete Course
Last updated 11/2021
English

What you'll learn

  • Introduction to CSS And JavaScript concept And Python Programming Language
  • Write CSS Scripts And Understanding Concepts
  • Practically Getting Started With CSS Styles, CSS 2D Transform, CSS 3D Transform
  • Getting Started With Javascript Variables,Values and Data Types, Operators and Operands
  • Write JavaScript scripts and Gain knowledge in regard to general javaScript programming concepts
  • Python section ,python operators and various operator types
  • Python loops, various python loops used in combinations
  • python use of lambda function and python command line arguments

Course content

3 sections98 lectures7h 2m total length
  • CSS IN HTML10:05

    Explore how to include CSS in HTML using inline, embedded, and external style sheets. Use selectors such as name, id, class, and universal to craft page-wide or element-specific styling.

  • CSS Introduction6:04

    Introduce cascading style sheets (css), showing how stylesheets define layout and appearance for html elements, how cascading applies changes, and the benefits of centralized, reusable styles across devices.

  • CSS Basic Syntax3:46

    Learn to implement css by placing a style tag in the head and using the style attribute to set h1 font family and color blue, with green body text.

  • CSS Fonts5:47

    Explore CSS font properties by applying font-family with fallbacks, font-style, font-variant, font-weight, and font-size. Use shorthand notation to combine these attributes in one line.

  • CSS Text5:43
  • CSS Links3:19
  • CSS Layers2:42

    Explore how layers stack with z-index to create depth using positioned divs. Learn how top and left positions and colors green, red, and yellow show z-index sequencing in CSS layers.

  • CSS Lists4:30
  • CSS Animation10:20

    Explore CSS animations using keyframes to transform colors from red to yellow to green and move a box with left and top positions, two-second delay, three iterations, and alternate directions.

  • CSS 2D Transform3:43

    Learn 2D transformations in CSS by rotating elements 20 degrees, skewing on the x and y axes, and applying clockwise or anticlockwise angles, with practical demos and animation plans.

  • CSS 3D Transform2:55
  • CSS Colors Introduction3:29

    Explore how to set colors in CSS using hex codes, short hex, rgb/rgba values, and color keywords to style text and backgrounds.

  • CSS Colors 23:52
  • CSS Cursors2:26

    Explore CSS cursors and how to customize the mouse pointer for web pages, including auto, default, crosshair, text, help, and resize cursors, plus the hyperlink finger pointer.

  • CSS Padding3:47

    Explore how CSS padding controls the distance between text and its border by applying top, right, bottom, and left values, including pixel and percent examples.

  • CSS Positioning6:43

    Learn absolute, relative, and fixed positioning in CSS to place elements using coordinates and references, and understand how scrolling affects fixed elements.

  • CSS Dimensions3:48
  • CSS Rounded Corners5:20

    Explore how to create rounded corners for rectangles using the border-radius property, including uniform and corner-specific radii, with practical examples of multiple values and backgrounds.

  • CSS Visibility2:21

    Learn how to control element visibility in css by toggling text between visible and hidden, using the visibility property, style tags, and hover interactions on web pages.

  • CSS Scrollbars2:26

    learn to manage content overflow by adding vertical, horizontal, or both scrollbars using the overflow attribute, applying it to a box with defined height and width.

  • CSS Selectors12:03

    Explore the four basic CSS selectors—name (type), class, ID, and universal—to target elements and apply styles across the document.

  • CSS Background5:39

    Learn how to use the CSS background property to set colors or images, apply it to paragraphs or the entire page, and control background repeat, position, and fixed attachment.

  • CSS Gradient4:10

    Explore CSS gradient techniques by using linear and radial gradients with multiple colors, directions, and color stops to create dynamic backgrounds.

  • CSS Images2:01

    Explore how to style images in html using the img tag and the style attribute, applying borders such as dotted, dashed, and solid with color to enhance web page visuals.

  • CSS Borders5:26

Requirements

  • Basic Computer Knowledge
  • Basic HTML Knowledge

Description

Learn CSS and Javascript and Python Complete Course

section 1- CSS course with basics and advanced concepts of CSS

  • ever wonder how the latest website designs are made? Cascading Style Sheets (CSS) are the main coding files used to layout a website and its design. CSS 3 is the latest in styling standards, and it brings several new properties and declarations you can use to make your website design more easily created. CSS is currently the only standard in website design that plugs directly into your HTML, even the latest HTML 5 standards. With CSS 3 and HTML 5, you can create the latest interactive pages for your website viewers.

  • this course shows you how to create CSS classes from a beginner's level. It starts off with basic HTML declarations, properties, values, and how to include a CSS style sheet with your HTML code. For those of you who are new to CSS and HTML, we show you step-by-step how to create a CSS file and include it in your HTML code, even if you use a cloud server for your hosting.

  • we show you how to position your elements, layout your elements relative to your documents, and style your HTML using predefined CSS values. We introduce you to the common CSS styling that you'll need when you start off designing your pages. If you want to get to know CSS and website design, this course is meant for you, and it can be used by anyone who hasn't even seen one line of CSS code yet. We focus on the latest CSS 3 and HTML 5 standards, so you get the latest when coding your website pages instead of focusing on older code.

  • there are no prerequisites. Anyone Can join this course. It is recommended though that individual have some basic computer programming knowledge.


  • Course Topics


  • Introduction to CSS

  • inclusion Of CSS In HTML

  • CSS syntax

  • CSS styling Text

  • CSS page backgrounds

  • CSS 2D transform

  • CSS 3D transform

  • CSS animation

    and more....


    Section 2- learn javascript programming language

    • The course is created with thorough, extensive, but easy-to-follow content that you’ll easily understand and absorb.

      The course starts with the basics, including JavaScript fundamentals, programming, and user interaction.


      the curriculum is going to be very hands-on as we walk you from start to finish to become a professional Javascript developer. We will start from the very beginning by teaching you Javascript basics and programming fundamentals, and then execute into real-life practice and be ready for the real world.


    • while Javascript is complicated for beginners to learn, it is widely used in many web development areas.

    • this course gets you started with an introduction to JavaScript. It assumes that you're new to the language, so it gets you started with basic functionality such as creating functions, creating variables, and calling these lines of code from your standard HTML pages. It talks about events and triggers for custom event handling. It talks about pattern matching, searching for text within a page, flow control, and the document object model (DOM). We start off with the basics and move on to more complex functionality such as arrays and objects. We then discuss how to script common elements with JavaScript such as forms and tables. At the very end, we discuss major libraries such as Ajax, which allows you to make asynchronous calls to server-side scripts without reloading the web page in the server.

    • Master the fundamentals of writing Javascript scripts

    • Learn core Javascript scripting elements such as variables and Objects

    • Discover how to work with lists and sequence data

    • Write Javascript functions to facilitate code reuse

    • Use Javascript to read and write files

    • Make their code robust by handling errors and exceptions properly

    • Search text using regular expressions

    • The topics covered in this course are:

      * javascript course contents:

    • Javascript introduction

    • Javascript array

    • Javascript variables

    • Javascript functions

    • Javascript objects

    • Javascript control statements

    • Javascript cookies

    • Javascript loop statements

    • Javascript data structures

    • Javascript error handling

    • Javascript regular expressions


  • Section 4- python programming language.

This course section provides an introduction to programming and the python language. students are introduced to core python programming concepts like conditionals, loops, variables, and functions. this section includes an overview of the various python aspects. It also provides hands-on coding exercises using commonly used writing custom functions, and reading and writing to files. this section or whole course may be more robust than some other courses, as it delves deeper into certain essential programming topics.

what you will learn in this section:

  • Identify core aspects of programming and features of the Python language

  • Understand and apply core programming concepts like conditionals, loops, variables, and functions

  • Use different ways for writing and running Python code

  • Design and write fully-functional Python programs using commonly used data structures, custom functions, and reading and writing to files

    • python various operator types

    • python methods

    • python conditional statements

    • python loops

    • python function statements

    • python decision making

    • python file Input and Output

    • python datatypes.

    • and more..


    Thank you see you inside the course

Who this course is for:

  • Beginner Full Stack Developers
  • Beginner Web Developer