Monday, 25 July 2022

HTML5 Quiz u tag

u tag


The <u> tag represents some text that is unarticulated and styled differently from normal text, such as misspelled words or proper names in Chinese text. The content inside is typically displayed with an underline. You can change this with CSS (see example below). 

Example


<p>The <u> HTML </uword is underlined. </p>


No comments:

Post a Comment