Web Design

Types of Meta Tags

As one of the important elements used in the head section of an HTML page, Meta-Tags could be more helpful for a website page in various ways. If you are not [...]

What are Meta-Tags?

You may have seen these in the head section of an HTML document, well meta tags are used to notify information and specify details related to the content of an [...]

What is Vue.js?

Vue is one of the progressive framework for building user interfaces. Unlike other monolithic frameworks in competition, Vue.js is crafted from scratch to be [...]

Best practices for standard JavaScript coding

Use 2 spaces for indentation. function hello (name) {   console.log('hi', name) } Use single quotes for strings except to avoid [...]

Simple contact form using AJAX, PHP, & Javascript

Are you new in web development? Hi-5!!! me too. I've just learned a tremendous trick today which is “making a typical contact form outstanding!!!”. You can [...]

What is HTML

First developed by Tim Berners-Lee in 1990, HTML is short for HyperText Markup Language. HTML is used to create electronic documents (called pages) that are [...]

Starting with HTML & Web Design

Getting Started HyperText Markup Language (HTML) is the primary building block of creating a website. HTML is a very basic markup language and requires [...]

Interlaced GIF

The conventional (non-interlaced) GIF graphic downloads one line of pixels at a time, and Web viewers like Netscape display each line of the image as it [...]