How do I put a border around my text such as in ? It's not a standard HTML border, so how is it done?
Any help would be really appreciated.
Thanks,
Mike
Any help would be really appreciated.
Thanks,
Mike
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<div style="border: 1px solid black;">
Living in a box!
</div>
<table style="border: 1px solid black;">
<tr>
<td>
Look Ma, a border!
</td>
</tr>
</table>
<div style="border: 1px solid black;">
Look Ma, a border!
</div>