| 구분 | 결과 |
|---|---|
| br(3) | |
| nbs(3) | |
| heading('Welcome!') | Welcome! |
| heading('Welcome!', 3) | Welcome! |
| heading('Welcome!', 3, 'class="pink"') | Welcome! |
| img('images/picture.jpg') | ![]() |
| img('images/picture.jpg', TRUE) | ![]() |
| img($img_attr) | ![]() |
| link_tag('css/mystyles.css') | |
| link_tag('favicon.ico', 'shortcut icon', 'image/ico') | |
| link_tag('feed', 'alternate', 'application/rss+xml', 'My RSS Feed') | |
| link_tag($link_attr) | |
| meta('description', 'My Great site') | |
| meta($meta) | |
| ul($list) |
|
// End of Sample
© Copyright by hoksi(Page rendered in 0.0034 seconds)