# \<blockquote>

## \<blockquote>

## \<blockquote>

```html
<widget>
  <blockquote>
    <text>Foo</text>
  </blockquote>
</widget>
```

The `<blockquote>` element defines a blockquote that is mimicked using widget stack elements.

#### **File**

[html-widget-blockquote.js](https://github.com/Normal-Tangerine8609/Scriptable-HTML-Widget/blob/main/add-ons/html-widget-blockquote.js)

#### **InnerHTML**

The innerHTML of the `<blockquote>` element will be compiled within the blockquote.

#### **Attributes**

**background - colour or gradient**

Defines the background of the box.

**cornerRadius - posInt**

Defines the corner radius of the box.

**padding - padding**

Defines the padding of the box.

**layout - layout**

Defines the layout for the box.

**space - posInt**

Defines the space between the bar and box.

**spacing - posInt**

Defines the spacing between blockquote elements.

**url - url**

Defines the blockquote url.

**height - posInt**

Defines the height. When not set, the height is `100`.

**width - posInt**

Defines the width. When not set, the width is `100`.

**barWidth - posInt**

Defines the width of the bar. When not set, the bar width is `5`.

**barBackground - colour or gradient**

Defines the background of the bar.

**barCornerRadius - posInt**

Defines the corner radius of the bar.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://normal-tangerine8609.gitbook.io/html-widget/add-ons/less-than-blockquote-greater-than.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
