| r14 | ||
|---|---|---|
| r1 | 1 | {{{#!html |
| r3 | 2 | <!DOCTYPE=html> |
| r7 | 3 | <head> |
| 4 | <style> | |
| 5 | p { | |
| 6 | "text-align: center" | |
| 7 | } | |
| 8 | </style> | |
| 9 | </head> | |
| r4 | 10 | <body> |
| r12 | 11 | <h1>제목</h1> |
| r4 | 12 | <p><strong>강조</strong></p> |
| 13 | <p><b>굵은 글씨</b></p> | |
| 14 | <p><em>슬래쉬 넣기 귀찮다앍</em></p> | |
| r5 | 15 | <form> |
| r14 | 16 | <input type="text" readonly required> |
| r7 | 17 | <button>dd</button> |
| r5 | 18 | </form> |
| r10 | 19 | <p>쀍쀍</p> |
| r4 | 20 | </body> |
| r1 | 21 | }}} |