> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: $w ## Namespace: text ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/velo-only-apis/$w/text/introduction.md ## Article Content: # Introduction Text type elements contain text which can be formatted using a subset of standard HTML tags and CSS styles, as detailed below. Format the text using the [`html`](#html) property. > **Note**: To add an input element for entering large amounts of text, see [`TextBox`]($w/text-box). Input elements are available when Dev Mode is enabled. ### Formatting Text #### Supported HTML Subset The supported HTML tags are: + `
` + `
` + **Paragraph 2** — `
` or `
` + **Paragraph 3** — `
` #### Inline Styling Text elements support inline styling via the supported HTML tags listed above. The element can contain the following attributes: + `style`: For example, + `$w("#text1").html = '
Text
'` + `dir` (text direction): For example, `` The `style` attribute supports the following properties: + `font-face` + `font-size` + `font-weight` + `font-style` + `text-decoration` + `color` + `background-color` + `text-align` + `margin-left` + `text-shadow` + `line-height` + `letter-spacing` #### Bulleted and Numbered Lists Text elements can contain bulleted and numbered lists using standard HTML tags: + Numbered lists — using `