HTML for Beginners

   »    A Complete Free HTML course for beginners

Computer Education, Training & Tutorial Resources - ComputerEducationWorld.com
Home » Free Computer Training and Courses » HTML for Beginners »

The <a> (anchor) tag to create a link to another document.

An anchor can point to any resource on the Web.

<a href=”url” mce_href=”url”>Text displayed</a>

The <a> tag is used to create an anchor to link from, the href attribute is used to address the document to link. the words between the open and close of the anchor tag .  

<a href=”http//:www.mate4all.com”>

<a href=”http//:www.mate4all.com”>mate4all.com</a>

The name attribute is used to create a named anchor.

<a name=”tips”>tips for anchor</a>

 

• • •
 

How you can format text in an HTML document.

<html>
<body>

<b>This is bold text </b> (more…)


• • •
 

HTML Tag Attributes.

HTML tags can have attributes. Attributes provide additional information to an HTML element.Attributes are always specified in the start tag of an HTML element. (more…)


• • •
 

To help define the hierarchy and the structure of a web page, headings can be used.  (These are not the same as the <HEAD></HEAD> tags. used to demarcate the header section of an HTML source code document.) (more…)


• • •
 



captcha PHP Script Free PHP captcha script free php
Website Design by WebWalas.com