background preloader

<b>HTML Help</b>

Facebook Twitter

HTML5: An Essential Weapon for SEOs. SEOs rely on traditional HTML optimization as a standard tool in their fight to improve search rankings. Just as the bayonet has evolved since the 17th century, HTML is set to receive a major upgrade in the form of HTML5. The update contains a collection of new tags and APIs. Five stand out as major SE0 innovations. “Well, Governor, we also have fewer horses and bayonets.” That was President Obama’s now-famous zinger to Mitt Romney during the third Presidential debate in 2012. But the President was mistaken — the military does NOT have fewer bayonets. 1. In 2005 Google announced that they would support a new way for webmasters to tell search engines not to pass PageRank through a link by adding a small code snippet to the link called rel=nofollow.

<a href=”no-follow.htm” rel=”nofollow”>Don’t Follow This Link</a> HTML5 goes a step further and provides several new ways for webmasters to instruct search engines on how to handle a particular link. 2. <figcaption>My Dog Shasta</figcaption> 3. Tryit Editor v1.5. Text. Font-family This is the font itself, such as Times New Roman, Arial, or Verdana. The user’s browser has to be able to find the font you specify, which, in most cases, means it needs to be on their computer so there is little point in using obscure fonts that are only sitting on your computer. There are a select few “safe” fonts (the most commonly used are Arial, Verdana and Times New Roman), but you can specify more than one font, separated by commas. The purpose of this is that if the user does not have the first font you specify, the browser will go through the list until it finds one it does have.

This is useful because different computers sometimes have different fonts installed. So font-family: arial, helvetica, serif, will look for the Arial font first and, if the browser can’t find it, it will search for Helvetica, and then a common serif font. Note: if the name of a font is more than one word, it should be put in quotation marks, such as font-family: "Times New Roman". font-size. Optimize :: Optimize Your Feed. Add News to Your Website - (News Widgets, Twitter Widgets, RSS Widgets) by BlastCasta. How to add horizontal line to webpage - Rogers Place Blog. How to add horizontal line to webpage To add horizontal line on webpage use the html code for horizontal line. These examples will show you the basic html code. CSS coding for these same effects are slightly different. You can also add attributes such as color and size. www.rogersmarket.com Html code for simple horizontal line <HR> This simple code will yield this result To add attributes such as color you would add the color attribute to your code.

To get a horizontal line with height of 3 and width of 45 and color red you could use code like this <HR size="3" width="45" color="red"> This will result in a horizontal line like this Your size and width of 3 and 45 are displayed in pixels. Want a candy stripe look horizontal line? To get the lines above we used this code <HR size="8" width= "70" color="red"><HR size="8" width= "70" color="yellow"><HR size="8" width= "70" color="green"> A good html color code chart can be found at HTML color codes website HERE.

Using Permalinks. Languages: English • Français • 日本語 • 한국어 • ລາວ • myanmar • Nederlands • Português do Brasil • ไทย • 中文(简体) • 中文(繁體) • (Add your language) Permalinks are the permanent URLs to your individual weblog posts, as well as categories and other lists of weblog postings. A permalink is what another weblogger will use to link to your article (or section), or how you might send a link to your story in an e-mail message.

The URL to each post should be permanent, and never change — hence permalink. Permalink Types There are three basic types of WordPress permalinks: Default: "Ugly" The default looks like where is the Post ID number. Mod_rewrite: "Pretty Permalinks" Using mod_rewrite or lighttpd you can produce much nicer permalinks (see Pretty Permalinks). Or Pretty permalinks are available under: Apache web server with the mod_rewrite module Hiawatha web server with UrlToolkit support enabled. Structure Tags and. HTML Open Link in New Window. Html - bullet lists. How to Create Text Columns in HTML | Transio. In the world of advertising, it has been found that people maintain more interest in pages that have their text divided into columns.

Advertising guru David Ogilvy redefined the print ad by adopting the layout and design of articles into his advertisements. This meant that the page would be divided into three columns, using "serif" fonts (see the section on "fonts" for more details), with about 8-10 words per column, and divided into short, full-justified paragraphs. Since web design is similar in form and function to advertising, I believe that the use of columns for large chunks of text can be a powerful tool in maintaining user attention.

It will definitely increase readership, and even for those who don't read it, it will increase the aesthetics, making the web site appear more like printed media than digital media. As to my theory of why people like columns in text, I think it could be a few reasons: Mini-goals. Method 1 - Columns in Tables (aka The Old Way) And there ya have it!