HTML Links...
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...
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 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...
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 tag...
HTML Elements...
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...
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...
What is HTML?...
What is HTML?
HTML is a language for describing web pages. * HTML stands for Hyper Text Markup Language * HTML is not a programming language, it is a markup language * A markup language is a set of markup tags * The markup tags describe how text should be displayed by a web browser HTML Markup Tags * HTML tags...



© Copyright 2003-2009, Amaronline.com. All rights reserved.