USING MICROSOFT WORD
BASIC GUIDE TO MICROSOFT WORD
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Hyperlink
|
|
Link
|
|
Page
|
|
Web page
|
Detailed explanation-1: -Create a hyperlink to a location on the web On ribbon, on the Insert tab, select Link. You can also right-click the text or picture and click Link on the shortcut menu. In the Insert Hyperlink box, type or paste your link in the Address box.
Detailed explanation-2: -Press Ctrl+K to open the Insert Hyperlink dialog box. The focus is on the Address field.
Detailed explanation-3: -To make a hyperlink in an HTML page, use the <a> and </a> tags, which are the tags used to define the links. The <a> tag indicates where the hyperlink starts and the </a> tag indicates where it ends. Whatever text gets added inside these tags, will work as a hyperlink. Add the URL for the link in the <a href=” ”>.
Detailed explanation-4: -href-This is the most used attribute for the <a> tag. This is what is used to create a hyperlink. The value associated with the href attribute should be either a complete or relative address to another web page, a mail link or an anchor name (prefaced with the “#” symbol).