Learn to Code

With the world's largest web developer site.

Not Sure Where To Begin?

HTML

The language for building web pages

HTML Example:

<!DOCTYPE html>

<html>

<title> HTML Tutorial </title>

<body>


<h1>This is heading</h1>

<p>This is paragraph.</p>


</body>

</html>



CSS

The language for styling web pages

CSS Example:

body {
  background-color:  lightblue;

}



h1 {

  color:  white;

  text-align:  center;

}



JavaScript

The language for programming web pages

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 >

Python

A popular programming language

Python Example:

if 5  >  2:

  print("Five is greater than two!")









SQL

A language for accessing databases

SQL Example:

SELECT *  FROM Customers

WHERE   Country= 'Mexico' ;









PHP

A web server programming language

jQuery

A JS library for developing web pages

Java

A programming language

C++

A programming language

W3.CSS

A CSS framework for faster & better responsive web pages

Bootstrap

A CSS framework for designing better web pages

C

C#

R

XML

RWD

SVG

Git

ASP

Go

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 PRO User

And unlock powerful features:

Learn More

Color Picker

W3Schools's famous color picker

color picker

Code Game

Help the Lynx to collect pine cones!

codegame image

Exercises and Quizzes

Test your skills!

Web Templates

Browse our selection of free responsive HTML Templates

BROWSE TEMPLATES

Kickstart your career

Get certified by completing a course

Get started w3schools CERTIFIED . 2022

How To Section

Code snippets for HTML, CSS and JavaScript

For example, how to create a slideshow:

www.w3schools.com/howto/

1/3
Mountain Image
Caption Text
2/3
Mountain Image
Caption Two
3/3
Mountain Image
Caption Three