HTML Basics for the Expert Author
Discover just how easy it is to give your articles a professional, easy-to-read appearance and enhanced functionality using HTML tags.
In an ideal world, our articles would be appreciated on the merits of their content alone. Readers would be so anxious to read what we have to say, and so enthralled by how we say it, that we’d never have to “dress up” our work simply to ensure it gets read in the first place. Every word of every sentence would transfer to the reader with crystal clarity and there would never be a need to click away blindly in search of pertinent information.
Unfortunately, article writing and marketing is not an ideal world. In this less-than-ideal world, the harsh reality is that you have only seconds to make a good initial impression and a few minutes (at best) to maintain the reader’s interest. At the same time, you need to avoid any hint of confusion or ambiguity that might cause them to scamper off to the next URL.
Fortunately for us, and our readers, there’s a way to make this harsh reality a little less … um, harsh. The key is HTML tags.
In the following video, I’m going to help you understand not only how to add HTML tags to improve the appearance, clarity and functionality of your article, but also why things like bold, italics, lists and links are so vitally important to the overall success of your articles.
If you’re more of a reader than a viewer, here’s what we covered in this video:
- Why Use HTML Tags in Articles?
- Improves overall readability and comprehension
- Organize your information
- Provide emphasis to important ideas
- Break articles into sections
- Link to related or supplementary information*
- Format of an HTML Tag:
- All tags start with “<” and end with “>”
- The text between the “<” and “>” designates how that tag operates (e.g. b=bold, i=italics, u=underlined)
- In general, tags exist in pairs: An ‘Open’ tag (e.g. <b>) and a ‘Close’ tag (e.g. </b>) which includes a forward slash
- The ‘Open’ and ‘Close’ tags surround the text being highlighted (e.g. <i>Example</i> will create this: Example)
- Creating a List in HTML:
- Use <ol> for an ordered (numbered) list and <ul> for an unordered (bullet) list
- Use <li>Item</li> to designate each item in the list
- End the list using either </ol> or </ul>
- Creating a Linked URL* and an Anchored Text Link:
- Standard link format is <a target=”_new” href=”Full Link URL”>Displayed Text</a>
- target=”_new” tells the browser to open the link in a new tab or window
- The URL must be contained in quotes
- Substitute the full URL for ‘Displayed Text‘ to create a linked URL*
- Substitute whatever text you want for ‘Displayed Text‘ to create an anchored text link
Now take this new-found knowledge and apply it to your next set of high-quality, original articles to make them look better, read easier and work better than ever before.
We understand that the world of HTML tags can feel a little alien for many of us non-techie types. So if you have a question, feel free to leave a comment and we’ll do our best to help you out.
*Note: The EzineArticles article submission system will automatically convert any properly formatted URL in the Resource Box into a clickable link. HTML tags for linked URLs are recommended, but not necessary. All anchored text links and clickable URLs outside of the Resourse Box, on the other hand, require the HTML tags described here to work properly.









Don,
Our article submission page allows for multiple ways of formatting your articles:
1. You can use the WYSIWYG editor on the submission page and compose the formatting of your articles there.
2. You can turn off WYSIWYG in the editor and use HTML tags to format your text.
3. You can compose in Word, copy the text and paste into the editor using the “Paste from Word” button.
4. You can compose in a dedicated text editor using HTML tags and then copy/paste that text into the editor.
There’s no right or wrong way to do it, although using HTML tags, like in methods 2 and 4, will allow for a little more control and functionality.
You’re using method 3 – which is fine. Do what works best for you!
March 31, 2010 at 9:07 AM[Reply]
I have an article held as a problem partly for HTML Article ID: 2920355 “Excessive HTML – Sorry, you have prohibited HTML tags in your article”. I would be grateful if you could let me know what the HTML problem is.
I also did not understand the editorial problem “Your article body does not fulfill the promise made in the article title” and would appreciate more information on this aspect from the appropriate person.
Regards
Vic Woodhouse
April 6, 2010 at 8:46 AM[Reply]
Vic,
I will have our Member Support Team address your question privately.
As a general rule, we don’t provide member support in public forums about very specific issues because it would require us disclosing sensitive specific info that is better handled 1:1 privately.
April 6, 2010 at 9:34 AM[Reply]