If you don't like to use the codes but you want to use HTML somewhere, you can do this: create a blog entry and change the fonts, colors, etc, then click on 'Edit HTML' to reveal the code so you can copy it and paste wherever you want.
The Very Basic Basics
Don’t worry, HTML is incredibly easy to learn. All you have to do is surround whatever text you want to change with tags. Like this:
What You Type | What You Get |
---|---|
<B>Men</B> | Men |
<I>Are</I> | Are |
<U>from</U> | from |
<S>Men are from Mars</S> | |
You can even combine tags (just remember to next each pair of tags) | |
<B><I><U>Mars Needs Women</U></I></B> | Mars Needs Women |
And That’s Not All | |
<CENTER></CENTER> | Centers text or image. |
<A HREF="URL HERE"></a> | Makes whatever text/image it surrounds into a link. |
<IMG SRC="IMAGE URL HERE" WIDTH="100" HEIGHT="100" /> | Add an image, using optional WIDTH and HEIGHT attributes to control the sizing. Note: IMG code is stand-alone (no seperate close tag necessary). |
<FONT FACE="verdana" SIZE="6" COLOR="green">Little Green Men</font> | Alter the size, style, and color of text. |
Cross-browser friendly fonts: Arial, Arial Black, Comic Sans, Courier New, Georgia, Times New Roman, Trebuchet, Webdings.
Cross-browser friendly colors: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow. (Want more colors? Use a HEX code)
That should be enough to get you started! If you're at all interested in learning more (how to build TABLES, for instance), here are some other resources to help you push your HTML skills even further:
Additional HTML Resources
(info in public domain).
Source: http://multiplydesign.multiply.com/journal/item/92
=========================
Update, 21 October 2019.
The correct citation for this post was HTMLHelp.com. Alas, that site hasn't been updated for 8+ years, which means it's missing lots of HTML features widely used in 2019, like semantic markup or the new HTML5 tags (eg <nav> or <article>).
They recently re-launched HTML.com, which is a 368,000 word guide for both newbie & experienced web developers. You'll find the site here: https://html.com
Thanks for the link to the group!
ReplyDeletemultplydesign
im the one who suppose to thank you ^_^
ReplyDeletethanks for the posting :)
This comment has been removed by a blog administrator.
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDelete