สำหรับการ<code>
ใช้งานแบบอินไลน์ปกติ:
<code>...</code>
และสำหรับแต่ละสถานที่ที่<code>
มีการใช้งานที่จำเป็นต้องมีการปิดกั้น
<code style="display:block; white-space:pre-wrap">...</code>
หรือกำหนด<codenza>
แท็กสำหรับบล็อกการแบ่งซับ<code>
(ไม่มีคลาส)
<script>
</script>
<style>
codenza, code {} /* noop mnemonic aide that codenza mimes code tag */
codenza {display:block;white-space:pre-wrap}
</style>`
การทดสอบ: (NB: ต่อไปนี้เป็น scuriple ใช้data:
โปรโตคอล / โครงการ URI ดังนั้น%0A
รหัสรูปแบบ nl มีความสำคัญในการรักษาเช่นเมื่อตัดและวางลงในแถบ URL สำหรับการทดสอบ - ดังนั้นview-source:
( ctrl- U) ดูดีทุกบรรทัดด้านล่างด้วย%0A
)
data:text/html;charset=utf-8,<html >
<script>document.write(window.navigator.userAgent)</script>
<script></script>
<style>
codenza, code {} /* noop mnemonic aide that codenza mimes code tag */
codenza {display:block;white-space:pre-wrap}
</style>
<p>First using the usual <code> tag
<code>
%0A function x(arghhh){
%0A return "a very long line of text that will extend the code beyond the boundaries of the margins, guaranteed for the most part, well maybe without you as a warrantee (except in abnormally conditioned perverse environs in which case a warranty is useless)"
%0A }
</code>
and then
<p>with the tag blocked using pre-wrapped lines
<code style=display:block;white-space:pre-wrap>
%0A function x(arghhh){
%0A return "a very long line of text that will extend the code beyond the boundaries of the margins, guaranteed for the most part, well maybe without you as a warrantee (except in abnormally conditioned perverse environs in which case a warranty is useless)"
%0A }
</code>
<br>using an ersatz tag
<codenza>
%0A function x(arghhh){
%0A return "a very long line of text that will extend the code beyond the boundaries of the margins, guaranteed for the most part, well maybe without you as a warrantee (except in abnormally conditioned perverse environs in which case a warranty is useless)"
%0A }
</codenza>
</html>