how to make underline | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

how to make underline

22nd Oct 2016, 10:25 PM
Mutakin Ali
Mutakin Ali - avatar
4 Réponses
+ 1
<u>element is for underline Example: <p>This is a <u>underline</u>.</p> Note:The <u> element was deprecated in HTML 4.01.). The <u> element is redefined in HTML5
22nd Oct 2016, 10:34 PM
Chris Coder
Chris Coder - avatar
0
In html5 it is better to use css to underline the text. H1{ Text-decoration:underline; }
22nd Oct 2016, 10:37 PM
Brian
0
use ins tag <ins>.....</ins>
23rd Oct 2016, 8:04 AM
Ankita Srivastava
Ankita Srivastava - avatar
- 2
<hr>your text here</hr>
23rd Oct 2016, 1:00 AM
Mustapha Musa
Mustapha Musa - avatar