The Time to Learn HTML is Now
Let me tell you a little something about me. When I needed to learn HTML, I probably went about it in the worst way possible. Honestly, it was a couple months before I really even understood what I was learning. I went about it the trial and error method. Not really the most effective approach. Basically, I had my own social networking page, and I wanted to spruce it up a little. So instead of taking the time to learn HTML properly, I picked up tidbits of information here and there. Luckily, I grew wiser as I realized that I was hitting walls left and right. When I decided to learn HTML, I decided to go the route I am most familiar with. I decided to use Video Professor’s Learn HTML tutorial.
In as little as three hours, I had HTML mastered. Seriously. I know that sounds unbelievable, but it is true. Video Professor’s Learn HTML utilizes their unique “What-You-See-Is-What-You-Do” method. So you can follow right along with the lesson screen and because you can rewind, pause, stop and fast-forward, you are in control!
So I thought I would tempt you to learn HTML by giving a few codes that you will learn in Video Professor’s Learn HTML tutorial. But don’t rely on just these! Pick up Video Professor’s Learn HTML lesson and learn it all!
Basic HTML Text and Font Tags
Bold: <b> Closing tag is </b>
Underline: <u> Closing tag is </u>
Italics: <i> Closing tag is </i>
New Paragraph: <p> Starts a new paragraph and creates a blank line between your new paragraph and the one above it.
The closing tag is </p>, but is not mandatory.
Change text color: <font color="red"> The ending for any font tag is </font>
Changing font face: <font face="Arial">
Change font size: <font size="3"> (choose between 1 and 7)
Line Break: <br> This will break your text to the next line. Two <br> tags is equivalent to one <p> tag. There’s no closing tag needed for this one.
Centering text: <center> Closing tag is </center>
Left aligning text: <p align="left"> Just use </p> for the closing tag
Right aligning text: <p align="right"> Just use </p> for the closing tag
So are you more tempted to learn HTML now that you have had a taste of how the code system works? If so, and you are interested in coding your very own web page, give Video Professor’s Learn HTML tutorial a try. It didn’t let me down!
