Category Archives: HTML

Add JavaScript onto a web page

Good Morning Guys, In this article, I share some idea related to javascript. The javascript is a client side programming language. There are serveral methods are available for adding javascript on a web page but there are two way with is commonly used by developers.If your script code is very short and only for single… Read More »

Popup Image Gallery

Hi friends, Today I share one latest technique in CSS,jquery,javascript, html or php. These technique are very useful for developing the site. In this article focus how to Popup the image gallery using CSS,jquery and javascript in php/html page. This is simple, can edit style, change the image etc.To use it in a real life… Read More »

How To Install WordPress Plugins

Hi Guys, Today I share one important topic related to WordPress plugin. We know how to install wordpress plugin through wordpress dashboard. But I share this article to wordpress beginers for reference with step by step with clear picture. To install worpress plugin you successfully install wordpress then we can install plugins, theme,page, post etc.… Read More »

Create a WordPress Post

WordPress display different types of content with different title. Each item of such content is generally called as post. Adding post into your blog, first login admin panel and go to Posts then click ‘add new’. Post are displays reverse order in your home page. On this page you will see the wordpress post editior.The… Read More »

Declaration – HTML

Good Morning to all, Today I share one useful topic related to <!DOCTYPE html >. The doctype declaration is <!DOCTYPE html> should be the very first thing in an HTML document, before the tag and is case-insensitive in html syntax. <!DOCTYPE html> goes at the top of every HTML5 page. The HTML syntax of HTML5… Read More »