HTML Styles
Style sheets 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 Web since the Consortium was...
View ArticleHTML Scripts
A script is a small piece of program that can add interactivity to your website. For example, a script could generate a pop-up alert box message, or provide a dropdown menu. This script could be...
View ArticleHTML Quick Reference Guide
This page is having a quick review of all the HTML tags discussed in this tutorial. If you need to know in detail about any tag then refer to HTML Tag List chapter. HTML Basic Syntax: HTML Element...
View ArticleHTML Tags Reference
A complete list of standard tags from HTML 4.01 / XHTML 1.0 is given here. All the tags are ordered alphabetically. We have used the Netscape and Internet Explorer indications to the far right of each...
View ArticleHTML/XHTML Deprecated Tags and Attributes
A complete list of deprecated tags and attributes are given here. All the tags are ordered alphabetically. An equivalent tag or alternate CSS option is given: Tag Description Alternate <applet>...
View ArticleWhat’s New in HTML 4
There are major changes done in HTML version 3.2 to 4.0 New Elements in HTML 4.0: Tag Description <abbr> Specifies an abbreviation <acronym> Specifies an acronym <bdo> Specifies the...
View ArticleHTML ASCII Codes
There are 2**7 = 128 printable characters which can be represented by different 7-BIT ASCII codes. Another set of characters are not for HTML representation but they are deviced to control hardware....
View ArticleHTML attributes Reference
There are few HTML attributes which are standard and associated to all the HTML tags. These attributes are listed here with smal description. Core Attributes Not valid in base, head, html, meta,...
View ArticleHTML / XHTML Character Encodings
A character encoding is a method of converting bytes into characters. To validate or display an HTML document, a program must choose a character encoding. The most common character set or character...
View ArticleXHTML / HTML Color Names
The following table shows the 16 color names that were introduced in HTML 3.2 to support the 16 colors that 8-bit graphics cards offered: Color Name Hex Value Color aqua #00ffff black #000000...
View ArticleHTML and XHTML Entities Reference
Characters with special meaning in HTML and XHTML Some characters are reserved in HTML XHTML. For example, you cannot use the greater than and less than signs or angle brackets within your text because...
View ArticleHTML Standard Fonts
Fonts are specific to platform. If you are using different OS then you will have different look and feel of any web page. Here we are giving a list of fonts which are available to various operating...
View ArticleHTML Events References
When a user visit your website, they do things like click on text and images and given links, hover over things etc. These are examples of what JavaScript calls events. We can write our event handlers...
View ArticleMIME Media Types
MIME (Multipurpose Internet Mail Extension) media types were originally devised so that e-mails could include information other than plain text. MIME media types indicate the following things: How the...
View ArticleHTML URL Encoding
URL encoding is the practice of translating unprintable characters or characters with special meaning within URLs to a representation that is unambiguous and universally accepted by web browsers and...
View ArticleASCII Table Lookup
American Standard Code for Information Interchange. This is the basic clear-text Latin characters. There are 128 standard ASCII codes, each of which can be represented by a 7 digit binary number:...
View ArticleLanguage Codes ISO 639
The following is a draft list of language code correspondences between ISO codes, Microsoft codes, and Macintosh codes. Source of this information is Unicode Consortium. Language Codes: ISO 639,...
View ArticleHTML Resources
If you want to list down your website, book or any other resource on this page then please contact at webmaster@mytoptutorials.com W3C HTML Validation Service – Validate your HTML/XHTML document...
View ArticleHtml Background Colors
The bgcolor attribute is used to control the background of an HTML elmement, specifically page body and table backgrounds. Following is the syntax to use bgcolor attribute with any HTML tag. Following...
View ArticleHtml Background Images
The background attribute can also be used to control the background of an HTML elmement, specifically page body and table backgrounds. You can specify an image to set background of your HMTL page or...
View Article