logo htlm 5

Ejemplo de INS - texto subrayado

Código Resultado

<html>
<head>
<title>Texto Subrayado</title>
</head>

<body>
Texto normal -
<ins>Texto subrayado</ins>
</body>
</html>