
Learn how to include CSS in HTML using inline styles, embedding in the head, and linking to an external stylesheet such as styles.css, while exploring selectors, inheritance, and overrides.
Explore how cascading style sheets (CSS) control web page appearance by applying styles to HTML elements. Achieve easier maintenance and faster loads with a single CSS document across devices.
Learn the basics of css by embedding a style tag in the html head and styling edge one and h2 with blue and green colors.
Explore styling text with css fonts by applying font family with fallbacks, font style italic, font variant small caps, and font weight, plus font size in pixels.
Style hyperlinks by targeting the anchor tag with CSS, setting default, visited, hover, and click colors, and toggling text decoration to underline or none.
Explore css layers and the z-index by stacking three absolutely positioned divs in green, red, and yellow. Adjust z-index to control the top-to-bottom order on the z axis.
Explore styling HTML lists with CSS, including list style type options (disk, circle, square, roman, alpha), hiding bullets, and creating inline lists with float left.
Learn CSS animation basics by animating a red square through color changes using keyframes, duration, and delays, with iteration counts and direction options like alternate and reverse.
Explore CSS 2D transformation by applying rotate, skew, and translate to divs, manipulating the x and y axes and visualizing clockwise and counterclockwise animation.
Download Bootstrap from the official site and set up a scaffolded environment. Organize CSS and JS folders, and choose compiled or source files, CDN, or npm package managers.
Design a form using a form tag and form groups to logically bind labels and inputs, showing vertical form by default and an inline form with class=form-inline for easy maintenance.
Master Bootstrap badges to display extra information on labels and navigation items, such as unread inbox counts, using span with the badge class and pull-right alignment.
Learn Bootstrap alerts, using alert classes and contextual colors (info, warning, danger) to display messages. Make alerts dismissible with a close icon and optional alert links for navigation.
Discover how the bootstrap breadcrumb component displays a page’s hierarchical path, such as home > sports > cricket, with an ordered list and active state for the current page.
Explore how to create and customize button groups in Bootstrap, including horizontal and vertical layouts, button toolbars, nested groups, dropdowns with a carrot, and responsive sizing.
Apply bootstrap btn classes, especially btn primary, to create colored buttons; explore sizes (lg, sm), block buttons, and disabled states, including hyperlink looks treated as buttons.
Explore how JavaScript, a client-side scripting language embedded in HTML, adds validations, animations, and interactivity to web pages, requires HTML and CSS knowledge, and relies on browser engines like V8.
This lecture explains JavaScript arrays as fixed size collections stored in memory blocks, indexed from zero, with multiple initialization methods and a bubble sort demonstration.
Explore JavaScript variables defined with var, storing a single value in a loosely typed language. Learn about local and global scope, and printing output with document.write and string concatenation.
Learn how JavaScript conditional statements run code only on specific conditions using if else and switch. This introduction explains condition evaluation with variables, operators, and short-circuiting.
Explore how the if else statement controls flow with else if chaining, using prompt box, parseInt, logical and comparison operators, computing a percentage of 50, and grading.
Learn how JavaScript iteration statements create loops that execute a code block multiple times using a condition, with for, while, and do-while constructs, including practical examples like 1–100.
Explore the for loop, its initialization, condition, and increment, and learn when to use it for known iteration counts with examples like summing even numbers and computing factorials.
Master the while loop by executing code while a condition remains true, until it becomes false; example counts digits of a number by repeatedly dividing by ten and truncating decimals.
Explore the do while loop, which executes at least once before evaluating the condition, ideal for user input scenarios like a three-attempt PIN check and resulting welcome or account logged.
Explore break and continue to control loop execution in JavaScript, using for loops to terminate the loop or skip specific iterations with practical examples.
Explore how the JavaScript switch statement evaluates an expression, routes to the matching case, uses default when none match, and handles vowels versus consonants via prompt input.
Explore JavaScript operators—unary, binary, and ternary—covering assignment, comparison, logical, and arithmetic operators, with precedence and pre/post increment examples.
Explore JavaScript logical operators: and, or, not, and the ternary operator, and see how username and password validation uses the prompt box and booleans to drive login decisions.
Compare values in JavaScript using the assignment and six comparison operators, and see how equals, not equals, greater than, less than, and their inclusive variants return boolean true or false.
Discover how to define JavaScript functions, call them to achieve modular, reusable code, pass parameters, and return values with practical examples like an ATM withdrawal and button click events.
Explore JavaScript events and event-driven programming by using HTML event attributes like onload, onclick, and mouseover to swap images, such as logo green and logo red.
Learn the basics of PHP syntax, write a hello world script, and run it from the command line or in HTML using <?php ... ?> on a local web server.
Explore client-side vs server-side concepts by embedding JavaScript and PHP in an HTML page, showing how browser date versus server date differ across time zones.
Demonstrate console input and output in PHP by reading two integers from standard input with fscanf, computing the area, and printing the result to standard output using fprintf.
Explore PHP arithmetic operators by running a simple script that sets A=42 and B=20, then performs addition, subtraction, multiplication, division, modulus, and increment/decrement to reveal results.
Explore PHP comparison operators, including equality, not equal, greater than, less than, and greater than or equal to, less than or equal to, by comparing two variables and printing results.
Explore PHP assignment operators, including basic assignment and cumulative operators like +=, -=, *=, /=, and %=, with practical examples using A and B values to show evolving C.
Explore how PHP functions accept arguments, pass by value or by reference, use default parameters, handle variable argument lists, and return values.
Demonstrate how the break statement in PHP terminates a loop when a condition is met, using a while loop that stops on a random number equaling five.
Learn how the PHP continue statement restarts a while loop by skipping the rest of the current iteration and moving to the next, when a random number equals five.
Explore decision making in PHP with if, elseif, and else, learn to structure logic using random numbers, and implement switch case for multiple conditions.
Explore PHP while loops: a counter from zero that increments and prints up to ten, and a random-number loop between 1 and 10 that repeats until x equals five.
Explore the deprecated PHP MySQL API, connect to a MySQL server, create a database and table, insert records, and read results with a select query and HTML form.
Explore the MySQLi API in PHP through procedural and object-oriented examples, connecting to MySQL, running select queries, displaying records, and creating databases, tables, and inserts on an AMP server.
Learn CSS and Bootstrap and Javascript and PHP all in one crash 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 lay out 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
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
section 4- learn PHP programming language
This section will learn the basic structure of a web application and how a web browser interacts with a web server. You'll be introduced to the request/response cycle, including GET/POST/Redirect. You'll also gain an introductory understanding of Hypertext Markup Language (HTML), as well as the basic syntax and data structures of the PHP language, variables, logic, iteration, arrays, error handling, and superglobal variables, among other elements.
The topics covered in this PHP course are:
PHP various operator types
PHP arrays
PHP conditional statements
PHP loops
PHP function statements
PHP decision making
and more..
Thank you see you inside the course