0% found this document useful (0 votes)
192 views

WWW W3schools

The document introduces several popular programming languages and technologies for building web pages including HTML, CSS, JavaScript, Python, SQL, and PHP. For each topic, it provides a brief description and example code to demonstrate the language.

Uploaded by

Odndksmjddnd333
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)
192 views

WWW W3schools

The document introduces several popular programming languages and technologies for building web pages including HTML, CSS, JavaScript, Python, SQL, and PHP. For each topic, it provides a brief description and example code to demonstrate the language.

Uploaded by

Odndksmjddnd333
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/ 2

 Tutorials  Exercises  Certificates  Services  Search...

 Plus Spaces Get Certified Sign Up Log in

HT ML CSS JAVASCRIP T SQL P YT HON JAVA P HP HOW T O W3.CSS C C+ + C# B OOTST RAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMP ❯
Y

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

Search our tutorials, e.g. HTML 

Not Sure Where To Begin?

HTML HTML Example:


<!DOCTYPE html>
<html>
<head>
The language for building web pages
<title>HTML Tutorial</title>
</head>
Learn HTML <body>

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

</body>
HTML Reference </html>

Get Certified
Try it Yourself

CSS
CSS Example:

body {
background-color: lightblue;
}

The language for styling web pages


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

CSS Reference p {
font-family: verdana;
}
Get Certified

Try it Yourself

JavaScript JavaScript Example:


<button onclick="myFunction()">Click Me!
</button>
The language for programming web pages
<script>
function myFunction() {
Learn JavaScript let x = document.getElementById("demo");
x.style.fontSize = "25px";
x.style.color = "red";
JavaScript Reference }
</script>

Get Certified
Try it Yourself

Python Python Example:


if 5 > 2:
print("Five is greater than two!")
A popular programming language

Learn Python

Python Reference

Get Certified Try it Yourself

SQL SQL Example:


SELECT * FROM Customers
WHERE Country='Mexico';
A language for accessing databases

Learn SQL

SQL Reference

Get Certified Try it Yourself

PHP jQuery
A web server programming language A JS library for developing web pages

Learn PHP Learn jQuery

Java C++
A programming language A programming language

Learn Java Learn C++

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

Learn W3.CSS Learn Bootstrap

C C#

R Kotlin Node.js React

JSON Vue MySQL XML

Sass Icons RWD Graphics

SVG Canvas Raspberry Pi Cyber Security

Colors Git Matplotlib NumPy

Pandas SciPy ASP AngularJS

AppML Go TypeScript Django

MongoDB Statistics Data Science Typing Speed

HowTo Code Game Spaces PostgreSQL

Excel 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

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:

Learn More

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

Log in to your account, and start earning points!

Sign Up for Free

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:

Code Game
Help the Lynx collect pine cones!

Play Game

Exercises and Quizzes


Test your skills!

Exercises Quizzes

Web Templates
Browse our selection of free responsive HTML Templates

Browse Templates

Kickstart your career

Get certified by completing a course

Get started w3schoo


l
s
CE
RT

I
20
2

FI
ED
.

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

 SPACES UPGRADE AD-FREE NEWSLETTER GET CERTIFIED CONTACT US

Top Tutorials Top References Top Examples Get Certified


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

     FORUM ABOUT CLASSROOM


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-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.

You might also like