Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TagNameExample
<b>Bold
Code Block
languagexml
<b>Hello World</b>
<a>Anchor
Code Block
languagexml
<a href="osulibrary.oregonstate.edu">Hello World</a>
   <ul>Unordered List
Code Block
languagexml
<ul>
   <li>Item 1</li>
   <li>Item 2</li>
</ul>