HTML Frameset Tag
HTML Frameset Tag
HTML Frameset Tag
HTML Frame 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...
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 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...
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 :...
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...
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...
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...
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 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...
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...
HTML Global Attributes are those attributes that can be used anywhere in HTML tags. These attributes give meaning to HTML which defines attributes property as well. Though with some elements...
<!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 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...
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...
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...
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...