Posts Tagged ‘html tag’

There’s a lie that’s being told by professional web designers. They’ve been telling it for so long that everyone believes it.

The lie that they are telling is that learning HTML code is difficult. And they tell this lie to stop people building their own web sites; because if they did, the web designers would be out of business.

All web sites are built using Hyper Text Mark-up Language (HTML). This is simply a set of instructions that tell the web browsers how to display a web page.

Usually when we type something on a computer, if we want the words in bold, we just click on ‘bold’. But a web browser doesn’t understand this and so you have to use HTML to instruct the web browser to display your text in bold.

The same goes for the rest of the web page. You have to use HTML to instruct the browser as to the size of the text, the color and the style (i.e. Times New Roman, Verdana or Arial, etc).

Likewise you have to instruct exactly where on the page you want the text to start and finish and where you want the line breaks to be.
But none of this is difficult.

For instance, if you want a section of text to appear in bold you just place the HTML tag at the beginning of the text and at the end (the slash in the tag always denotes the end of a previous instruction).

And you simply have to place a line break tag where you want a line of text to stop and begin again on the next line.

Similarly you use a for Underline, for Paragraph and for Italics.

With just a basic understanding of HTML you can build a web page with text, headings, images, splash pages, video, audio, animated graphics, forms, comment boxes, password boxes and much more.

Of course you could go on to learn even more, but if you have too many fancy “bells & whistles” on your web pages, your site becomes slow to load and most people will click their back button to escape, rather than wait for a slow loading web page.

There are plenty of web sites on the internet that will teach you HTML code for “free.” But learning this way can be slow, the information can be incomplete and it may not be structured enough for learning.

That’s why it’s far better to do a professional HTML course that will show you not only how to understand HTML, but will teach you the fundamentals of web writing AND how to make money online.

Because if you want to make money online, you not only need to know how to build a web site; but also what to fill it with AND how to make money from it.

And it’s possible to make money from ANY web site. Even just a small information site with only a few pages and no products to sell.

You just need to know how to do it. And once you understand HTML and can make money from your own web sites.

And it can provide you with an income for the rest of your life.

To be successful online you must be able to write and understand HTML code, write attention-grabbing and useful web page content AND know how to use this all to make money online – even if you don’t have anything to sell.

To find out more go to http://www.newonlinecourse.net and sign up for the free email series to learn how you can have build and publish our own profitable web site online in only 30 day or less.

Article Source: No Excuse! Learning HTML Is Easy

  • Share/Bookmark

Your website visitors often want to contact you. For support, to inquire about a product, for link requests or even just to say hello. Many website owners just list their email address, so visitors can write to them. This way of posting contact details is very common, but it has a major drawback: spamers harvest websites searching for email addresses. Once your email gets into their list, you start receiving unwanted ads, various shady discount offers and even viruses.

The safest way to allow your visitors to contact you is to include a web form on your website. Doing this is not that complicated, but it requires a certain degree of HTML knowledge and access to your website source.

Below is a small HTML form that includes only 3 fields: Name, Email and Message.

Name:
Email:
Message:

This form uses “mailto” function to send the filled data to the specified email address. Let’s break this HTML form into pieces, line by line:
1.
This line includes the beginning of the tag and the email address that will receive the message. The only thing you should modify is the email.

2. Name:
This line contains the first field from your contact form: an edit box, “name”, that users will use to write their name and a label describing that field.
You might also have noticed some properties of the edit box: size currently 10 and the maximum allowed length that is 40. “” is the HTML tag for new line.

3. Email:
Similar with the line above, it is an edit box for your visitor’s email address. This field is very important because you will use this information to contact your visitor. You can also modify the size and maxlength property of this edit box.

4. Message:
This field will contain the message body. It’s not an edit box anymore, because we needed more space. This HTML field is named . You can modify its height and width by changing the values for “cols” and “rows” properties.

5.
This is the button visitors will press to send you the message. You can change the “value” property from “send message” to anything you want.

Don’t forget to close the form tag by adding at the end of your HTML email form script.

This method of building a HTML form for your website has a minor drawback: your email address is still visible. It still can be harvested. To hide it, you would need more programming skills, to include the mailto command into a php function.

But don’t worry, there is another way. A simpler and faster way to have a HTML form, and it doesn’t require any programing skills at all. It works even if your server doesn’t support php, and you can benefit from powerful features like receiving attachments, multiple recipients, field validation, message history and anti-spam defence. You just use an online wizard to generate your HTML web form, and then copy-paste the code on your website.

Ted Peterson uses HTML forms generated using the free service of 123ContactForm.com . He designed his email forms using their online wizard.

Article Source: How to Make HTML Forms for your Website

  • Share/Bookmark
Login

Categories
SEND FREE TXT

Your E-Mail:
Recipient's Carrier:
Recipient's Number:
Subject:
Message:

SMS Plugin created by Jake Ruston - Sponsored by Waverly Bedding.

YOUR QUESTIONS
"How do I use one monitor for two computers?"
If your monitor has a switch to control inputs DVI / VGA and you will be able to connect each computer to one of those inputs. You may need to buy a 2-Port KVM with Integrated Cableswhich lets you use 1 keyboard, 1 monitor and 1 mouse on 2 computers.

Powered by Yahoo! Answers