HTML Blockquote Tag
HTML <Blockquote> tag is used when there is quote in the statement from source other than the website which is provided in the referral lines. About HTML Here is a...
HTML <Blockquote> tag is used when there is quote in the statement from source other than the website which is provided in the referral lines. About HTML Here is a...
PHP 5 String Functions: PHP continues to be the mainstay of web development with several CMS, frameworks, and platforms built around it. One of the main keys to success lies...
How to upgrade to new php version in xampp from 5.3 to PHP Version 5.6.23? When we are using xampp for Website development with PHP and Apache server. Some times need...
PHP is a server side scripting language. We can make dynamic, interactive Web pages/sites. PHP is free and can be downloaded from php.net site. It is mostly used for scripting language....
HTML <bdi> tag stands for Bi Directional Isolation and it defines and isolates the direction of the text formatting from other multi-language directional changes. Note : Currently Internet Explorer doesn’t...
HTML <base> tag sets the base/source/target for all relative URLS in the document. Placed inside the <head> element <base> is allowed maximum one time in whole document. Note : In...
HTML <b> tag is used to project the importance of the text by simply making it bold. As per the new specifications in the HTML5 <b> is the last recommended...
Converting String to Number in PHP : When we are performing some computations, there are some string variables which stores integer as a string. So, we need to convert them...
HTML <aside> tag is part of the web page content and should be written in related to main content but it also needs to have some identity when placed away...
HTML <article> tag typically provides the independent section and self-complete content for the web page. It should have its own identity and can detach itself from any dependency based on...
HTML <area> tag is used specifically for marking area inside image-map. It is always nested along <map> tag creating relationship between image and map. Note : This typical <area> tag...
HTML <address> Tag is used to show off the contact information of the document or an article. It is usually placed inside the <footer> tag to mark its position in...
The use of HTML <abbr> tag is to specify abbreviation or acronym like ‘ASAP’,’FAQ’,’AC’ and more. Commonly knows as short-form of the longer version, these are profoundly used while working...
CSS3 is the newest version of the Cascading Style Sheets used in the Web document written in a markup language. In this version, different sections are being created for better...
The HTML <a> i.e. Anchor tag, defines the hyperlink which is basically linking one page to another page in the Website. The destination of the linking page and its value...
This spellcheck attribute in HTML instructs whether element is to undergo spelling and Grammar checked out or not. Text values found in all editable elements can be spellchecked like input...
This is language attribute for HTML which specifies the use of particular language being used in the content. There are short codes for every languages that are put up their...
CSS stands for Cascading style sheets which is used for giving design of the web layout. Along with HTML it gives elements different properties to web layout. CSS once written...
Sole purpose of using id attribute is to point the style attached to it. The HTML id attribute once specified is must be Unique for an element. With this ID,...
When this attribute is set to any element it hides the element from display in output. Also used in collaboration with JavaScript with hiding the element until it meet the...