w3schools.com

THE WORLD'S LARGEST WEB DEVELOPER SITE

HTML

The language for building web pages

HTML Example:

<!DOCTYPE html >
< html >
< title > HTML Tutorial < /title >
<body >


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


</body >
</html >

CSS Example:

body {
background-color : lightblue ;
}
h1 {
color : white ;
text-align : center ;
}
p {
font-family : verdana ;
font-size : 20px ;
}

CSS

The language for styling web pages

JavaScript

The language for programming web pages

JavaScript Example:

<body onclick ="myFunction()" >         < /body >


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

CSS Example:

body {
background-color : lightblue ;
}
h1 {
color : white ;
text-align : center ;
}
p {
font-family : verdana ;
font-size : 20px ;
}

CSS

The language for styling web pages

SQL Example:

SELECT * FROM Customers
WHERE Country= 'Mexico';

SQL

A language for accessing databases

Python

A programming language

PHP

A web server programming language

jQuery

A JavaScript library for developing web pages

Java

A programming language

W3.CSS

A modern CSS framework for faster and better responsive web pages

Color Picker

Bootstrap

A CSS framework for designing better web pages

Exercises

Test yourself with exercises


Web Templates

Browse our selection of free responsive HTML Templates

How To Section

Code snippets for HTML, CSS and JavaScript

Auto Sidebar

This sidebar is as tall as its content (the links), and is always shown.

Scroll this window to see the "fixed" effect.

Some text to enable scrolling.. Lorem ipsum dolor sit amet, illum definitiones no quo, maluisset concludaturque et eum, altera fabulas ut quo. Atqui causae gloriatur ius te, id agam omnis evertitur eum. Affert laboramus repudiandae nec et. Inciderint efficiantur his ad. Eum no molestiae voluptatibus.

Some text to enable scrolling.. Lorem ipsum dolor sit amet, illum definitiones no quo, maluisset concludaturque et eum, altera fabulas ut quo. Atqui causae gloriatur ius te, id agam omnis evertitur eum. Affert laboramus repudiandae nec et. Inciderint efficiantur his ad. Eum no molestiae voluptatibus.

Auto Sidebar

This sidebar is as tall as its content (the links), and is always shown.

Scroll this window to see the "fixed" effect.

Some text to enable scrolling.. Lorem ipsum dolor sit amet, illum definitiones no quo, maluisset concludaturque et eum, altera fabulas ut quo. Atqui causae gloriatur ius te, id agam omnis evertitur eum. Affert laboramus repudiandae nec et. Inciderint efficiantur his ad. Eum no molestiae voluptatibus.

Some text to enable scrolling.. Lorem ipsum dolor sit amet, illum definitiones no quo, maluisset concludaturque et eum, altera fabulas ut quo. Atqui causae gloriatur ius te, id agam omnis evertitur eum. Affert laboramus repudiandae nec et. Inciderint efficiantur his ad. Eum no molestiae voluptatibus.

Web Certificates

Get Certified in HTML, CSS, JavaScript and more

Get Certified
FORUM ABOUT

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