mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
45 lines
729 B
Plaintext
45 lines
729 B
Plaintext
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <font>
|
|
| color="red"
|
|
| <i>
|
|
| "Italic and Red"
|
|
| <i>
|
|
| <p>
|
|
| <font>
|
|
| color="red"
|
|
| "Italic and Red "
|
|
| " Just italic."
|
|
| " Italic only."
|
|
| " Plain
|
|
"
|
|
| <p>
|
|
| "I should not be red. "
|
|
| <font>
|
|
| color="red"
|
|
| "Red. "
|
|
| <i>
|
|
| "Italic and red."
|
|
| <font>
|
|
| color="red"
|
|
| <i>
|
|
| "
|
|
"
|
|
| <p>
|
|
| <font>
|
|
| color="red"
|
|
| <i>
|
|
| "Italic and red. "
|
|
| " Red."
|
|
| " I should not be red."
|
|
| "
|
|
"
|
|
| <b>
|
|
| "Bold "
|
|
| <i>
|
|
| "Bold and italic"
|
|
| <i>
|
|
| " Only Italic "
|
|
| " Plain"
|