8 Basic HTML Codes

February 27th, 2008

I thought I would share a few basic HTML codes today. I know there are tons of web editors on the market, but it is still important to learn the basics.

<strong>Makes words bold</strong>

<br> - This is called line break. Makes text go to the next line, essentially like hitting enter in a word processor

<p> - Basically the equivalent of <br><br>

Hyperlinking - <a href=“URLGoesHere.com”>Name Of The Website Goes Here</a>

Adding An Image - <img src=“URLOfTheImageLocation.com”>

<em>Makes Text Italicized</em>

<u>Underlines Text</u>

<font Color =“#00FF00”>This would make the font green, based on the color code</font>

Leave a Reply