Common HTML Tags
Learn how common HTML tags fit into Wappler page building so structure stays intentional before styling and data binding begin.
Introduction
Section titled “Introduction”In Wappler you rarely start by hand-typing markup, but HTML structure still decides whether a page stays maintainable. The editor, insert panel, and properties panel all sit on top of the same core tags: headings, paragraphs, sections, lists, links, images, buttons, and form elements.
This tour gives you the mental model for picking the right tag before you style or bind it.
Choose the right element for the job
Section titled “Choose the right element for the job”Most page-editing mistakes come from using one element as a universal substitute for everything else. These patterns keep the structure honest.
Text and structure
Section titled “Text and structure”Headings, paragraphs, lists, and sections are your content skeleton. If those choices are right, the rest of the page is easier to style and easier to understand later.
Navigation and actions
Section titled “Navigation and actions”Links move the user somewhere. Buttons trigger an action. Keeping that distinction clear pays off when you later add events, routes, and accessibility labels.
Media and form elements
Section titled “Media and form elements”Images, inputs, labels, and form controls each bring their own attributes and responsive concerns. Use the element that already carries the behavior you need instead of recreating it with generic containers.
Next steps
Section titled “Next steps”Once you know which element belongs where, the next job is moving those elements safely and styling them cleanly.