How To Code School

How To Code School is website where you can find Web Tutorials and Articles on Programming Languages like HTML, CSS, JAVASCRIPT, JQuery and PHP. You can also find Computer Tutorials, Computer Tips and Tricks and How To Guides on Computers, Windows, Operating System and Software on our website.

HTML Tutorials

HTML stands for Hyper Text Markup Language. Read our Tutorials on HTML to learn everything about HTML.

CSS Tutorials

CSS stands for Cascading Style Sheet. Read our Tutorials on CSS to learn everything about CSS.

JAVASCRIPT Tutorials

JAVASCRIPT is a client side programming language. Read our Tutorials on JAVASCRIPT to learn everything about JAVASCRIPT.

Web Tutorials

Read our tutorials on different languages like HTML, CSS, JAVASCRIPT, PHP, JQUERY and more.

Latest Tutorials and Posts

How To Check Network Status with JavaScript

In this tutorial we will learn How To Check Network Status with JavaScript. For this we can use ononline and onoffline attributes to trigger two different JavaScript functions to check the network status.

CSS Only Vertical Accordion Sidebar Menu

In this tutorial we will see how to create a CSS Vertical Accordion Menu. For this we have used pure CSS, this is a vertical accordion menu with toggle effect.

Pure CSS Dropdown Menu

In this tutorial we will see how to create a Pure CSS Dropdown Menu. For this dropdown menu we have used only HTML and CSS, no JavaScript is used.

Change Position of HTML Element using JavaScript

In this tutorial we will learn How to Change Position of HTML Element using JavaScript. For this we can use HTML DOM Element style property to change top and left position of element to move it horizontally and vertically.

Fullscreen Overlay Menu with HTML CSS and JavaScript

In this tutorial we will see how to create a Fullscreen Overlay Menu with HTML CSS and JavaScript. This menu covers the whole screen and works with onclick JavaScript function.

Social Media Menu with Popup Tooltip using HTML and CSS

In this tutorial we will see how to create a Social Media Menu with Popup Tooltip using HTML and CSS. This menu has on hover popup animation for the tooltip.

Simple Horizontal Navigation Menu with HTML and CSS

In this tutorial we will see how to make a Simple Horizontal Navigation Menu with HTML and CSS. This menu has hover effect as well, simple HTML and CSS is used for this purpose, complete code is given.

Pure CSS Water Wave Text Animation Effect

In this tutorial we will see how to create a Pure CSS Water Wave Text Animation Effect. Simple HTML and CSS is used for this purpose, complete code is given.

Cool CSS Sliding Animation Effect

In this tutorial we will see how to create a Cool CSS Sliding Animation Effect. Simple HTML and CSS is used for this purpose, complete code is given.

Show User Location On Google Maps in React Native Android App

In this tutorial we will learn How To Show User Location On Google Maps in React Native Android App. Source code to find user location and then display it on google maps is given.