| Casual Articles |
Hubs | Hubbers | Topics | Request |
| #1 in Business | Subscribe Email Print |
|
You are here: Home > Internet and Businesses Online > Web Development > Why You Should Learn HTML |
|
Casual Articles - Why You Should Learn HTML
The Day That Adsense Died show up in the title bar on your browser when you are looking at the page in normal view.Indeed many Internet Gurus have made substantial profits by telling people how to monetise their website traffic by putting Adsense on it.Adsense revenues are shared between Google and the Adsense Publisher … the website owner – up to now a nice cosy and profitable arrangement.Google has been cautious about revealing the ratio of payout to the publishers for Adsense clicks compared to the amount that the advertiser pays for the Adwords … but the feeling among Adsense Publishers is that the percentage has been dropping steadily over the past three years – if you are a number cruncher, you may try to interpret the financial data from Google itself here: http://investor.google.com/fin_data.htmlIn the past there was one price for Adword keywords, whether they appeared in Google Search results or as Adsense Ads on individual Adsense Publishers websites – that was fine as an Adsense Publisher might get, say $4 from a click for a $6 Adword – remember no 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 ALIG Investigation into the Global Affiliate Marketing Society 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.It occurred to me last week as i was trying to concentrate on something much more mundane that I always find that I need a little more cash in life than i have available. Odd you might think, but i'm sure others have thought similar things. If people didn't have a need for a little more cash than they had, why are credit firms so successful?? Anyway, this rambling in my mind carried on until I decided to try to find out what opportunities are out there for people that have the drive to work multiple careers and generate multiple income streams. With today's global marketplace allowing people to share their views and products with a truly global audience, there must be so many opportunities in the currently changing e-world that are currently unfulfilled. This lead me slowly to discover what i consider my first opportunity for parallel income streams which i will describe below. The focus of my path might change as it matures but this is the starting point that I am u 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 You Never Have a Second Chance to Make a First Impression: Position Your Company Wisely 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.One of the most profound statements made on the subject of positioning comes from Louis Carroll's, Alice In Wonderland. When Alice asks the Cheshire Cat which path to take, he responds, "If you don't care where you're going, it doesn't make a difference which path you take."Your positioning statement is the foundation on which all communications activities are based upon. It is the most important marketing practice, and often the most overlooked. Without clearly defined messages and positioning, promotion efforts are fruitless.From a management perspective, positioning is the cornerstone of an effective communications plan. A well-crafted positioning statement defines your company's direction. A positioning statement expresses how you wish to be perceived. It is the core message you want to deliver in every medium. The purpose of this is creating clarity, consistency, and continuity in the way your organization speaks to the market. This makes a 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 ALIG Dutch Disease: How One Industry Causes National Economic Downturn top.Dutch Disease gets its name from an economic phenomenon seen in Holland. The discovery of natural gas reserves in Holland in the 1960s led to a slump in other sectors like manufacturing. Dutch Disease is the recession that hits other sectors when one industry dominates, or increases its exports.Causes of Dutch Disease: The major cause of the Dutch Disease was the discovery of natural gas in Holland. Dutch Disease normally leads to a country’s currency appreciating in value. Since the value of the currency rises, manufacturing sector no longer remains competitive, leading to a slump in the manufacturing sector. This results in manufacturing jobs moving to other countries.Results of Dutch Disease: The Dutch Disease causes a rise in imports and decrease in exports, since the high value of currency makes manufacturing and other sectors non-viable. The high cost of production makes the goods less competitive from the good manufactured by other countries. 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 ALIG How To Buy Parked Domains s add a twist by putting one of the words in italics.Buying parked domains is a bit of a black art. It’s often also a test of your detective skills. Plus you will need a dose of patience and some good negotiation skills. When you are buying a parked domain name, luck also plays its part.So, how to buy parked domains?Firstly you’ve got to find a parked domain before you can think of buying one. That’s fairly easy. Go to a service like NameBoy.com and type in a couple of your preferred keywords. This will bring up a list of all sorts of vaguely related domain names. NameBoy is good at thinking outside the box and will often come up with variants on a name that you’d never have considered before. I’ll leave it up to you as to whether this is a good or a bad thing but when I’m looking to buy a parked domain name, I find it a good place to start.Then you need to start copying and pasting the domain names into your browser.Some will come up as live domains, some will be clearly identified a 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 ALIG SEO New Tips show up in the title bar on your browser when you are looking at the page in normal view.The term SEO (Search Engine Optimization) consists of many techniques which have to applied to the website while developing a site. It is not only for higher ranking but to rank the relevant keywords which we have chosen for our website. SEO improves the chance that the site will be found by the search engine.Commonly used search engines are Google, Yahoo, MSN. Google is considered to be no.1 search engine on which millions of searches are conducted daily.To rank your site high on search engine like Google we have to take care of few things while developing a site1. Purchasing a new Domain name will not help unless you really have a requirement for that. It takes 9-12 months for a new domain to show your site on Search engine, so it is better and if possible to use your existing domain. 2. Concentrate on the target audience of your website and not on the search engine. The search engine looks for keyword phrase that are typed into the search 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.
HTTP = HTML link (for blogs, profiles,phorums):
Related Articles:Let Your Weaknesses Increase Your Sales
|