Blog

HTML p Tag

<p>This is some text in a paragraph.</p> Definition and Usage The <p> tag defines ...

HTML output Tag

<form oninput=”x.value=parseInt(a.value)+parseInt(b.value)”>0 <input type=̶...

HTML option Tag

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

HTML optgroup Tag

<select> <optgroup label=”Swedish Cars”> <option value=”volvo”...

HTML ol Tag

<ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>...

HTML object Tag

<object width=”400″ height=”400″ data=”helloworld.swf”><...

HTML noscript Tag

<script> document.write(“Hello World!”) </script> <noscript>Your brows...

HTML noframes Tag. Not Supported in HTML5.

<html> <frameset cols=”25%,50%,25%”> <frame src=”frame_a.htm”...