| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

HTML hints

Page history last edited by PBworks 18 years, 1 month ago

Need help with HTML? Look here for help!

 

Text Mark-Up

 

<b> - will make it bold - </b>

<i> - will make it italic - </i>

<u> - will make it underlined - </u>

 

Lists

 

Write <ul> to start an unordered list. Use </ul> to end it. Use <li> for each point.

 

Ex:

<ul><li>Pie<li>Dutch Babies<li>Whole Wheat Pancakes</ul>

gets you:

  • Pie

  • Dutch Babies

  • Whole Wheat Pancakes

 

Write <ol> to start an ordered list. Use </ol> to end it. Use <li> for each point.

 

Ex:

<ol><li>Preheat the Oven<li>Make the Dough<li>Bake the Dough</ol>

gets you:

  1. Preheat the Oven

  2. Make the Dough

  3. Bake the Dough

 

Colors

<font color=teal>BLAH</font> gets you this: BLAH

 

Music

 

If you wanna see a player like this, find a .mp3, or another music file, and paste it in instead of what I have. It will look like this:

 

<p><bgsound src="http://images.neopets.com/mp3/meepitjuicebreak.mp3" loop=infinite> <p>

 

And the code is: <embed src="http://images.neopets.com/mp3/meepitjuicebreak.mp3" width=200 height=40 loop=true> <noembed> <bgsound src="http://images.neopets.com/mp3/meepitjuicebreak.mp3" loop=infinite> </noembed>

Comments (0)

You don't have permission to comment on this page.