210521 UIUX WebDesign HTML 연습_1

ITisIT210·2021년 5월 22일
0

HTML

목록 보기
1/38
post-thumbnail
<html>
<head> 
<title> 
    HTML Test1
</title>
</head>
<body>
<b>이제부터</b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i>html</i> 문서의 내용을 <br><br><br>작성하겠습니다.
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<p> It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<h1>제목 계층1 </h1>
<h2>제목 계층2 </h2>
<h3>제목 계층3 </h3>
<h4>제목 계층4 </h4>
<h5>제목 계층5 </h5>
<h6>제목 계층6 </h6>

</body>
</html>
<!-- html 문서로 사용하겠다는 의미  -->
<!-- title 태그는 문서의 제목 -->
profile
Engineering is the closest thing to magic that exists in the world.

0개의 댓글

관련 채용 정보