Created
August 9, 2019 05:28
-
-
Save chococrunch2021/5ac5de9546200b4253aeec17d99448db to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/vijuyac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<h1>오늘의 이야기</h1> | |
<h3>yes it is</h3> | |
그는 <strong>내게</strong> | |
<a href="http://www.naver.com" | |
target="_blank" title="전설적인 이야기">네이버</a> | |
다시 말했다. | |
<ol> | |
<li>기술소개</li> | |
<li>기본문법</li> | |
<li>하이퍼텍스트와 속성</li> | |
<li>리스트와 태그의 중첩</li> | |
</ol> | |
<ul> | |
<li>a</li> | |
<li>b</li> | |
<li>c</li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment