Author: admin

HTML Font Tag 0

HTML Font Tag

The HTML <font> tag is specifically used to define the font face(type), font size as well as color of the text. This <font> element properties are now replaced with CSS...

HTML Dir Tag 0

HTML Dir Tag

The HTML <dir> tag was used to display directory titles. Although this tag has lost all support from HTML5, modern browsers supports <dir> tag without any complications. Note : CSS...

HTML Center Tag 0

HTML Center Tag

HTML <center> tag used to align the text center for content placed inside this text. Now CSS properties are assigned with this tag usage resulting with no support in HTML5...

HTML Big tag 0

HTML Big tag

This HTML <big> tag used to enhance the text size of the content placed inside this tag. With CSS3 improvements this tag is not supported whatsoever in HTML5. Note :...

HTML Basefont tag 0

HTML Basefont tag

This html <Basefont > tag can be used to specify the default text-color, font-size, font-family all values for text within document. My life my rules at will. Lets study online...

HTML applet tag 0

HTML applet tag

This HTML <applet> tag used to define embedded applet Now <embed> or <object> is used as for now. Note : Modern browsers have some sort of support left for this...

HTML acronym tag 0

HTML acronym tag

This HTML tag defines the value of Acronym which tells the short form of the word. This markings gives the information to the readers, search engines and other translation systems...

HTML5 tutorial for beginners 0

List of Tags not supported in HTML5

Deprecated HTML tags in html5: As HTML5 progressed into a new era, a lot of old tags got truncated or replaced with different styles and attributes. Some tags now are...

HTML class Attribute 0

HTML class Attribute

HTML class Attribute is global used system for pointing to the varying property it is being assigned in particular element to the Style sheet. Classname are written to any element...

HTML accesskey Attribute 0

HTML accesskey Attribute

With accesskey attribute one can easily assign the Windows shortcut to activate or focus the element. Note : Although all browsers supports this attribute but their behavior is also different...

DOCTYPE tag 0

DOCTYPE tag

<!DOCTYPE> is a declaration tag which is the first thing in your HTML file. It does not represent any HTML tag but the version of HTML the page is written...

HTML Comment tag 0

HTML Comment tag

HTML is the basic layout for every webpage on internet. As the site gets bigger code gets more and more complex. So to simplify this code section we add html...

HTML5 tutorial for beginners 0

HTML Elements

HTML is formed by HTML elements which are HTML tags only. Characteristics of HTML elements HTML elements can be Nested Elements i.e; Elements can contain elements. All HTML elements should...

HTML Basics 0

HTML Basics

HTML5 is the latest standard set for web development. Lets start it with some history! What is HTML? HTML stands for Hyper Text Markup Language In the core markup language...

HTML INTRO

HTML INTRO

The core strength around which web design in build i.e; HTML( Hyper Text Markup Language) now with latest version. With new tags and functionalities it is now the future of...