Blog

HTML span Tag

<p>My mother has <span style=”color:blue”>blue</span> eyes.</p> ...

HTML source Tag

<audio controls> <source src=”horse.ogg” type=”audio/ogg”> <s...

HTML small Tag

<p>yoursite.com – the world’s largest web development site.</p> <p><...

HTML select Tag

<select> <option value=”volvo”>Volvo</option> <option value=”...

HTML script Tag

<script> document.getElementById(“demo”).innerHTML = “Hello JavaScript!̶...

HTML samp Tag

<samp>Sample output from a computer program</samp> Definition and Usage The <samp>...

HTML s Tag

<p><s>My car is blue.</s></p> <p>My new car is silver.</p> Defin...