0% found this document useful (0 votes)
9 views22 pages

W3Schools Online Web Tutorials

W3Schools is an online platform offering tutorials and resources for web development languages such as HTML, CSS, JavaScript, SQL, Python, and more. It provides examples, exercises, and certification opportunities to help users learn coding effectively. The site also features tools for teachers and students, along with a code editor for practical coding experience.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views22 pages

W3Schools Online Web Tutorials

W3Schools is an online platform offering tutorials and resources for web development languages such as HTML, CSS, JavaScript, SQL, Python, and more. It provides examples, exercises, and certification opportunities to help users learn coding effectively. The site also features tools for teachers and students, along with a code editor for practical coding experience.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C

Learn to Code
With the world's largest web developer site.

Search our tutorials, e.g. HTML 

Not Sure Where To Begin?

HTML
The language for building web pages

Learn HTML

Video Tutorial

https://www.w3schools.com/default.asp 1/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  HTML


ServicesReference
  Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C


Get Certified

HTML Example:
<!DOCTYPE html>
<html>
<head>
<title>HTML Tutorial</title>
</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

Try it Yourself

CSS
The language for styling web pages

Learn CSS

https://www.w3schools.com/default.asp 2/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  CSS Reference


Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C


Get Certified

CSS Example:
body {
background-color: lightblue;
}

h1 {
color: white;
text-align: center;
}

p {
font-family: verdana;
}

Try it Yourself

JavaScript
The language for programming web pages

Learn JavaScript

JavaScript Reference

https://www.w3schools.com/default.asp 3/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Get Certified


Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C

JavaScript Example:
<button onclick="myFunction()">Click Me!</button>

<script>
function myFunction() {
let x = document.getElementById("demo");
x.style.fontSize = "25px";
x.style.color = "red";
}
</script>

Try it Yourself

Python
A popular programming language

Learn Python

Python Reference

Get Certified

https://www.w3schools.com/default.asp 4/22
Python Example:
28/02/2025 13:45 W3Schools Online Web Tutorials

 Tutorials Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C

if 5 > 2:
print("Five is greater than two!")

Try it Yourself

SQL
A language for accessing databases

Learn SQL

SQL Reference

Get Certified

SQL Example:
SELECT * FROM Customers
WHERE Country='Mexico';

https://www.w3schools.com/default.asp 5/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C

Try it Yourself

PHP
A web server programming language

Learn PHP

jQuery
A JS library for developing web pages

Learn jQuery

Java
https://www.w3schools.com/default.asp 6/22

28/02/2025 13:45 W3Schools Online Web Tutorials

A programming language
Tutorials  Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C


Learn Java

C++
A programming language

Learn C++

W3.CSS
A CSS framework for faster and better responsive web pages

Learn W3.CSS

Bootstrap
A CSS framework for designing better web pages

Learn Bootstrap

https://www.w3schools.com/default.asp 7/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C

C#

R Kotlin

Node.js React

JSON Vue

MySQL XML

https://www.w3schools.com/default.asp 8/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS Sass


JAVASCRIPT SQL PYTHON JAVA PHP Icons
HOW TO W3.CSS C

RWD Graphics

SVG Canvas

Raspberry Pi Cyber Security

Colors Git

Matplotlib NumPy

Pandas SciPy

https://www.w3schools.com/default.asp 9/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS ASP


JAVASCRIPT SQL PYTHON JAVA AngularJS
PHP HOW TO W3.CSS C

AppML Go

TypeScript Django

MongoDB Statistics

Data Science PostgreSQL

HowTo Code Game

Spaces Typing Speed

https://www.w3schools.com/default.asp 10/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL Excel


PYTHON JAVA PHP HOW TO W3.CSS C

DSA - Data Structures and Algorithms

Machine Learning

Artificial Intelligence

Code Editor
With our online code editor, you can edit code and view the result in your
browser

www.w3schools.com/tryit/

Frontend Backend

https://www.w3schools.com/default.asp 11/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C

Try Frontend Editor (HTML/CSS/JS)

Try Backend Editor (Python/PHP/Java/C..)

W3Schools Spaces
If you want to create your own website, check out W3Schools
Spaces.
It is free to use, and does not require any setup:

https://www.w3schools.com/default.asp 12/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C

Learn More

https://www.w3schools.com/default.asp 13/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C

My Learning
Track your progress with
our free "My Learning" program.

Log in to your account, and start earning points!

Sign Up for Free

https://www.w3schools.com/default.asp 14/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C

Become a Plus User


And unlock powerful features:

Browse W3Schools without ads


Build and host Websites
Get extra credits
Priority support

Learn More

Color Picker
W3Schools' famous color picker:

https://www.w3schools.com/default.asp 15/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C

For Teachers
Streamline your teaching:

Manage your classroom


Ready-to-use learning materials
Customize study plans
Track student progress
Interactive coding challenges

Learn More

https://www.w3schools.com/default.asp 16/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C

Code Game
Help the Lynx collect pine cones!

Play Game

https://www.w3schools.com/default.asp 17/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C

Exercises and Quizzes


Test your skills!

Exercises Quizzes

Web Templates
Browse our selection of free responsive HTML Templates

https://www.w3schools.com/default.asp 18/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C

Browse Templates

Kickstart your career


Get certified by
completing a course
Get started w3school
s
C
RE

https://www.w3schools.com/default.asp 19/22
5

28/02/2025 13:45 W3Schools Online Web Tutorials

I F I E D

TR

52
Tutorials  Exercises  Services  2 0 Up
Sign Log in
.
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C

How To Section
Code snippets for HTML, CSS and JavaScript
For example, how to create a slideshow:

www.w3schools.com/howto/

1/3

❮ ❯

Caption Text

Learn How To

https://www.w3schools.com/default.asp 20/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS
 JAVASCRIPT SQL
PLUS
PYTHON JAVA
SPACES
PHP HOW TO W3.CSS C

GET CERTIFIED FOR TEACHERS

FOR BUSINESS CONTACT US

Top Tutorials
HTML Tutorial
CSS Tutorial
JavaScript Tutorial
How To Tutorial
SQL Tutorial
Python Tutorial
W3.CSS Tutorial
Bootstrap Tutorial
PHP Tutorial
Java Tutorial
C++ Tutorial
jQuery Tutorial
Top References
HTML Reference
CSS Reference
JavaScript Reference
SQL Reference
Python Reference
W3.CSS Reference
Bootstrap Reference
PHP Reference
HTML Colors
Java Reference
Angular Reference
jQuery Reference
Top Examples Get Certified
HTML Examples HTML Certificate
CSS Examples CSS Certificate
JavaScript Examples JavaScript Certificate
How To Examples Front End Certificate
SQL Examples SQL Certificate
Python Examples Python Certificate
W3.CSS Examples PHP Certificate
Bootstrap Examples jQuery Certificate
PHP Examples Java Certificate
Java Examples C++ Certificate
XML Examples C# Certificate
jQuery Examples XML Certificate

https://www.w3schools.com/default.asp 21/22

28/02/2025 13:45 W3Schools Online Web Tutorials

Tutorials  Exercises  Services   Sign Up Log in

HTML CSS JAVASCRIPT SQL PYTHON


  JAVA
 PHP HOW TO W3.CSS C

FORUM ABOUT ACADEMY


W3Schools is optimized for learning and training. Examples might be simplified to improve reading and
learning.
Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full
correctness
of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and
privacy policy.
Copyright 1999-2025 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.

https://www.w3schools.com/default.asp 22/22

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy