<strong>
굵게</strong>
<u>
밑줄</u>
<i>
기울이기</i>
<br>
줄 바꿈<hr>
수평선<button>
버튼</button>
<input type="text">
<input type="password">
<input type="color">
<head>
검색엔진을 위한 영역</head>
ex) <title>
<meta>
<body>
보여지는 내용</body>
ex) <header> <nav>
<section>
ex) <color>
<width>
<height>
<background-color>
<border>
tag
:태그 선택자.class
: 클래스선택자#id
: 아이디선택자margin
border기준 박스의 바깥 여백border
박스 기준 바깥 테두리 선padding
박스 안쪽 여백contents
내용2.1 수직으로 나열 - flex-direction: column;
align-items: center;
justify-content : center;
2.2 수평으로 나열 - flex-direction: row;
justify-content : center;
align-items: center;
출처 : 코드캠프