answersLogoWhite

0

what is a text_link (icon of two interlocked cahin links ) ?Mary Fraser How to hyperlink text in word 2007

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you get something to say open link?

To have something say "open link," you can use text-to-speech (TTS) software or programming libraries that support speech synthesis. For instance, in JavaScript, you could use the SpeechSynthesis API to convert the text "open link" to speech. Simply create a speech synthesis instance, set the text, and call the speak method. Additionally, you can implement this functionality in various programming languages or platforms that support audio output.


How do you give hyperlink within excel sheet?

yes you can use hyperlink in MS Excel, Press Ctrl + K key on keyboard to put hyperlink. Also, you can have this to link between MS Excel files or website or email Sarfaraz Ahmed http://findsarfaraz.blogspot.com


How is hyper text similar to the term link?

Hypertext is also a kind of link in HTML. The link established on text is called hypertext.


What are the three layers that a router must implement to operate?

A router must implement the Physical layer, the Link layer, and the Network layer


What are three ways to implement style sheets?

Cascading Style Sheets state that there are three ways to implement CSS in an HTML document. The first type is known as an external style sheet and uses the <link> tag. This looks like: <link rel="stylesheet" href="style.css" type="text/css" /> The second type is known as an internal style sheet and uses the <style> tag. This looks like: <style> body { background-color: #FFFFFF; } </style> The third type is known an inline style. This looks like: <p style="text-color: #FF0000; text-weight: bold;">This is a paragraph</p>


How can I implement a Huffman code in Python?

To implement a Huffman code in Python, you can follow these steps: Create a frequency table of characters in the input text. Build a Huffman tree using the frequency table. Generate Huffman codes for each character in the tree. Encode the input text using the generated Huffman codes. Decode the encoded text back to the original text using the Huffman tree. You can find Python libraries and code examples online to help you implement these steps effectively.


How do you make a link on a website?

Using HTML Open a text editor. Make sure that the content is on your website. Create your link text. Surround the link text with tags. Add the "href" attribute. Enter a website's address. Post your link


How do you turn text into a link when posting in forums?

To turn text into a link in forums, you typically use a specific markup or syntax, which varies by platform. Commonly, you can use the format [link text](URL) for Markdown or [link text](URL) for BBCode. For example, to link to Google, you would write [Google](https://www.google.com). Always check the forum's guidelines for the exact syntax, as it can differ.


What number to text to get o2 unlimited?

Text 'link' to 21300 it works, I was amazed


On a Web page what is text that contains a link to other text called?

HyperText, which is text with a HyperLink, or font color


Write a routine to implement the t e x t function?

There are many ways you could write a routine to implement text functions. You could, for example, come up with codes.


How do you code to link two pages in a website?

It is simple to code to link two pages in a website and it can done through following code:-HTML link syntex:- "Link text"Example:- "anchor text to another page"