Variables in JavaScript provides a developer an opportunity to utilise different control structures within the program and also to implement code reusability. This article will talk about variables in JS and different options in which these can be used.
Comments in code are an integral part readable code which can describe what a particular piece of code is supposed to do.
In this article, we will be looking at how to get started with with JavaScript and then explain each of line of code.
JavaScript often abbreviated as JS is an objected-oriented and general purpose programming language that confirms to the ECMAScript specification.
There are multiple selectors in CSS which include, but no limited to, elements, classes, ids and pseudo selectors and any combination of these and more.
CSS, Cascading Style Sheets, is a stylesheet language that is used to beautify the content of a web page with some colours and other modes of styling.
It is quite common to use images within text to further elaborate the impact of text on the reader. HTML has provided us the ability to use images in HTML document through the use of img tag.
Lists are used in a document when the content needs to presented in the form of a step-by-step guide or so. HTML provides us the ability to use two kinds list in HTML documents. We can use ordered lists or unordered lists in HTML.
The anchor tag in an HTML is the tag which helps linking different HTML pages on the same site or even is helpful to establish link with different websites' web pages.
There are multiple typography related elements available in HTML. This post will explain the use of paragraph element in an HTML document.
There are multiple typography related elements available in HTML. This post will explain the use of heading elements in an HTML document.
HTML document consists of doctype declaration, an html tag which wraps around head and body tags. This article explains how one can write a very simple and valid document using HTML.
HTML, Hyper-Text Markup Language, is the standard language that is understandable by browsers to render contents of a particular document in human-readable form. This post explains the very basics of HTML.