# Embed web pages

Learn how to use the iframe HTML element to embed web pages in your notes.

To embed a web page, add the following in your note and replace the placeholder text with the URL of the web page you want to embed:

<iframe src="INSERT YOUR URL HERE"></iframe>

# Embed a YouTube video

To embed a YouTube video, use the same Markdown syntax as external images:

![](https://www.youtube.com/watch?v=NnTvZWp5Q7o)

# Embed a tweet

To embed a tweet, use the same Markdown syntax as external images:

![](https://twitter.com/obsdmd/status/1580548874246443010)