Breaking

Saturday, April 3, 2021

How to add a table in a Blooger Blogs


How to add a Table in a Blogger blogs
Adding a table in blooger website is not a rocket science.
Just copy the code below and past it and just replace the values

<table border=1>
<tr>  <th>No.</th><th>content</th> </tr>
<tr><td>1.</td><td>content 1</td></tr>
<tr><td>2.</td><td>content 2</td></tr>
<tr><td>3.</td><td>content 3</td></tr>
<tr><td>4.</td><td>content 4</td></tr>
 </table>

The copy above code is then pasted in the HtMl of the blogger.

No comments:

Post a Comment