このブログの最初の段落を iframe に取り込み、その内容を表示しようとしています。ブログはこちら: https://www.baronaonlinepoker.com/blog
最初の段落を iframe に取り込むにはどうすればよいですか? 私は現在このコードを持っていますが、左上隅しか表示されません。width="180" height="135" である必要があります。これがコードです!
<!DOCTYPE html>
<html>
<body>
<iframe src="https://www.baronaonlinepoker.com/blog" scrolling="yes" width="180" height="135">
<p>Your browser does not support iframes.</p>
</iframe>
</body>
</html>