Tag

HTML summary Tag

<details> <summary>Copyright 1999-2014.</summary> <p> – by Refsnes Data. All Rights Reserved.</p> <p>All con...Read More

HTML sub Tag

<p>This text contains <sub>subscript</sub> text.</p> Definition and Usage The <sub> tag defines subscript text. Subscrip...Read More

HTML style Tag

<html> <head> <style> h1 {color:red;} p {color:blue;} </style> </head> <body> <h1>A heading</h1> <p...Read More

HTML strong Tag

<strong>Strong text</strong> Definition and Usage The <strong> tag is a phrase tag. It defines important text. Tip: This tag is not ...Read More

HTML strike Tag. Not Supported in HTML5.

<p>Version 2.0 is <strike>not yet available!</strike> now available!</p> Definition and Usage The <strike> tag is not su...Read More

HTML span Tag

<p>My mother has <span style=”color:blue”>blue</span> eyes.</p> Definition and Usage The <span> tag is used ...Read More

HTML source Tag

<audio controls> <source src=”horse.ogg” type=”audio/ogg”> <source src=”horse.mp3″ type=”audi...Read More

HTML small Tag

<p>yoursite.com – the world’s largest web development site.</p> <p><small>Copyright 1999-2050 by Refsnes Data</...Read More

HTML select Tag

<select> <option value=”volvo”>Volvo</option> <option value=”saab”>Saab</option> <option valu...Read More