Colors are very important to give a good look and feel to your website. You can specify colors on page level using <body> tag or you can set colors for…
HTML offers web authors three ways for specifying lists of information. All lists must contain one or more list elements. Lists may contain − · <ul> − An unordered list. This will…
Cascading Style Sheets (CSS) describe how documents are presented on screens, in print, or perhaps how they are pronounced. W3C has actively promoted the use of style sheets on the…
Although the cursors will not have the customized look in other browsers it usually doesn't ruin anything. These browsers will simply show the normal arrow-cursor which would be same case…
Features The latest version of Cascade Style Sheets, CSS 3, was developed to make Web design easier but it became a hot topic for a while because not all browsers…
Android drag/drop framework allows your users to move data from one View to another View in the current layout using a graphical drag and drop gesture. As of API 11 drag and…
A semantic element clearly describes its meaning to both the browser and the developer. Examples of non-semantic elements: <div> and <span> - Tells nothing about its content. Examples of semantic elements: <form>, <table>, and <article> - Clearly defines its content. Semantic Elements…
TABLE - (table): The TABLE tag defines a table. Inside the TABLE tag, use the TR tag to define rows in the table, use the TH tag to define row or column…
HTTP message is the information transaction between the client and server. Two types of HTTP Message: 1. Requests a. Client to server 2. Responses a. Server to client Fields · Request line or Response line…