HTML pre 태그

1 개요[ | ]

HTML <pre> Tag
HTML pre 태그
  • "preformatted"
  • 텍스트를 그대로 보여주는 태그
  • 공백, 개행이 그대로 출력됨
HTML 태그는 해석됨
예: monospace

2 예시[ | ]

html
Copy
친구들          <span style='color:red'>안녕</span>
  잘 지내고 있니?

3 같이 보기[ | ]

4 참고[ | ]

  • HTML 커스텀 태그
    Error: Element asdf not allowed as child of element body in this context. (Suppressing further errors from this subtree.) HTML5 검사 도구에서 에러가 나옵니다. 커스텀 태그를 만들 때, Mywikier