728x90
반응형
<a href=" " target="_blank"> : 새 창에서 열기 default는 target="_self"
<meta content="blah blah" name="description"> 구글이 사이트에서 description을 가져옴
<meta charset="utf-8"> 브라우저한테 텍스트를 어떻게 그려달라는지 말해줌 (글자깨짐방지)
<pre>blah blah</pre> : 타자기같이 써짐
<p> <abbr title=" ">~~ </abbr></p>: 마우스 올렸을때 글자가 나타남
<form>
<label for="apple"> blah </label>
<input id="apple" required placeholder="Name" minlength="10" type="text"/>
<input disabled type="submit" value="Creat Account"/>
<input accept=".pdf,image/*" type="file" />
</form>
semantic HTML
<header> <h1>
<main> <p>긴텍스트 <span>짧은텍스트 <address>
<footer> © 2022
728x90
반응형
'Dev > HTML5 CSS3' 카테고리의 다른 글
[코코아톡] 챌린지 5일차 / position, pseudo selectors (0) | 2022.02.18 |
---|---|
[코코아톡] 챌린지 4일차 / inline, block, flex, collapsing margins (0) | 2022.02.17 |
[코코아톡] 챌린지 2일차 / HTML, CSS 간단한 정리 (0) | 2022.02.16 |
[코코아톡] 챌린지 1일차 / HTML 공부 중! (0) | 2022.02.14 |
[코코아톡] 노마드코더 클론코딩 신청! (0) | 2022.02.14 |