HTML Links...
HTML uses a hyperlink to link to another document on the Web. HTML uses the <a> (anchor) tag to create a link to another document. An anchor can point to any resource on the Web: an HTML page, an image, a sound file, a movie, etc. The syntax of creating an anchor: <a href="url">Text...
HTML Character Entities...
Reserved characters in HTML must be replaced with character entities. Character Entities Some characters are reserved in HTML. For example, you cannot use the greater than or less than signs within your text because the browser could mistake them for markup. If we want the browser to actually display...
HTML Text Formatting...
HTML defines a lot of elements for formatting output, like bold or italic text. Below are a lot of examples that you can try out yourself: Have you ever seen a Web page and wondered "Hey! How did they do that?" To find out, click the VIEW option in your browser’s toolbar and select...
HTML Attributes...
Attributes provide additional information to an HTML element. HTML Tag Attributes HTML tags can have attributes. Attributes provide additional information to an HTML element. Attributes always come in name/value pairs like this: name="value". Attributes are always specified in the start...
HTML Elements...
An HTML document consists of HTML elements. HTML elements are defined by HTML tags. HTML Tags * HTML tags are markup surrounded by angle brackets like <html> * HTML tags normally come in pairs like <b> and </b> * The first tag in a pair is the start tag, the second tag is the end...
It’s Time For The Crunchies!...
It’s hard to believe that nearly a year has gone by since we gave out those crazy gorilla awards to the best startup and product successes in Silicon Valley and around the world. Some of the photos from last year are here. The Crunchies are back. We are once again partnering with some of our favorite...
Basic HTML Tags...
This chapter covers some basic HTML tags like headings, paragraphs and line breaks. Try it Yourself – Examples The best way to learn HTML to work with examples. We have created a nice HTML editor for you. With this editor, you can edit HTML source code, and click on a test button to view the result. A...
Why Google Must Die...
It’s called SEO—search engine optimization—and it’s pretty much all anyone working with Web sites ever talks about nowadays. You may think it consists of ways to trick the search engines, Google in particular, into giving you higher than usual page rankings. But in fact, it centers around...

© 2003 - 2010 Amaronline.com Home | About us | Contact us