HTML_02_strong, u, h1~h6, br, p
strong
<strong>creating web pages</strong>
creating web pagesu
creating <u>web</u> pages
creating web pagesなぜ下線が見えないのか
h1 ~ h6
<h1>
defines the most important heading.<h6>
defines the least important heading. <h1>h1</h1>
<h2>h2</h2>
<h3>h3</h3>
<h4>h4</h4>
<h5>h5</h5>
<h6>h6</h6>
h1
h2
h3
h4
h5
h6
br
one<br>.two<br>.<br>three<br>.<br>.<br>fin.
one.two.three..fin.p
->brがpを好む理由は、pによって段落の境界が明確になり、CSSによってpの設計が自由に変更できるため、
<p>My Bonnie lies over the ocean.</p>
<p style="margin-top:45px;">My Bonnie lies over the sea.</p>
<p style="margin-bottom:90px;">My Bonnie lies over the ocean.</p>
<p>Oh, bring back my Bonnie to me.</p>
margin = 여백
top(위)에 45픽셀만큼의 여백
bottom(아래)에 90픽셀만큼의 여백
My Bonnie lies over the ocean.My Bonnie lies over the sea.
My Bonnie lies over the ocean.
Oh, bring back my Bonnie to me.
どうしてみんなに直接見せないの?
Ref
Reference
この問題について(HTML_02_strong, u, h1~h6, br, p), 我々は、より多くの情報をここで見つけました https://velog.io/@lecharl/HTML02テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol