HTML에 미리 서식이 지정된 텍스트를 추가하려면
태그를 사용하세요. HTML <pre class="brush:php;toolbar:false"> 태그는 미리 형식화된 텍스트를 나타내는 데 사용됩니다. 코드 태그는 태그된 코드를 둘러쌉니다. <p >브라우저에서는 일반적으로 공백을 유지하고 줄바꿈 없이 미리 서식이 지정된 텍스트를 고정 너비 글꼴로 렌더링합니다. </p><h2>예</h2><p >다음 코드를 실행하여 </p><pre class="brush:php;toolbar:false"> 태그를 사용하는 방법을 확인할 수 있습니다−<pre class='brush:php;toolbar:false;'><!DOCTYPE html> <html> <head> <title>HTML pre Tag</title> </head> <body> <pre class="brush:php;toolbar:false"> This text is in a fixed-pitch font, and it preserves both spaces and line breaks