(no commit message)
[paste/267.git] / test.html
1 <html>\r
2  <body>\r
3   <h1>Style attributes</h1>\r
4   <hr />\r
5 \r
6   <a style="color: red">a link</a>\r
7   <b style="color: red">b bold</b>\r
8   <i style="color: red">i italic</i>\r
9   <strong style="color: red">strong bold</strong>\r
10   <em style="color: red">em italic</em>\r
11 \r
12   <h1 style="color: red">h1 heading</h1>\r
13   <h2 style="color: red">h2 heading</h2>\r
14   <h3 style="color: red">h3 heading</h3>\r
15   <h4 style="color: red">h4 heading</h4>\r
16   <h5 style="color: red">h5 heading</h5>\r
17   <h6 style="color: red">h6 heading</h6>\r
18 \r
19   <div style="color: red">div container</div>\r
20 \r
21   <p style="color: red">p paragraph</p>\r
22 \r
23   <ol style="color: red">\r
24    <li style="color: red">ol ordered list with li list item</li>\r
25   </ol>\r
26   <ul style="color: red">\r
27    <li style="color: red">ul unordered list with li list item</li>\r
28   </ul>\r
29 \r
30  </body>\r
31 </html>\r