<!-- Answer to: "online html editor" -->
<!--
A common good "online editor" would be:
https://jsfiddle.net/
However, for an online editor focusing specifically on html
this one is pretty good:
https://html-online.com/editor/
-->
<!-- Good HTML Online Editors -->
<!-- Links -->
https://repl.it
https://codeply.com
https://jsfiddle.net
https://codepen.io
<!-- Use CodePen -->
https://codepen.io/
// Use the w3schools tryit editor
//for example below address
https://www.w3schools.com/html/tryit.asp?filename=tryhtml_default
<!-- use https://www.onlinegdb.com best online code editor for more than 10 languages -->
<h1><span style="font-size:22px"><span style="font-family:Times New Roman,Times,serif"><strong>Bienvenido al sistema de autoinventario</strong></span></span></h1>
<p> </p>
<table border="5" cellspacing="" style="width:522px">
<tbody>
<tr>
<td style="width:494px">
<p><span style="font-size:22px"> <strong> Estante</strong></span></p>
<span style="font-size:22px">Usuario: admin</span>
<h2><span style="font-size:22px">El SENSOR está ahora: (OCUPADO)(LIBRE)</span></h2>
</td>
</tr>
</tbody>
</table>
<table border="5" cellspacing="" style="width:215px">
<tbody>
<tr>
<td style="width:187px">
<p>Lente 1:</p>
</td>
</tr>
</tbody>
</table>
<table border="5" cellspacing="" style="width:215px">
<tbody>
<tr>
<td style="width:187px">
<p>Lente 2:</p>
</td>
</tr>
</tbody>
</table>
<p> </p>