|
|
|||||
|
|
|||||
|
HTML Tip Sheet for Nonprofit Organizations HTML, an initialism of HyperText Markup Language, is the predominant markup language for Web pages. A knowledge of basic HTML is necessary to be able to use social networking sites effectively. See also HTML Dog. 1. How to to link to a website: <a href="http://wildlifealliance.org/Homepage.html">The Wildlife Alliance</a> = The Wildlife Alliance 2. How to insert a line break: I live in Springfield,
MO.<br> = I live in Springfield, MO. I have a black lab. 3. How to use Web colors: <font color="#660066">My favorite color is purple.</font> My favorite color is purple. Please Note: MySpace and Facebook do not allow font color. 4. How to use font size: <font size="4">My favorite color is purple.</font> = My favorite color is purple. Please Note: MySpace Profile 2.0 and Facebook do not allow font size. 5. How to use color and font size: <font size="4" color="#660066">My favorite color is purple.</font> = My favorite color is purple. 6. How to bold: <b>Peace on Earth</b> = Peace on Earth 7. How to underline: <u>Reduce, Reuse, Recycle </u> = Reduce, Reuse, Recycle 8. How to italicize (bold, underline, and link): A <b>new global study</b> concludes that <a href="http://www.cnn.com/2003/TECH/science/05/14/coolsc.disappearingfish/">90 percent of all large fishes have disappeared from the world's oceans</a> in the <i>past half century</i>, the <u>devastating result</u> of industrial fishing. = A new global study concludes that 90 percent of all large fishes have disappeared from the world's oceans in the past half century, the devastating result of industrial fishing. 9. How to insert an image: <img src="http://www.diosacommunications.com/myspacegraphics/applause.gif"> =
Please Note: You must upload the image to a server first. Photobucket.com is a free image hosting service. 10. How to insert an image that is hyperlinked: <a href="http://www.change.org"><img src="http://www.diosacommunications.com/myspacegraphics/applause.gif"></a> = 10. How to center: <center><a href="http://www.change.gov">Barack Obama</a> was elected the 44th President of the United States.</center> = Barack Obama was elected the 44th President of the United States. |
|||||
![]() |
|||||