### Table Widget Example Source: https://pagelayer.com/docs/pagelayer-pro-widgets/table This is an example of how the Table Widget is rendered. It displays data in a structured tabular format. ```markdown Id| Username| password ---|---|--- 1| abc| 12345 2| xyz| abcdef ``` -------------------------------- ### HTML Code Example for Embed Widget Source: https://pagelayer.com/docs/pagelayer-widgets/embed-2 This snippet demonstrates how to embed a basic HTML table using the Embed Widget. Ensure the code is valid HTML. ```html

HTML Table

Company Country
Alfreds Futterkiste Germany
Centro comercial Moctezuma Mexico
```