> For the complete documentation index, see [llms.txt](https://irosyadi.gitbook.io/irosyadi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://irosyadi.gitbook.io/irosyadi/webdev/experimental-iframe.md).

# Experimental iFrame

## Iframe Code

```
<iframe src="https://wttr.in" frameborder="0" width="500" height="300" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
```

```
<div style="border: 1px solid rgb(255, 255, 255); overflow: hidden; margin: 15px auto; max-width: 400px; max-height:400px;">
<iframe scrolling="no" src="https://thisartworkdoesnotexist.com/" style="border: 0px none; width: 410px; margin-left: 0px; margin-right: 0px; height: 410px; margin-top: 0px; margin-bottom: 0px;">
</iframe>
</div>
```

## Iframe Test with Div

## Iframe Test

&#x20;
