Category Archives: HTML

How not to design a Website

Jul 20, 2017

Some websites can be incredibly shoddy just based on the look by itself. Those are the ones designed with prehistoric web templates and washed off..

Read more

How to ensure privacy in the age

Feb 08, 2014

HTML5, the latest version of the language of the Web, was designed with Web applications in mind. It contains a slew of new application programming..

Read more

Get all images from a HTML document

Dec 13, 2013

Sometimes we have to get the images from an HTML page just like Facebook does when a link is posted. You can easily get images..

Read more

enctype HTML attribute

Dec 11, 2013

The enctype attribute’s main purpose is to indicate how the form data/values should be encoded prior to it being sent to the location defined in..

Read more

Marquee tag in HTML and its attributes

Dec 10, 2013

The HTML marquee tag provides a way for browsers to creates a scrolling effect (can be tailored to include any HTML content) vertically or horizontally..

Read more

What is the HTML DOM(Document Object Model)?

Nov 12, 2013

The HTML DOM views an HTML document as a tree-structure. The tree structure that is defined known as a node-tree.All nodes can be accessed through..

Read more