The Embed Widget lets you add HTML or CSS code to the page without WordPress changing the format. This comes in handy when you need to add custom code to your page,
HTML Code
<html>
<body>
<h2>HTML Table</h2>
<table>
<tr>
<th>Company</th>
<th>Country</th></tr>
<tr>
<td>Alfreds Futterkiste</td>
<td>Germany</td>
</tr>
<tr>
<td>Centro comercial Moctezuma</td>
<td>Mexico</td>
</tr>
</table>
</body>
</html>
HTML Embed
HTML Table
Company | Country |
---|---|
Alfreds Futterkiste | Germany |
Centro comercial Moctezuma | Mexico |
Content
- HTML Code : Paste or type the HTML code you want to use.
NOTE - In advance option tab . Do more styling to the Embed Widget.To know more about advance option tab. CLICK HERE