Tag

HTML script Tag

<script> document.getElementById(“demo”).innerHTML = “Hello JavaScript!”; </script> Definition and Usage The <s...Read More

HTML samp Tag

<samp>Sample output from a computer program</samp> Definition and Usage The <samp> tag is a phrase tag. It defines sample output fro...Read More

HTML s Tag

<p><s>My car is blue.</s></p> <p>My new car is silver.</p> Definition and Usage The <s> tag specifies text t...Read More

HTML ruby Tag

<ruby> 漢 <rt> ㄏㄢˋ </rt> </ruby> Definition and Usage The <ruby> tag specifies a ruby annotation. A ruby annotation is a ...Read More

HTML rt Tag

<ruby> 漢 <rt> ㄏㄢˋ </rt> </ruby> Definition and Usage The <rt> tag defines an explanation or pronunciation of characters ...Read More

HTML rp Tag

<ruby> 漢 <rt><rp>(</rp>ㄏㄢˋ<rp>)</rp></rt> </ruby> Definition and Usage The <rp> tag can be used ...Read More

HTML q Tag

<p>WWF’s goal is to: <q>Build a future where people live in harmony with nature.</q> We hope they succeed.</p> Definitio...Read More

HTML progress Tag

<progress value=”22″ max=”100″></progress> Definition and Usage The <progress> tag represents the progress o...Read More