desibindaas-html.blogspot.com
HTML Tutorials: HTML Anchor Tag
http://desibindaas-html.blogspot.com/2010/03/html-anchor-tag.html
The anchor tag defines either a link or an anchor in a document. To add a link. you will use the a href="location" opening tag and /a closing tag. Whatever appears between these two tags will become underlined and colored, and if you click on the underlined text it will send the browser to the location within the quotes. Subscribe to: Post Comments (Atom). And Converter by: TemplatesByBlogger.
desibindaas-html.blogspot.com
HTML Tutorials: HTML Introduction
http://desibindaas-html.blogspot.com/2010/02/blog-post.html
Are initials that stand for H. Anguage. HTML is not a programming language, it is a markup language. Is the opposite of linear. It used to be that computer programs had to move in a linear fashion. HTML does not hold to that pattern and allows the person viewing the World Wide Web page to go anywhere, any time they want. Is what you will use. Real. Up is what you will do. You will write in plain English and then mark up what you wrote. More to come on that in the next Primer. March 4, 2010 at 10:36 AM.
desibindaas-html.blogspot.com
HTML Tutorials: HTML First Page
http://desibindaas-html.blogspot.com/2010/03/html-first-page.html
How to Create an HTML Page. 1 Open Notepad, go to Start- Programs- Accesories- Notepad. 2 HTML always begin and end with the HTML tag . 3 Add the head, title and body tags. 4 Save the html file in a folder. A Go to File- Save As. B Navigate to the folder. C Change the "Save as type" to All Files. D Name the file with the extension .htm. View HTML Page in a browser. 1 Open the Browser. 2 Go to File- Open and then click Browse. 3 Find your HTML file inside your folder on your disk and click Open.
desibindaas-html.blogspot.com
HTML Tutorials: HTML Abbreviation
http://desibindaas-html.blogspot.com/2010/03/html-abreviation.html
ABBREV - New HTML tag available with HTML3.0 which allows you to abbreviate words on your web page automatically. ABBREV Contained words will be abbreviated. /ABBREV. ACRONYM - Like ABBREV, also a new command with HTML 3.0 that displays the text acronym when mouse is highlighted over text. ACRONYM TITLE="Free computer help and support" Computer Hope /ACRONYM. Subscribe to: Post Comments (Atom). And Converter by: TemplatesByBlogger.
desibindaas-html.blogspot.com
HTML Tutorials: HTML Link
http://desibindaas-html.blogspot.com/2010/03/html-link.html
HTML tag that which allows aspects of your web page to be anchored, such as a link A HREF= "Http:/ www.computerhope.com". A href="http:/ www.desibindaas.com/" Desibindaas.com a. Subscribe to: Post Comments (Atom). And Converter by: TemplatesByBlogger.
desibindaas-html.blogspot.com
HTML Tutorials: HTML Remark
http://desibindaas-html.blogspot.com/2010/03/html-commands.html
HTML Tag that allows you to implement comments into your HTML Code, which would be hidden to the average browser. This text Cannot be seen by the user unless the source is viewed. -. Subscribe to: Post Comments (Atom). And Converter by: TemplatesByBlogger.
desibindaas-html.blogspot.com
HTML Tutorials: HTML Tags
http://desibindaas-html.blogspot.com/2010/03/html-tags_13.html
HTML tags can be categorized into two types. These tags will only work if you include a matching ending tag for each starting tag. End tag is the same as the opening tag but with a / character after the first angle bracket. P paragraph test /p. These tags do not have a closing tags. With such tags, you would use the symbol at the end of the tag instead of using a closing tag. Used to display line breaks on a page. List of Tags in HTML. Tag for Row in table. December 7, 2011 at 4:26 AM.
desibindaas-html.blogspot.com
HTML Tutorials: HTML Attributes
http://desibindaas-html.blogspot.com/2010/03/html-attributes.html
An attribute is used to define the characteristics of an element and is placed inside the element's opening tag. All attributes are made up of two parts: a name and a valve. Name is the property you want to set. For example, the element in the example carries an attribute whose name is face. Which you can use to indicate which typeface you want the text to appear in. Is what you want the value of the property to be. The first example was supposed to use the Arial typeface, so the value of the face.
desibindaas-html.blogspot.com
HTML Tutorials: HTML Elements
http://desibindaas-html.blogspot.com/2010/03/html-elements.html
HTML element is complete sequence of a start tag, optional parameters called attributes, optional embedded HTML content, and an end tag. Example: h1 This is a heading element /h1. Tags that don't have an end tag are. Img src="images/sky.jpg" /. Elements can also have other elements within them. P Here is a a href="http:/ www.google.com" link /a /p. Subscribe to: Post Comments (Atom). And Converter by: TemplatesByBlogger.