Id | Caption | Description (HTML Enabled) | Description (HTML Disabled) |
1 | HTML Sample |
This is a sample of HTML code. It contains bold, Italic, and underline text as well as a hyperlink and an unordered list.
|
This is a sample of HTML code. It contains <strong>bold</strong>, <i>Italic</i>, and <u>underline</u> text as well as a <a href="http://www.example.com" target="_blank">hyperlink</a> and an unordered list.
<ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ul> |