Site Promotion Information |
Why You Should Learn HTML
Do you have a website or are you planning on creating a website in the near future? You owe it to yourself to at least learn some basic HTML (HyperText Mark-up Language). Even if someone else is creating and maintaining your website there are some basics you should know. What if that person is not available and you need to add or make changes to your website? I've always believed if you have a business, computer, website, or whatever, you need to know how it works. Don't depend on someone else. Besides why pay someone else when you can do it yourself free of charge. In this article I will explain some basic HTML formats for you. Believe me it will come in handy at one point or another. I, myself, have only learned some of the basics and I have been able to add, change, and make corrections on my own website by myself. When you come across a website you like and would like to use a similar layout or text pattern, look at the page in HTML code. You can do this by clicking on "View" at the top of the screen, then choose "Document Source" or "Source" and you can see the page as a HTML document. If you are using AOL then right click on any area on the page without any text or images, then select "View Source". At first it will look like Greek to you but after learning some basic HTML it will start to make sense. First you will need a word processor program such as Windows "Notepad" or any other word processor you might have. You are working with simple text. You will need to save your document using the "save as" command and give it an html suffix, ex: Mynewdocument.html or Mynewdocument.htm (you can use either suffix html or htm). HTML works in a simple, logical format. It reads top to bottom and left to right. What are used to set sections apart like bigger text, smaller text, bold text, underlined text are tags. Tags are commands. If you wanted a line of text to be bold you will place a tag at the point you want the bold text to start and a tag at the end of where you want the bold text to stop. All tags start with the less-than sign < and end with the greater-than sign >, always. What is between these signs is the tag or command. You will need to learn what tag does what. Let's first learn the bold command. The following is an example of making your text bold. The tag for bold is "B". You can use uppercase or lowercase, it doesn't matter. Here is an example: Note: Due to the HTML codes in the article being formatted and possibly not showing up on the page in normal view I have replaced the < and > signs with the bracket characters [ and ]. Just remember to use the < and > signs and not the [ and ] signs in your document. This is how it will look in HTML format - [B]This text needs to be bold[/B] Here is how it will look when converted to normal view - This text needs to be bold Did you notice the slight difference in the ending tag? There is a slash / before the B. That means it is the end tag. Only the text between the start and end tags will be in bold. Now let's add a twist by putting one of the words in italics. This is how it will look in HTML format - [B] This [I]text[/I] needs to be bold[/B] Here is how it will look in normal view - This text needs to be bold There are some tags that are an exception to the rule about having to have a start and end tag. You don't have to have an end tag when using these tags. Here are some examples. [HR] this command places a line across the page. HR stands for "horizontal reference". [BR] this command breaks the text and jumps to the next line, like the return key. [P] this command stand for "paragraph", it does the same thing as the [BR] command but skips a line. Every page you create with HTML will need the HTML tag [HTML] which denotes it is an HTML document and the end HTML tag [/HTML] will be at the end of your document. The next tags will be your start Title tag [TITLE] and your end Title tag [/TITLE]. The title of your document will go in between these two tags. The title will show up in the title bar on your browser when you are looking at the page in normal view. The following are some tags for Headings (there are 6 heading commands) and Font size (there are 12 font size commands): [H1]This is Heading 1[/H1] - H1 is the largest heading [H6]This is Heading 6[/H6] - H6 is the smallest heading So, by using H1 through H6 you can change the size of your heading. Same applies to your font size. You will use [font size ="+1"] through [font size="+12] and don't forget your end tags! You may notice that your text always starts at the left of the page. If you want your text to start in the center or to the right you will need to specify where you want your text to start. Here are some examples of aligning text: [CENTER]Center this Text![/CENTER] - your text will be centered on the page. Center this Text! To align to the right you need to set the text as a paragraph unto itself by using the [P] tag and adding an attribute to it. [P ALIGN="right"]Text here will align on the right of the page[/P] Text here will align on the right of the page Why did I put an end tag [/p] since the paragraph command does not require an end tag (remember exceptions to the rule?) Anytime you use an attribute tag, as in the above example, you will need to have an end tag, whether you're using the paragraph command [P] or the return command [BR]. Using the [P] or [BR] command by itself does not require an end tag, but if you are adding an attribute then an end tag must be used. Adding an image to your page would require the following tag: [IMG SRC="image.jpg"] -you would replace "image.jpg" with your own image file. IMG stands for image and SRC stands for source. You're telling your browser where to find your image file. Your image file could have a gif, jpg, or a bmp association. Ok now let's get a little more complicated and create a hyperlink on your document. This creates blue underlined words on the page that someone can click on and go to another location. An example is you're creating a link to another website. [A HREF=http://www.profitfromhomebiz.com"]Profit From Home Biz[/A] - this is what in looks like in HTML code. Note you are adding a description of the link that will be underlined, see the example below. Profit From Home Biz - what it looks like in normal view. When someone clicks on this link they would be taken to my website. This is a very important HTML format for when you need to add links onto your webpage. You may already know or will learn that reciprocal linking is very important in promoting your website and obtaining a higher page rank with the search engines. Sometimes the HTML code is provided for you and all you have to do is "copy and paste" the code into your webpage. Often it is not, so you have to figure out how to put the information into HTML code yourself. Just learning this HTML command has been a timesaver for me. I hope this article has helped you learn some basic HTML and how it can benefit you. I know, I know there are HTML text editors out there you can use and they can do all of this for you. I have used a couple myself, but I still like to know how to do things on my own. I bet you do too! Sometimes it's just faster and easier to do it yourself. I've just given you some very basic formats in using HTML, but you can find a lot more resources and information about learning HTML on the internet. Just do a search and I'm sure you will be overwhelmed at what's out there. To view this article with the correct HTML formats please visit www.profitfromhomebiz.com/articles. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MORE RESOURCES: Unable to open RSS Feed $XMLfilename with error HTTP ERROR: 404, exiting |
RELATED ARTICLES
Promotion Techniques Dont Have To Be A Hassle Are you tired of writing countless eMails to other webmasters asking for a link exchange with your new website just to see them being deleted by a spam filter or just ignored? Or don't you want to go through many manual directory submissions again just to get some links and therefore potential visitors to your homepage? Then one of the many different programs that automate or simplify the process of building links to your site might be what you are looking for. However, since those services are available in many different kinds of flavor and some of them might even damage your sites ranking instead of helping it, this article will now take a deeper look at some of the more important programs to help you decide which could help your websites best. To Link or Not To Link - That Is The Question You know the drill. Everybody claims that in order to obtain and maintain a favorable ranking on the search engines you MUST have reciprocating links on your website. Ten Heavy Duty Online Sales Grabbers How to improve conversion rate for your website? How to get more traffic to your website? How to turn your traffic into profit? Here are some techniques you can use: 1. Give your prospects extra incentives so they will order quicker. Accessibility: Is your website causing you to loose potential clients? Accessibility: Is your website causing you to loose potential clients?With millions of people going online everyday the potential for your business is almost unimaginable! However, the great challenge is creating an environment that is positive, effective, and accessible to all of your potential clients.No two people see everything exactly the same way. How to Write Great Testimonials and Why it Can Increase Your Profits Incredibly! Everyone likes to read or get a referral about something they are considering buying. It helps overcome that fear of mistrust. Submitting Your Website With Web Promotion Services Once you have built and uploaded your home business website the next step is to start promoting it both offline and online. Offline methods include putting your web address on your business cards, stationary, brochures, flyers, pamplets, home sign, automobile or whatever literature you can. Do We Need Web Directories? WEB DIRECTORIESDirectories play an important role in aiding a site's web visibility. Crawler-based search engines will, upon finding your site on a directory, or series of directories, consider these directories as one-way links. How to Develop a Local Traffic Base Getting a loyal traffic base for your website is an important way in keeping your traffic high. People who like your website are also more likely to tell their friends about it in e-mails and post your website on other mediums like website forums and newsgroups. 11 Ways to Promote Your Blog 1. Ping weblogs. How to Increase Your Website Traffic in 3 Easy Steps Promoting your website might seem like an enormous task that you cannot undertake own your own. However, increasing your website traffic and getting more people to visit your site is actually very easy to do. The Amazing Ways To Jump Start Your Sales and Attract Orders Every business owner want to attract more orders and have more sales. You can do this in smart ways. Benefits of Website Localization Benefits of Website Localization Maximising profit today involves reaching beyond national markets. Accessing an international customer base is vital if a business wants to expand and participate in international trade. How To Get Free Advertising By Giving Away Online Content Giving away content is a powerful way to get free advertising. For example, give other people permission to use your article on their web site or in their e-zine. Free Tee Shirt Sorry, there's not really a free tee here, but isn't it amazing how those 3 little words really grab your attention.You may have designed your web site to express yourself on the web, or like most of us, you are hoping to earn a little extra cash; but how do you get your new baby site out there and get it noticed? you do after all want to get some visitors,. Power Training for your website You have permission to publish this article electronically or in print, free of charge, as long as the bylines are included. Power Training for your Website - Build that traffic By Marc Lindsay We all know what it is like to get in the gym and do a darn good workout don't we?? It feels exhilarating and you walk away with a sense of achievement and that you have done something right to your body Well I was in the gym the other day doing the strength component of my training and I it made me question myself. Reach Your Web Site Goals By Attracting the Right Visitors (Part 2 of 2) An important question to answer when creating or revising a Web site is "What are the goals of this site?" because the answer will drive your site design and marketing decisions.In Part 1 (http://www. Website Promotion - The Power of Writing Articles I've been operating two small retail Websites for several years with modest success. Recently, I decided to branch out into a different area of e-commerce. 10 Ways to Market Your Web Site and Have It Market You Once your web site is done, it does you little good to have it sitting static on the net waiting for those visitor "clicks." High numbers of visits to your site from potential customers or clients rarely happen by accident. A New Twist To The Signature File Idea After the incredible success of Hotmail.com, the use of signature files on all outgoing e-mail accounts has been a common method of web promotion. How Important are Back Links? When setting up your website for SEO (Search Engine Optimization) on Google there are several factors you need to look at in order to obtain a high rank on their search engine. Of course your content and meta tags must be inline with positive density percentages and reciprocal links. |
home | site map | contact us |