need HTML answer ASAP

GeneticOpera

New Member
A script tag marks the start of a sript, but is usually followed with a JavaScript code.

The <a> tag defines an anchor. An anchor can be used in two ways:
To create a link to another document, by using the href attribute
To create a bookmark inside a document, by using the name attribute
The a element is usually referred to as a link or a hyperlink.

<href> is the start of a hyperlink. You'd need <a href="www.webdesignforum.com">This is a link</a>

A definition list is a list of terms and corresponding definitions. Definition lists are typically formatted with the term on the left with the definition following on the right or on the next line.

<!--This is a comment. Comments are not displayed in the browser, but instead used by web designers to label their codes and write maintenece notes for themselves of other designers-->
 
Last edited:
Top