HTML wbr Tag
HTML <wbr> Tag: The HTML<wbr> tag stands for Word Break Opportunity. This HTML wbr tag defines wherein a text it would be ok to add a line-break. When a word is …
HTML <wbr> Tag: The HTML<wbr> tag stands for Word Break Opportunity. This HTML wbr tag defines wherein a text it would be ok to add a line-break. When a word is …
HTML <video> Tag: The HTML<video> tag defines a video, movie clip or any other video streams. But after the release of HTML 5, adding a video to a webpage is as …
HTML <var> Tag: The HTML<var> tag is also a phrase tag and used to specify the variable in mathematical equation or in computer program. The content of this tag is displayed …
HTML <ul>Tag: The HTML<ul> tag specifies an unordered list. It is useful for creating bulleted lists, those in which the order of the items is arbitrary. <ul>tag has two important attributes …
HTML <u>Tag: The HTML<u> tag specifies that some text that should be stylistically different from normal text, such as misspelled words. And the HTML u tag is generally used to underline …
HTML <tt>Tag: The HTML<tt> tag specifies teletype text. This HTML tt tag is not supported in HTML5. And this tag is depreciated from HTML 5. It was used for marking Keyboard …
HTML <track>Tag: The HTML<track> tag defines the text tracks for media elements. This element is used to specify subtitles, caption files or other files containing text, that should be visible when …
HTML<tr>Tag: The HTML<tr> tag specifies a row in a HTML table. In HTML4 align, bgcolor, char, charoff, valign attributes are supported. And in HTML5 all the layout attributes are removed. These …
HTML <title> Tag: The HTML <title> tag is required in all HTML documents. It defines the title of the document. It sets the title in the browser toolbar. And the HTML …
HTML <time>Tag: The HTML<time> tag specifies a human-readable date/time. And this element can also be used to encode dates and times in a machine-readable way so that user agents can offer …
HTML <thead>Tag: The HTML<thead> tag groups header content in an HTML table. And the <thead> element is used in conjunction with the <tbody> and <tfoot> elements to specify each part …
HTML <th>Tag: The HTML<th> tag specifies a header cell in an HTML table. Two types of cell in the HTML table. Header Cell: It is used to hold the header information. …
HTML<tfoot>Tag: The HTML<tfoot>tag groups the footer content in an HTML table. The <tfoot> element is used in conjunction with the <thead> and <tbody> elements to specify each part of a table …
HTML <textarea> Tag: The HTML<textarea> tag specifies a multi-line text input control. A text area can hold an unlimited number of characters, and the text renders in a fixed-width font (usually …
HTML <template>Tag: The HTML<template> tag holds the content hidden from the client. The <template> tag in HTML is used to store the HTML code fragments, which can be cloned and inserted …
HTML <td>Tag: The HTML<td> tag specifies a standard cell in an HTML table. HTML td tag contains table data. An HTML table has two kinds of cells: Header cells – contains …
HTML <tbody> Tag: The HTML<tbody> tag specifies grouping the body content in an HTML table. This tag is use in HTML table with header and footer which is known as …
HTML <table>Tag: The HTML<table> tag defines a HTML table. The HTML table tag can contain <tr>,<th>,<td> elements. This HTML table tag supports both the global and the event attributes. Till 2005, …
HTML <svg>Tag: The HTML svg tag specifies container for SVG graphics. SVG stands for Scalable Vector Graphics. SVG graphics do NOT lose any quality if they are zoomed or resized. …
HTML <sup>Tag: The HTML<sup> tag defines the superscript text. For adding a superscript text in an HTML file, a tag can be used. The sup tag defines superscript text. Superscript text …
HTML <summary>Tag: The HTML<summary> tag specifies a visible heading for the <details> element. And the <summary>> element is used along with the <details> element and provides a summary visible to the …
HTML<sub>Tag: The HTML<sub> tag specifies subscript text. And the HTML sub tag defines subscript text. Subscript text appears half a character below the normal line and is sometimes rendered in a …
HTML <style>Tag: The HTML<style> tag specifies the information about styles of a HTML document. And each HTML document can contain multiple <style> tags. This modification includes changing font size, font family, font …
HTML <strong>Tag: The HTML<strong> tag specifies important text which is displayed in bold. This HTML strong tag is a phrase tag. HTML4 the <strong> tag is used to define strongemphasizedtexts. In …
HTML <strike>Tag: The HTML<strike> tag specifies strike through text. This HTML strike tag isn’t supported by HTML5. And this tag create a cut line in the text. Now <del> tag …
HTML <span>Tag: The HTML<span> tag is a generic inline container for inline elements and content. It used to group elements for styling purposes. And the better way to use it when no …
HTML <source>Tag: The HTML<source> tag specifies multiple media resources for media elements such as <video>, <audio>, and <picture>. And the HTML source tag allows you to specify alternative video/audio/image files which …
HTML<small>Tag: The HTML<small> tag specifies the small text. The small tag has both starting and ending tags. HTML<small>Tag This HTML small tag supports both the global and the event attributes. Syntax: <small> …
HTML <select>Tag: The HTML<select>tag creates a drop-down list. And the html select tag belongs to Flow content, Phrasing content, Interactive content, Listed, Labelable, Resettable, and Submittable form-associated element. HTML <select>Tag …
HTML <section>Tag: The HTML<section> tag specifies different sections in a document. And the section tag divides the content into section and subsections. While the section tag is used when requirements …
HTML <script>Tag: The HTML<script> tag specifies client-side script. The <script> element either contains scripting statements, or it points to an external script file through the src attribute. While the JavaScript is …
HTML <samp>Tag: The HTML<samp> tag specifies sample output from a computer program. And this HTML samp tag is also phrase tag. Generally, the <samp> tag is displayed in the browsers with …
HTML<s>Tag: The HTML<s> tag defines the text that is not correct, not accurate or not relevant. And this HTML s tag is similar but slightly different from the <del> tag. It …
HTML <ruby>Tag: The HTML<ruby>tag defines a ruby annotation. Ruby annotation is a small extra text, attached to the main text to indicate the pronunciation or meaning of the corresponding characters. This …
HTML<rt>Tag: The HTML<rt>tag describes the explanation or pronunciation of characters in a ruby annotation. Such kind of annotation is used in Japanese publications. This HTML rt tag is new in HTML5. …
HTML<rp>Tag: The HTML<rp>tag text provides a parenthesis around a ruby text to show the browsers that do not support ruby annotations. And such kind of annotation is used in Japanese publications. …
HTML<q>Tag: The HTML<q>tag specifies a short quotation. And the browser normally inserts a quotation mark around the quotation. For longer quotations, the <blockquote> tag must be used since it is …
HTML<progress>Tag: The HTML<progress> tag specifies the progress of a task. It also defines how much work is done and how much is left to download things. And it is not used …
HTML<pre>Tag: The HTML<pre> tag specifies the preformatted text which preserves the text spaces, line breaks, tabs, and other formatting characters which are ignored by web browsers. And the text in the <pre> …
HTML<picture>Tag: The HTML<picture> tag facilitates flexibility to the users in specifying image resources. And the most common use of the <picture> element will be for art direction in responsive designs. …
HTML <param>Tag: The HTML<param> tag specifies parameters for plugins embedded with an <object> element. HTML param tag supports both the global and the event attributes. HTML <param>Tag The type and valuetype …
HTML<p>Tag: The HTML<p> tag specifies a paragraph. Browsers automatically add some space (margin) before and after each <p> element. The margins can be modified with CSS (with the margin properties). …
HTML <output>Tag: The HTML<output> tag defines the result of an calculation which was performed by the client-side script such as JavaScript. And the HTML output tag is a new tag …
HTML <option> Tag: The <option> tag in HTML is used to choose an option from a Drop-Down menu. This tag can be used with or without any attributes and needed …
HTML<optgroup>Tag: The HTML<optgroup> groups all the related options in a drop-down list. If you have a long list of options, groups of related options are easier to handle for a user. …
HTML <ol> Tag: The HTML<ol> tag defines an ordered list and it can be numerical or alphabetical. This HTML ol tag supports both the global and the event attributes. By using …
HTML <object>Tag: The HTML<object> tag specifies an embedded object within an HTML document. This HTML object tag is used to embed multimedia in your webpages. In case if you want we can …
HTML <noscript>Tag: The HTML<noscript> tag specifies an alternate content for users that have disabled scripts in their browser. The <noscript> element can be used in both <head> and <body>. When used …
HTML <noframes>Tag: The HTML noframes tag is defined as a fall-back tag for the browsers. It doesn’t support frames. And it can contain all the HTML elements that you can find …
HTML <nav> Tag: The HTML <nav> tag specifies the navigation links. It is necessary to keep in mind that NOT all links of a document should be inside an <nav> element. …
HTML <meter>Tag: The HTML<meter>tag specifies a scalar measurement. This is also known as a gauge. The <meter> tag should not be used to indicate progress (as in a progress bar). For …
HTML<meta>Tag: Data about data is known as the metadata. The HTML meta tag provides metadata about the HTML document. Metadata will not be displayed on the page but will be …
HTML <mark>Tag: The HTML<mark>tag highlights content that is required for an user. It is used to highlight the part of the text in the paragraph. The HTML mark tag is new …
HTML<map>Tag: The HTML<map> tag defines a client-side image-map. In HTML map tag an image-map is an image with different clickable areas. While the required name attribute of the <map> element …
HTML <main>Tag: The HTML<main>tag describes main content in the document. While the content inside the <main> element should be unique to the document. And should not contain any content that …
HTML<link>Tag: The HTML<link> tag specifies a link between the document and an external source. And the external style sheets are linked by <link> tag. While the <link>element belongs to Metadata content …
HTML<li>Tag: The HTML<li>tag specifies a menu list. This HTML li tag is used ordered, unordered and in menu lists. And also the <li> tag requires a starting and end tag. …
HTML<legend>Tag: The HTML<legend>tag specifies a caption for the <fieldset> element. The HTML legend tag is used to define the title for the child contents. The legend elements are parent element. …
HTML <label> Tag: The HTML label tag is used to provide a usability improvement for mouse users i.e if a users clicks on the text within the <label> element, it …
HTML<kbd>Tag: The <HTML> kbd tag specifies a keyboard input. It is a phrase tag. This tag text enclosed by <kbd> tag is typically displayed in the browser’s default monospace font. …
HTML<ins>Tag: The HTML<ins>tag specifies a text that is inserted into an document. The HTML ins tag is typically used to mark a range of text that has been added to …
HTML<input>Tag: The HTML<input> tag defines an input field where the user can entire the data. And the HTML <input> elements are used within a <form> element to declare input controls that …
HTML <header>Tag: The HTML header tag specifies a container for an introductory content. You can have several <header> elements in one document. The HTML<header>tag usually contains information such as logo, …
HTML img tag: The HTML<img>tag specifies an image in an HTML page. The HTML img tag has two required attributes i.e. src and alt. Images are not technically inserted into …
HTML <iframe>Tag: The HTML<iframe> tag defines an inline frame. And the HTML ” iframe ” tag defines a rectangular region within the document in which the browser can display a …
HTML i tag: The HTML<i> tag displays the text in italic. This tag defines a part of the text in an alternate voice or mood. This can be used to …
HTML <hr> Tag: The HTML <hr> tag helps in separating the content. And the HTML hr tag in HTML stands for horizontal rule and is used to insert a horizontal rule …
HTML <html>Tag: In HTML <html>tag specifies the browser that this is an html document. The <html> tag supports the global attributes. The container for all other HTML elements is <html> …
HTML<head>Tag: The HTML<head>tag specifies a container for all the head elements. This HTML head tag includes a title for the document, styles, meta information (meta keywords, meta description… ) etc. This …
HTML <h1> to <h6> Tags: The HTML h1 to h6 tags are helpful in defining the HTML headings. The <h1> is the important / Biggest heading tag and the <h6> is …
HTML <frameset> Tag: The HTML<frameset> tag specifies a frameset. This HTML frameset tag holds one or more <frame> elements. The <frameset> element contains one or more frame elements. It is …
HTML <frame> Tag: The HTML<frame> tag describes a particular window within a <frameset>. HTML Frames are used to divide the web browser window into multiple section where each section can …
HTML <footer> Tag: The HTML footer tag specifies a footer for a document. The HTML footer element should contain information about authorship, copyright information, contact information, sitemap and related documents. …
HTML <form> Tag: The HTML form tag is used to create an HTML form. And there are many elements which are used within form tag. For example: <input>, <textarea>, <button>, …
HTML <font> Tag: The HTML<font> tag describes the font face,font size and text color. This HTML font tag is not supported in HTML 5. And also the fonts tag play …
HTML <fieldset> Tag: The HTML<fieldset> tag is used in grouping related elements in a form. This HTML fieldset tag draws a box around all the related elements. Using the <fieldset> …
HTML <figcaption> Tag: The HTML figcaption specifies a caption for the <figure> element. This HTML <figcaption> element can be placed as the first or last child of the <figure> element. …
HTML <figure> Tag: The HTML figure tag describes the self-contained content. While the content of the <figure> element is related to the main flow, its position is independent of the …
HTML <embed> Tag: The HTML embed tag specifies a container for an external application or interactive content. It is used as a container for embedding plug-ins such as flash animations. This …
HTML <em> Tag: This HTML em tag renders as emphasized text and it is a Phrase tag. It simply means anything written within the em tag is shown as emphasized …
HTML <datalist> Tag: The HTML datalist tag describes a list of pre-defined options for an <input> element. And this HTML<datalist>tag supports both the global and the event attributes. The <datalist> …
HTML <dt> Tag: The HTML<dt> tag specifies a term or name in a description list. This HTML dt tag is used in conjunction with <dl> and <dd> tags. The subsequent …
HTML <!DOCTYPE> Tag: The DOCTYPE is not a HTML tag.It is an instruction to the web browser in which version the HTML page is written. DTD (document type definition) specifies the …
HTML <dl> Tag: The HTML <dl> tag is used in defining a description list. This HTML dl tag is used in conjunction with <dd> tag and <dt> tag. This tag used …
HTML <div> Tag: The HTML<div> tag specifies a division in an HTML document. This HTML div tag is often used as a container for other HTML elements to style them …
HTML <dir> Tag: The HTML<dir> tag specifies a list of directory files. It is not supported in HTML 5 so ul or CSS are used instead of HTML dir tag. …
HTML <dialog> Tag: The HTML<dialog> tag specifies a dialog box. This HTML dialog tag makes easy to create popup dialog boxes on a web page. This tag is new in HTML5. …
HTML <dfn> tag: The HTML <dfn> tag specifies defining instance of a term in HTML. While the nearest parent of the <dfn> tag must also contain the definition/explanation for the …
HTML <details> Tag: The HTML <details> tag describes additional details that the user can view or hide on demand. This can be used to create an interactive widget. The user can …
HTML <del> Tag: The HTML<del> tag specifies the deleted content from a document. This HTML del tag supports both the global and the event attributes. Delete tag is markup updates …
HTML <dd> Tag: The HTML<dd> tag is used to define a name or term in a description list. This HTML dd tag is used in conjunction with <dl> and <dt>. …
HTML <data> Tag: The HTML<data> tag is used to link the content with the machine-readable translation. And this HTML data tag supports only global attributes. This element provides both a …
HTML comment tag <!–…–> HTML comment tag is used to give comments in the source code. Generally, comments are used when you have a long piece of code. Comments are …
HTML <colgroup> Tag: The HTML<colgroup> tag defines a group of columns in a table for formatting. The HTML colgroup tag describes the column properties for each column. This tag can …
HTML <col> Tag: The HTML<col> tag describes the column properties for each column. And this HTML col tag can be used for applying styles to the entire column instead of repeating …
HTML <code> Tag: The HTML<code> tag describes a piece of computer code. And it is one of the phrase tags. While the tag is displayed in the browsers with default …
HTML <cite> Tag: The HTML <cite> tag describes the title of a work. And the HTML cite tag in HTML4.1 define the citation and in HTML5 define the title of …
HTML <center> Tag: The HTML<center> tag aligns the text at center. The HTML center tag is supported in HTML 4.01 but it is not supported in HTML 5. CSS property …
HTML <caption> Tag: The HTML<caption> tag specifies the table caption. This HTML caption tag must be inserted after the <table> tag. By using the <caption> tag you can specify only …
HTML <canvas> Tag: The HTML canvas tag is used to draw graphics using any scripting language. Generally, JavaScript is used to draw the graphics. The HTML <canvas> tag is only …
HTML <button> Tag: The HTML button tag specifies a clickable button. You can insert images, text inside the <button> element. Inside a <button> element you can put content, like text …
HTML <br> Tag: The HTML <br> tag inserts a single line break.It is an empty tag which means it has no ending tag. And There are many ways to break …
HTML <body> Tag: The HTML body tag specifies define the main content present inside an HTML page. It is always enclosed within <html>tag. The <body> tag is the last child …
HTML <blockquote> Tag: The HTML blockquote tag describes how the section that is quoted from another source. HTML4.01 specifies a long quotation whereas the HTML5 specifies a section that is …
HTML <big> Tag: The HTML big tag defines the bigger text. It is not supported by HTML5. In HTML 5, it can be used by CSS. HTML <big> Tag The …
HTML <bdo> Tag: BDO is the acronym of Bi-Directional Override. The HTML body tag is used to override the text direction. Syntax: <bdo> –content– </bdo> HTML <bdo> Tag The HTML …
HTML <bdi> Tag: The BDI tag is the acronym of Bi-Directional Isolation. The HTML BDI tag isolates a part of the text that can be formatted in a different direction. …
HTML <basefont> tag: The basefont tag describes the default text-color, font-size for the entire text in the document. It is not supported in HTML5. This tag can be used in …
HTML <base> Tag: The HTML base tag describes the base URL for all the relative URLs in a document. There must be only one base element and it should be …
HTML <audio> Tag: The <audio> tag describes the sound. The audio formats that audio tag element supports are MP3, WAV and OGG. <audio> tag belongs to Flow Content category. HTML <audio> …
HTML <b> Tag: The b tag defines the bold text. The <b> tag supports both the global and event attributes. HTML <b> Tag Browser compatibility The <b> tag is supported …
HTML <aside> Tag: The <aside> tag specifies the content aside from the place where it is placed in. The aside tag content must be related to the surrounding content. While …
HTML <article> Tag: The <article> tag defines the self-contained and independent content. The content within the <article> tag is independent of the other content of the site. Potential sources for the …
HTML <area> Tag: The <area> tag specifies an area inside an image-map which contains clickable areas. The usemap attribute in the <img> tag is associated with the <map> element’s name attribute …
HTML <applet> Tag: The applet tag is used to embed Java applets in embedded tag. And the applet tag is supported by HTML 4.01 but it is not supported by …
HTML <address> Tag: The address tag defines the contact information of the author. If the <address> element is present inside <body> element, it represents the contact information for that document. …
HTML <acronym> Tag: The <acronym> tag defines the acronym. It is used for spelling out another word. It is supported by HTML 4.01 but it is not supported in HTML5. …
HTML abbr tag: The <abbr> tag defines the acronyms or abbreviations. The <abbr> tag is used along with a title attribute to associate a full-text explanation with an abbreviation or …
HTML <a> Tag: The <a> specifies a hyperlink. It is used to link one page with the other. The href attribute is the important attribute in <a> tag, it defines the …