Header

<< Click to Display Table of Contents >>

Navigation:  IWML > Tags > Controls >

Header

The Header control displays a heading, similar to traditional document headers like H1, H2, H3, etc. It visually separates content and defines a hierarchical structure.

 

You can control the size and importance of the heading using the Level property. The actual rendering is done dynamically based on this level (e.g., <h1>, <h2>, etc.).

 

Syntax

 

Header[:Name] [Text]

 

Name — optional identifier for referencing in logic.

Text — the heading content.

 

Properties

 

Text – content of the header.

Level – numeric level (1–6) determining visual weight and size. Integer from 1 (largest) to 6 (smallest); defaults to 3.

 

Try It

 

Header Welcome!

 Level: 1