x

Popular Tutorial

Start Now

HTML

The language for building web pages


Learn HTML
Video Tutorial

HTML Example:

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

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

</body>
</html>

Try it Yourself

CSS

The language for building web pages


Learn CSS
Video Tutorial

CSS Example:

<style>

body{ background-color: lightblue; }

h1 { color: white; text-align: center; }

</style>

Try it Yourself

JavaScript

The language for programming web pages


Learn JavaScript
Video Tutorial

JavaScript Example:

<button onclick="myFunction()" > Click Me! </button>
<script>
function myFunction() {
let x = document.getElementById("demo");
x.style.fontSize = "25px";
x.style.color = "red";
x.style.color = "red";
}
</script>

Try it Yourself

Jquery

The language for programming web pages


Learn Jquery
Video Tutorial

Jquery Example:

<script>
$(document).ready(function(){
$("p").click(function(){
$(this).hide();
});
});
</script>

Try it Yourself

Tutiongo Market Place

Logistics Company Website Template Responsive Bootstrap 4 clean coding.
₹ 11
Html Header Template
₹ 1
Sidebarmenu Html Template
₹ 12
View All