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

The language for styling web pages

CSS Example:

body {
   background-color: #d0e4fe;
}
h1 {
   color: orange;
   text-align: center;
}
p {
   font-family: "Times New Roman";
   font-size: 20px;
}

JavaScript

The language for programming web pages

JavaScript Example:

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

<button onclick="myFunction()">Click Me!</button>
SQL

A language for accessing databases

PHP

A web server programming language

jQuery

A JavaScript library for developing web pages

W3.CSS

A modern CSS framework for faster and bettter responsive sites

Color Picker
Bootstrap

Bootstrap is a CSS framework for designing better web pages

Web Templates

Browse our selection of free responsive HTML Templates

Web Certificates

Get Certified in HTML, CSS, and Javascript