1. Screens to Create1.
만들어 볼 화면We're going to make this screen by html.우리는 html로 이 화면을 만들어 볼 것 입니다.However, html represents information.그런데, html은 정보를 나타냅니다.So I'm going to just make this information of screen by html. 따라서 이 화면에 정보만을 html로 만들어 보겠습니다.2.
H1 tag indicating title2. 제목을 나타내는 h1 태그Usually, information that indicates a title is wrapped in h1 tags.보통 제목을 나타내는 정보는 h1 태그로 감싸줍니다.The h1 tag increases the font size.h1 태그는 폰트의 크기가 커집니다.In addition to h1 tags, there are h2, h..........
원문 링크 : 정보를 HTML로 표현 하기