• How to Learn HTML
    • Lesson 1: Cleaning for a Reason
    • Lesson 2: What is a Meta Tag
    • Lesson 3: How to Comment Out HTML
    • Lesson 4: On The Job Training


Cleaning Authority

Tell me, what do you like about being your own boss? That's what I asked over 100 local business owners last week. You know what they told me? The freedom of being able to do what they want was high on the list, along with money, family and friends.

I interviewed local businesses and found out they all have something in common, authority. They all went into business to be in charge. Now, I know that's not a very good reason, but it does exist.

They like being able to get things done when they need or want it done. They like having the authority of deciding on employee's starting rate, promotions, firing, and even being the cleaning authority. Who does the cleaning at your employment. Maybe they get you to do most of the cleaning. They got you cleaning for a reason, I just haven't figured out what it is, yet.


Cleaning for a Reason

Well anyway, I discovered some best practices about writing HTML, CSS, and any other programming languages. Do you mind if I share them with you? I'm hoping that by the end of this tutorial, you make yourself the cleaning authority of your Internet business. It's how to get organized and stay organized. If you're going to be learning how to design websites, write programming languages, develop an Internet business then you need to know this stuff.

.

How to Get Organized and Stay Organized

Choose the right DOCTYPE Writing HTML code, It can be time consuming. There's nothing like putting in hours of tedious work, only to discover you been writing in the wrong format.

  1. HTML5 <!DOCTYPE html>
  2. HTML 4.01 Strict
  3. HTML 4.01 Transitional
  4. HTML 4.01 Frameset
  5. XHTML 1.0 Strict
  6. XHTML 1.0 Transitional
  7. XHTML 1.0 Frameset
  8. XHTML 1.1

Use all heading tags Great for SEO rankings - Search engines like to see web pages using all of the heading tag. You should only use one h1 heading per page, but the other six html heading tags can be used as many time as you like. I created a list of one way to use heading tags. Tell me in the discussion group ways you use h1-h6 tags.

  1. h1 - only use one per page; use as title with keyword
  2. h2 - use as sub title with keywords
  3. h3 - use as sub title with keywords
  4. h4 - use as sub title
  5. h5 - use as sub title
  6. h6 - I really don't know who can read type this small.

Always use brackets to open and close tags

  1. These are brackets < >
  2. This is an HTML close tag /
  3. This is an example of an open tag <body>
  4. Notice the difference in this example of a closed tag </body>

Know the HTML code tags

  1. Names
  2. Where to use
  3. When to use

Use lowercase while you are writing you html tags

  1. This is the correct format <style>
  2. This is wrong <STYLE>

If you have any questions about using HTML, CSS, or Javascript please use the dussicion group or send me an PM here at Wealthy Affiliate. If you like this tutorial, please click on the like button and tell me how I can make it better.

UP NEXT - HTML Code: What is a Meta Tag



Join the Discussion
Write something…
Recent messages
Chezbrown Premium
Thanks for useful information and I have starred it for later. Xx
Reply
seconds2work Premium
Thank you for the visit. Did you have any questions about HTML?

I'm just about to finish up my little project. Visit my profile page for the website URL, take a sneak peek. I'll be creating some advance tutorial here and there.
Reply
Chezbrown Premium
Thanks I certainly will do. Haven't had a chance yet to read the HTML tutorial right through but will let you know if I ever need to ask you anything at all. xx
Reply
seconds2work Premium
Thank you God bless
Reply
Chezbrown Premium
You're welcome. xx
Reply
Snoetjies Premium
Very good, thank you!
Reply
seconds2work Premium
Thank you, Ylandi, for picking my tutorials to read. If you have any questions about any of them, please contact me.
Reply
reanna1 Premium
Bookmarked, LeNard! Thank you so much!
Reply
seconds2work Premium
Good morning, Rebecca. Thank you for looking over my tutorial. Bookmark, do that mean you like it? LOL.

You know I have a lot more on the way?
Reply
amgolf Premium
THis is great training about HTML that I have not seen before.
Thank you so much
Reply
seconds2work Premium
Thank you brother, for choosing my training. I hope it help you. Do you have any questions?
Reply
MKearns Premium
This is a great training LeNard. I used to-do some HTML coding back before the 2001 dotcom crash!
Reply
seconds2work Premium
Hi, Michael, I've been playing around with coding off and on for some time now. It's not as hard as I thought it would be. It's got is hard moments at times, it's truly is one of the easy languages to learn.

Thanks for the comments.
Reply
gs1954 Premium
Thanks for the lessons. I like wordpress because you don't have to use html,css and javascript. I have learnt a few html things for using in widgets, but otherwise i just use the normal post editor and don't touch html. Only when i have problems, which are very few, do i touch html code.
I like it that way.
Cheers
Reply
seconds2work Premium
Gregory, thank you, for reading the tutorial. I also like to use Wordpress, but every once in a while you will run into someone who wants a picture in a special spot.

Coding is great to learn about. It will allow you complete control of your outlook.
Reply
Top