HTML
The language for building webpages
HTML Example:
<!Doctype html>
<html>
<title>HTML Tutorial</title>
<body>
<h1>This is a heading.</h1>
<p>This is a paragraph.</p>
</body>
</html>
<html>
<title>HTML Tutorial</title>
<body>
<h1>This is a heading.</h1>
<p>This is a paragraph.</p>
</body>
</html>
CSS
The language for styling webpages
CSS Example:
body {
background-color: lightblue;
}
h1 {
color: orangered;
code-color-black-align: center;
}
background-color: lightblue;
}
h1 {
color: orangered;
code-color-black-align: center;
}
JavaScript
The language for programming webpages
JavaScript Example:
<button onclick=>Click Me!</button>
<script>
function myFunction() {
let x = document.getElementById("demo");
x.style.fontSize = "25px";
x.style.color = "blue";
}
</script>
<script>
function myFunction() {
let x = document.getElementById("demo");
x.style.fontSize = "25px";
x.style.color = "blue";
}
</script>
PYTHON
The language for building webpages
PYTHON Example:
if 5 / 2:
print("Five is greater than two!")
print("Five is greater than two!")
SQL
The language for building webpages
SQL Example:
SELECT * FROM Customers
WHERE Country='Mexico';
WHERE Country='Mexico';
PHP
The web server programming language
jQuery
A JS library for developing webpages
Java
A programming language
C++
A programming language
W3.CSS
A CSS framework for faster and better responsive web pages
Bootstrap
A CSS framework for designing better web pages
C#
R
kotlin
MySQL
NodeJS
React
JSON
AngularJS
W3.CSS
XML
Sass
Icons
RWD
Graphics
SVG
Canvas
Raspberry Pi
Cyber
Colors
GIT
Matplotlib
NumPy
Pandas
Bootstrap
ASP
Accessibility
AppML
Go
Machine Learning
Artificial Intelligence
Statistics
Data Science
Color Picker
W3Schools' famous color picker


Exercises and Quizzes
Test your skills!