loading

Coding Ask Online Web Tutorials

Star IllustrationStar IllustrationOnline Web Tutorials, Html, Python, Css, Sql, Javascript, How To, Php, Java, C, C++, C#, Jquery, Bootstrap, Colors, W3.Css, Xml, Mysql, Icons, Nodejs, React, Graphics, Angular, R, Ai, Git, Data Science, Code Game, Tutorials, Programming, Web Development, Training, Learning, Quiz, Exercises, Courses, Lessons, References, Examples, Learn To Code, Source Code, Demos, Tips, Website

Learn to Code

With the world's largest web developer site.

HTML

The language for building web pages

HTML Example:

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

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

<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>
				
			

CSS

The language for styling web pages

CSS Example:

				
					body {
  background-color: lightblue;
}

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

p {
  font-family: verdana;
}
				
			

JavaScript

The language for programming web pages

JavaScript Example:

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

				
			

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 and better responsive web pages

Bootstrap

A CSS framework for designing better web pages

online web tutorials

C

C#

R

Kotlin

Node.js

React

JSON

Vue

MySQL

XML

Sass

Icons

RWD

Graphics

SVG

Canvas

Raspberry Pi

Cyber Security

Colors

Git

Matplotlib

NumPy

Pandas

SciPy

ASP

AngularJS

AppML

Go

TypeScript

Django

MongoDB

Statistics

Data Science

Typing Speed

HowTo

Code Game

Spaces

PostgreSQL

Excel

DSA – Data Structures and

Algorithms

Machine Learning

Artificial Intelligence

How to

NodeJS

AI

Tutorials

Programming

Web Development

Training

Quiz

Exercises

Courses

Lessons

References

Examples

Source code

Demos

Tips

Website

coding ask

Code Editor

With our online code editor, you can edit code and view the result in your browser

Coding Ask Editor

CodingAsk Spaces

If you want to create your own website, check out CodingAsk Spaces. It is free to use, and does not require any setup:

Codingask Spaces

How it works?

Join CodingAsk - and create a space
Choose a template - Or Start From scratch
Edit code directly in your browser
Share your web page with the world

My Learning

Track your progress with our free “My Learning” program.

Log in to your account, and start earning points!

Points Codingask

Become a PRO User

And unlock powerful features:

Color Picker

CodingAsks’ famous color picker:

Code Game

Help the Dino create high score!