HTML Basic Code

HTML Basic Code can be easily understood. The nice part is one does not need to write html code to build a website but learning to read the basics can be an asset. HTML Basic Code is sometimes necessary to add a certain program but is not a necessity to maintain your basic online business.


What is HTML Basic Code?

HTML stands for Hyper Text Markup Language
• An HTML file is a text file containing small markup tags.
• The markup tags tell the Web browser how to display the page.
• An HTML file must have an html file extension.
• An HTML file can be created using a simple text editor (Note Pad)


Do You Want to Try It?


Type in the following text in your editor (Note Pad)



Save In: Desktop
Save the file as:
mypage.html
Save as Type: Text Doc

Click on the icon named mypage.html on your desktop. A window will open that will read

"This is my first homepage. This text is bold"

Example Explained
The first tag in your HTML document is <html>
This tag tells your browser that this is the start of an HTML document. The last tag in your document is </html>
This tag tells your browser that this is the end of the HTML document.
The text between the <head> tag and the </head> tag is header information.Header information is not displayed in the browser window. This is the doc name.
The text between the <title> tag and the </title> is the title of your document.
The title is displayed in your browser's caption.
The text between the <body> tag and the </body> is the text that will be displayed in your browser.
The text between the <b> and </b> tags will be displayed in a bold font. <html> is the beginning ...</html> is the end.

This is where you will begin, remember W.W.W. is the acronym for World Wide Web and it can be all yours.
Here is "Tryit Editor" if you would like to practice your coding.
Click here ...Try it Editor
Everyone want to do BULLETS




  • this is row 1






  • this is row 2






  • this is row 3




  • Here is the source
    <UL>
    <LI> this is row 1
    <LI> this is row 2
    <LI> this is row 2
    </UL>
    <UL> (this code says I want an itemize list)
    <LI> (this code says I want this style of bullet)
    </UL> (this code ends the list and the bullets)
    A really great site to help with your HTML is http://bignosebird.com/html.shtl
    More On: SEO Marketing

    3 comments:

    Anonymous said...

    nice blog you have, I guess I could learn again from this blog...

    June said...

    Thank you Seo Marketing. I do hope you visit me often....

    Mini Projects said...

    I learnt HTML basic tags through your blog. Want to learn more, so please keep blogging.