<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>p_tag</title>
</head>
<body>
<p>
What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry<br />
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. 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>
</body>
</html>
* 이 처럼 테스트 할 문구가 필요할 때, Lorem Ipsum 사이트를 이용해보세요!
https://www.lipsum.com/
'Skills > HTML5' 카테고리의 다른 글
220830 li_tag.html (0) | 2022.09.03 |
---|---|
220829 test_tag.html (0) | 2022.09.03 |
220829 h_tag.html (0) | 2022.09.03 |
220829 a_tag.html (0) | 2022.09.03 |
220829 HTML5 시작 (0) | 2022.09.03 |