Categories
Html Html5

Difference between section and div in HTML

The section tag defines sections in a document like chapters, headers, footers whereas div tag defines a division in an HTML document. Here we will discuss the difference between section and div in HTML. In HTML, <section> means that the content inside is grouped and should appear as a entry in an outline of a […]

Categories
Javascript

Why self-closing script tags doesn’t work?

Self-closing script tag are not supported by all browsers as this may contain inline code and HTML is not smart enough to turn that feature on or off. Let’s see two types of script tag. One is self-closing script tag which browsers do not correctly recognize. <script src=”myscript.js” /> And the another is, <script src=”myscript.js”></script> […]

Categories
Javascript

Determine if variable is ‘undefined’ or ‘null’

In JavaScript, you can check whether a variable is undefined or null or blank or has a value defined in it. In JavaScript, ‘undefined’ means a variable has been declared but has not been assigned a value yet, such as: var a; console.log(a); //shows undefined console.log(typeof a); //shows undefined ‘null’ is an assignment value. This […]

Categories
Html5 jQuery

Top 5 jQuery HTML5 Audio Players

Top 5 jQuery HTML5 Audio Players based on free and open source (MIT) media library which is written in JavaScript library. All these jQuery HTML5 Audio Players plugin allows you to rapidly weave cross platform audio and video into a web page. 1. HTML5 jQuery Music Player This is a matching jQuery plugin for music […]

Categories
Technology

Preparing For Holiday Marketing- 6 Points You Should Not Miss

The holiday season is upon us and it is by far, the best time of the year, both for people and businesses alike. Holiday marketing is a crucial part of marketing campaigns and it brings in huge benefits if done right and timed to perfection. For these things to happen though, you need to be […]