Tag Archives: HTML

An Overview of XML – Part 1

XML stands for ‘eXtensible Markup Language’, a meta-language which is used to create other languages. In XML data remains marked up with tags, somewhat similar to HTML tags. Interestingly, the recently launched HTML version is called XHTML, which is based on XML and follows the syntax rules set in XML. XML is mainly intended to… Read More »

Color Codes In HTML – III

These are the carry forwarded color codes from previous post. Green2 #59E817 Chartreuse2 #7FE817 Chartreuse #8AFB17 Green Yellow #B1FB17 Dark Olive Green1 #CCFB5D Dark Olive Green2 #BCE954 Dark Olive Green3 #A0C544 Yellow #FFFF00 Yellow1 #FFFC17 Khaki1 #FFF380 Khaki2 #EDE275 Goldenrod #EDDA74 Gold2 #EAC117 Gold1 #FDD017 Goldenrod1 #FBB917 Goldenrod2 #E9AB17 Gold #D4A017 Gold3 #C7A317 Goldenrod3 #C68E17… Read More »

Color Codes In HTML – II

These the carry forwarded color codes from previous post. Medium Orchid4 #6A287E Purple #8E35EF Purple1 #893BFF Purple2 #7F38EC Purple3 #6C2DC7 Purple4 #461B7E Dark Orchid4 #571B7E Dark Orchid #7D1B7E Dark Violet #842DCE Dark Orchid3 #8B31C7 Dark Orchid2 #A23BEC Dark Orchid1 #B041FF Plum4 #7E587E Pale Violet Red #D16587 Pale Violet Red1 #F778A1 Pale Violet Red2 #E56E94 Pale… Read More »

Color Codes In HTML – I

As most of us know how important color codes are from the point of view of web designers and developers. Following is the table representing different names, codes and colors. Black #000000 Grey0 #150517 Grey18 #250517 Grey21 #2B1B17 Grey23 #302217 Grey24 #302226 Grey25 #342826 Grey26 #34282C Grey27 #382D2C Grey28 #3b3131 Grey29 #3E3535 Grey30 #413839 Grey31… Read More »

Frequently Used Terms in Web Hosting Industry : Part 1

Most of us use some terms in our day-to-day business, but are unaware of its full forms and abbreviation.One has to hunt for knowing the meaning and full form of a particular term, therefore below is a list of some most frequently used terms and phrases in Web Hosting. .ASP or ASP : Active Server… Read More »

Server Side Includes.

Server Side Include (SSI) are directives that are placed in the HTML pages. These directives are evaluated on the server when the pages are served. When the existing pages are served, they help you add the dynamically created content to it. It eliminates the need of CGI or other dynamic technology. The use of this… Read More »

A Complete Detail of ASP.NET Features

This programming language has proved to be a boon for developers. Listed below are the features of ASP.NET Easy Programming model: It makes building the real world easier. With the style of HTML which enables you to create big pages withless code. What important is that ASP.NET pages work well in all browsers. Flexible Language… Read More »