HTML

The Language For Building Web Pages

HTML EXAMPLE:


<HTML> 
 <Head> 
 </Head>
 <Body>
   <h1>hey there! </h1> 
 </Body> 
</HTML> 
              
              
CSS

The Language For Styling Web Pages

CSS EXAMPLE:


#class { 
 background-color: red; }
              
              
JAVASCRIPT

The Language For Programming Web Pages

JavaScript EXAMPLE:


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

The Language For Programming Web Pages

Python EXAMPLE:



              
              
SQL

The Language For Accessing Database

SQL EXAMPLE:


SELECT * FROM Customers 
 WHERE Country='Mexico';
              
              

PHP

A Web Server Programming Language

JQuery

A JS Library for developing Web Page

Java

A Programming Language

C++

A Programming Language

W3.CSS

A CSS Framework for better responsive web Pages

Bootstrap

A CSS Framework for designing better Web Pages

Color Picker

E-Study Famous color picker

color-picker

Code Game

help the Lynx collect pine comes!

code-game

Exercise

Test yourself with exercise

Web Templates

Browse our selection of free responsive HTML templates

template-picker

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-2021 by Refsnes Data. All Rights Reserved.