How do you create hyperlinks in a Web page?

What will be an ideal response?


Almost every Web page contains hypertext links, which are used to open files or navigate to other documents on the Web. You activate a hypertext link by clicking it with your mouse button. A hypertext link in an HTML document is underlined and often displayed in a vivid color. A hypertext link uses text to describe the target of the link; you can click the text to move to the link's target. The target of a link can be another location on the same Web page, an external Web page, an image, or some other type of document. Other types of elements, such as images, can also be hypertext links to other Web pages, images, or files. The text or image used to represent a link on a Web page is called an anchor.

You create a basic hypertext link using the element (the a stands for anchor). Although you can use a variety of attributes with the element, the most common one is the href (for hypertext reference) attribute, which specifies the link's target URL.

Computer Science & Information Technology

You might also like to view...

By default, automatic updates are ________ to protect the destination file from virus infection

Fill in the blank(s) with correct word

Computer Science & Information Technology

You must use the ____________________ keyword to declare a global variable within the scope of a function.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology