Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML ページに 2 つの iframe があり、それぞれの高さが 45% です。各 iframe (単純なテキスト) の上にタイトルを追加し、最初の iframe と 2 番目のタイトルの間にスペースを追加して、10% を消費するようにするにはどうすればよいですか。言い換えれば、私は右のスクロールバーを知りません。
小さな 1 行のスペースを作成するには、<br>タグを置きます。たとえば、閉じるタグも必要ありません</br>。
<br>
</br>
ちょうど置かれた小さなタイトル<h1>tile name here</h1>と別のタイトル<h2>title</h2>
<h1>tile name here</h1>
<h2>title</h2>