answersLogoWhite

0


Best Answer

You can't. You can show it inside innerHTML, paragraph, image or text but not in text field. Text Field is for user input only

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you show a href link in text field?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make your own link?

For HTML you'll use this: <a href="linkhere">Text to Show</a> That will show Text to Show but will load linkhere for BBC you'll use this: [url]linkhere]Text to Show[/url] or [url=linkhere]Text to show[/url] or go to your pet page go on edit and type the link above but in your own words


How do you make links?

<a href="url">Link Text Here</a>


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 change the CSS for printing?

Add this: <link rel="stylesheet" href="normalview.css" type="text/css" media="screen" /> <link rel="styleshet" href="printview.css" type="text/css" media="print" />


What is a href code?

href is a Attribute used for the Anchor tags to link a image or line of text to a specific website here's a visual for linking a anchor to a image using and href attribute I hope this helped you understand the href attribute


How do you link to a stylesheet?

The short answer is to code it into your website: <link rel="stylesheet" type="text/css" href="style.css"/> where style.css is the style sheet.


Which tag is used in HTML to jumb to next page?

<a href="(whatever the name of the next page is)">(link text)</a>


How do you do an HTML code for making a link?

<a href="url or relative path">Text to click on to go to new page</a>


What is the correct xhtml for referring to an external style sheet?

<link href="basic.css" type="text/css" rel="stylesheet" media="screen"/> <link href="print.css" type="text/css" rel="stylesheet" media="print"/>


What is the code to add a link on your webpage?

You can do it with HTML. The tag used is the A tag, which is the Anchor tag. The href attribute is used to specify the site you are linking to. Between the opening and closing tag, you would enter the text you want as the text to be clicked on. To link to Google you would do this: <A href=www.google.com>Go to Google</A>


How to create a link with hover text on it on Tumblr?

Use the HTML title attribute with your <a> tag to display hover text. Here is an example: <a href="page.html" title="Hover Text">Page</a>.


What is the code for capture links Anchor Text targeted URL page title when link is clicked Once the link is Clicked link should be disabled link color should be changed?

<a href=" http://yourwebsite"> your text </a> -Anthony http://www.laptopclothes.com