FAQ, HTML & CSS

Web Designer interview Questions

How do you place two paragraphs next to each other? Float one or both inner divs with float left and width What is CSS declaration? A declaration is made up of a property name and a value, separated by a colon What are CSS pseudo-classes? CSS pseudo-classes are used to

Read More...

Scripts

CSS3 Tutorials with all Tags

Cascading Style Sheets (CSS) is a style sheet language and it was used for presentations  look and formatting of a document written in a Hyper Text Mark up Language. It’s most common application is to style web pages written in HTML and XHTML. Please download the attached PDF document for

Read More...

PHP

PHP Class abstraction and Interfaces

Class Abstraction ================= PHP 5 introduces abstract classes and methods. It is not allowed to create an instance of a class that has been defined as abstract. Any class that contains at least one abstract method must also be abstract. Methods defined as abstract simply declare the method’s signature they

Read More...

Scripts

Local storage and offline applications in HTML 5

Web developers have traditionally used cookies to store information on a visitor’s local machine, allowing a Web page to read this information back at a later point. While cookies are very useful for storing basic data, they are limited by the fact that Web browsers are not required to keep

Read More...

Wordpress

Create a Page that Displays Random Posts

Hi WordPress has an inbuilt option to show the recent posts as an home page. but not the random posts what if you want the same look on other pages ? here we have solution for the problem. How to Create a Page that Displays Random Posts Have you ever

Read More...