|
Essential HTML Skills For Article Authors - 7 Tips In less than 15 minutes, you can learn the essential HTML skills that every article author and writer should know. You can learn it quickly and the simple skills in this article will greatly increase the visual quality of your articles! [VIEW ARTICLE]Comments RSS Feed For This Article: 2
Subject: Essential HTML Skills for Article Authors This is great! I knew about bold and italic, but didn't know how to make lists. This will dress up the articles that I write. Comment provided January 14, 2007 at 9:07 pm
3
Subject: Awesome Guidance Wow Chris, Thank you so much for creating this HTML article guide. I never knew what you wrote and am truly grateful to you for sharing this. Deserves 10 stars! Comment provided February 23, 2007 at 11:05 am
4
Subject: Nice tips for getting an article started Thanks for the really helpful info. Nice tips for getting an article started. html is just the opening to a very long rabbit hole Comment provided November 17, 2007 at 6:22 am
5
Subject: HTML for Dummies? Finally, somebody wrote a piece about HTML that makes sense to me. I'm a bit of a wordsmith, not a code-meister. But the HTML code knowledge I've gained from this article will help me communicate my words better online. Thanks. Comment provided February 26, 2008 at 10:29 am
6
Subject: HTML skills - 7 Tips These are great tips also for anyone who uses Constant Contact, the eblast website. It allows you to customize your eblasts especially if you have use a customized layout different from the standard templates. Comment provided May 26, 2008 at 9:11 pm
7
Subject: Great tips Thanks for sharing HTML Guidance. Allow customize my articles the way I want to be. Comment provided July 23, 2008 at 1:35 am
8
Subject: Basic HTML for writers All very useful, thank you, except for two things. In Item #1 you have put in a do not follow tag. That means that anyone who might be trying to improve their page rank on the search engines would not succeed, because that tag basically says NOT to look at the link. (You would do that if you did not want to bleed page rank at your site to lesser pages on your site, like for example your "housekeeping pages", about us, contact us, and so forth. Therefore, take out the rel="nofollow" from the link if you are linking to your site in order to enhance your visibility. I would also say use target="_blank" to open the link in a new browser window, rather than "new" as you have. Browsers of all types will understand it easily. Comment provided August 25, 2009 at 12:30 am
9
Subject: What is HTML, exactly? Hello Chris: Thanks for the article - it's helpful. However, I would have found it even more valuable if you started off with a brief definition of what, exactly, HTML is/means/is all about. After reading your clearly laid out suggestions, I still was not clear about HTML. Also are you saying, for example, that when I submit an article to Ezine, for my article, instead of just using Words bullet pointing format for each listed item, I'd use your suggested coding? As you can see, I'm still not 100% clear! Comment provided August 31, 2009 at 9:49 am
10
Subject: HTML explanation for Freida HTML stands for HyperText Markup Language and is the language of the internet. All pages are coded according to this standard, in one form or another. No, you would NOT want to go straight from WORD to the internet page you are trying to create. The reason why is that a lot of characters that Word puts in as standard, like curly quotes or long em dashes would look like strange characters on the internet. If you have ever received a weird looking email with characters you would not recognize, that would probably be why. One solution is to SAVE AS in your document and ask Word to create a Webpage, but then you would not paste that in either, you would paste in the Source Code of the webpage, which you would find by going to the VIEW menu, and then down to the bottom choice, VIEW SOURCE, and copy and then pasting it into the window. But better still, you can learn html quickly enough. SAVE AS plain text, then make it look pretty. To start the change in text, use B is bold, I is italic, and you would put them in between < and > (the sideways arrows above the comma and full stop if you were to hold down the shift key. To end the bold, put a / in front, and it will go back to regular writing. This is bold. You are talking about bullets formatting so that is li, or list item, again between the two arrows, and then you would close it as well. If you wanted the list to indent nicely the way it does in word, use ul or ol, ul will give you bullets, ol is ordered list and would give you numbers. Then close that character too, whichever one you chose. To give you a blank line or carriage return, use br between the two arrows, which stands for break. This is sort of long winded because this site will change my characters as I am trying to explain them to you. So For great quick lessons which will show you what I mean, try: http://www.w3schools.com/html/DEFAULT.asp The characters are very simple to learn, really, but can make a big difference to your readers, for example, making your subheading bold, making your paragraphs look nice and not all crowded together, and as you say, using bullets. Hope this helps! Comment provided September 1, 2009 at 4:36 pm
11
Subject: HTML article Nice job, clear and very helpful. How about another seven tips soon? Comment provided November 20, 2009 at 7:11 pm
|








Subject: Essential HTML Skills
This is exactly what I have needed, thank you Chris!