Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
CSS, Bootstrap And JavaScript And Python Stack Course
Rating: 4.5 out of 5(1,238 ratings)
125,160 students

CSS, Bootstrap And JavaScript And Python Stack Course

Learn CSS and Bootstrap and JavaScript programming and Python programming all in one complete Stack course
Last updated 12/2021
English

What you'll learn

  • Introduction to Web development with learning CSS And Bootstrap JavaScript concepts, Python Programming Language
  • Write CSS Scripts And Understanding Concepts
  • Practically Getting Started With CSS Styles, CSS 2D Transform, CSS 3D Transform
  • Bootstrap Crash course,Introduction to bootstrap concepts
  • Bootstrap Grid system,Forms, Badges And Alerts
  • 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
  • Introduction And Use of JavaScript Variables, JavaScript Arrays, JavaScript Objects
  • Getting Started with Python section ,python operators and various operator types
  • Python function statements and python decision making
  • python use of lambda function and python command line arguments

Course content

4 sections108 lectures7h 43m total length
  • CSS IN HTML10:05

    Explore how to include CSS in HTML using inline styles, embedded styles in the head, and external stylesheets, and learn linking and importing methods to apply style rules across pages.

  • CSS Introduction6:04

    Explore css fundamentals, including style sheets, cascading rules, and applying styles to html elements, plus advantages like easier maintenance, faster page loads, and cross-device compatibility.

  • CSS Basic Syntax3:46
  • CSS Fonts5:47

    Learn how to style text with CSS fonts by specifying font-family with fallbacks, applying font-style, font-variant (including smallcaps), and font-weight, setting font-size, and using shorthand font properties for efficient styling.

  • CSS Text5:43
  • CSS Links3:19

    Learn to style hyperlinks with the anchor tag in HTML using CSS, controlling colors, underlines, and states like hover, visited, and active.

  • CSS Layers2:42
  • CSS Lists4:30

    Style HTML lists with CSS using list-style-type values such as disk, circle, and square for unordered lists, roman or alpha for ordered lists, and create inline layouts with float left.

  • CSS Animation10:20

    Demonstrate CSS animation basics by building a red square that uses keyframes to animate color changes, positions, duration, delay, and iteration count, including reverse and alternate directions.

  • CSS 2D Transform3:43

    Explore css 2d transform fundamentals by applying rotate and skew to divs, manipulating x and y axes, exploring clockwise and anticlockwise rotations, and previewing animation.

  • CSS 3D Transform2:55

    Explore css 3d transformation by rotating a div box around the X, Y, and Z axes with Rotate X, Rotate Y, and Rotate Z.

  • CSS Color Introduction3:29

    Learn how to apply css colors for text and backgrounds using four methods: hex codes, short hex, rgb values (0–255), and named keywords.

  • CSS Colors 23:52
  • CSS Cursors2:26

    Learn how CSS cursors switch the mouse pointer to states like auto, default, crosshair, text, and pointer for hyperlinks, and resize patterns such as east, northeast, and northwest.

  • CSS Padding3:47

    Discover how css padding creates space between text and borders, using top, bottom, left, and right values; explore pixel and percentage units and single-to-four value shorthands.

  • CSS Positioning6:43
  • CSS Dimensions3:48
  • CSS Rounded Corners5:20
  • CSS Visibility2:21

    Learn to control web content visibility with css. Use style tags to set visibility, hide or show elements at runtime, and reveal text on hover.

  • CSS Scrollbars2:26

    Learn to implement CSS scrollbars by handling content overflow inside a box, using the overflow property to enable vertical, horizontal, or both scrollbars in a practical example.

  • CSS Selectors12:03

    Explore css selectors—name, class, id, and universal—and learn to apply styles to h1, h2, and p using an embedded style sheet, with nesting and unique id cases.

  • CSS Background5:39

    Explore how to use the CSS background properties to apply colors and images, either to a paragraph or to the whole page, and control background repeat, position, and fixed attachment.

  • CSS Gradient4:10

    Explore different gradient techniques in CSS, including linear and radial gradients with multiple colors, directions (top-to-bottom, left-to-right, diagonals), and repeating gradients for dynamic color patterns.

  • CSS Images2:01

    Learn to style images with CSS using the img tag and the style attribute for attractive visuals. Apply solid, dotted, and dashed borders to images for clear formatting.

  • CSS Borders5:26

    Discover how to design CSS borders for paragraphs and divs using border-width, border-color, and border-style, including solid, dashed, and other variations with per-side control.

Requirements

  • Basic Computer Knowledge
  • Basic HTML Knowledge

Description

Learn CSS and Bootstrap and Javascript and Python stack all in one 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 individuals 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 bootstrap in a crash course


  • bootstrap grid system

  • bootstrap alerts

  • bootstrap badges

  • bootstrap forms

  • bootstrap breadcrumb

  • bootstrap  labels

  • and more...


  • Section 3- 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