Category: FAQ

HTML5 tutorial for beginners

List of all HTML Tags with Examples

HTML Tags: Tags are the basic elements of HTML structure. They define the purpose and function of things we can manage with them. There have been five official versions of...

HTML5 tutorial for beginners

Everything You need to Know about HTTP Codes List

Hypertext Transfer Protocol (HTTP) acts as the main foundation for sharing information through the internet. When the user view content from any websites server sends several codes or message about...

PHP – Syntax 0

PHP – Syntax

We use opening tags i.e “<?php” to tell the interpreter to start parsing the code. And closing tag i.e “?>” to tell interpreter to stop parsing the code. Syntax to...