Brand Icon

MY Blogs

01

Basic types of HTML tags

Learn about some of the most common HTML tags…

05 Dec 2021
HTML
02

JavaScript Dialogs

JavaScript dialog boxes provide an easy way to receive inputs from visitors and output results for them to see. We can use these…

05 Dec 2021
Javascript
03

CSS syntax

CSS is the language used to make websites unique. To make websites look good...

05 Dec 2021
CSS
04

Wrapping and grouping HTML elements

Sometimes you want to put HTML elements in groups, or put a wrapper around certain text so that you can select it. Learn how…

05 Dec 2021
HTML
05

Variables in JavaScript

Variables are a core part of JavaScript - in fact, they are a core part of almost any programming language.…

05 Dec 2021
Javascript