HTML 모르는 태그 정리(Etc)

IvanSelah·2021년 10월 12일
0

약자

<abbr title="BB">BB</abbr>

BB <- 마우스 오버시 title에 설명 보임

<address>
  <h1>Selah</h1>
  (물리적)주소
  URL
  Email
  전화번호
  SNS
</address>
<pre>
  녹차
    아이스크림
</pre>
  녹차
    아이스크림
<pre>
  <code>
   console.log("Hell");
  </code>
</pre>
 
  console.log("Hell");
 
profile
{IvanSelah : ["꿈꾸는", "끊임없이 노력하는", "프론트엔드 개발자"]}

0개의 댓글