프로그래밍 코드를 표시할 때는 code태그를 사용합니다.
<code> word = "hello world" print(word) exit() </code>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>code 태그 학습</title>
</head>
<body>
<code>
word = "hello world"<br>
print(word)<br>
exit()
</code>
</body>
</html>
결과
봐주셔서 감사합니다. 문의 또는 잘못된 설명은 아래의 댓글에 부탁드립니다.
당신의 작은 누름이 저에게는 큰 희망이 됩니다.
댓글 0개
정렬기준