answersLogoWhite

0

More answers
User Avatar

Wiki User

11y ago

<a href="http://www.microsoft.com">Go to Microsoft</a>

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the HTML code to create a hyperlink from a webpage to wwwmicrosoftcom?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How is the HTML document used for making a hyperlink?

Correct syntax for creating a hyperlink in HTML is &lt;a href="the_file_name_link.html"&gt;This is a link&lt;/a&gt;


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


Are Hyperlink not allowed in HTML files?

I'm not entirely sure what you mean because the hyperlink code itself is HTML. It will fit in an HTML webpage by using something like the code below; &lt;a href="www.example.com" target="Blank"&gt;Your Web Page&lt;/a&gt;


How HTML tags needed to create a basic webpage?

HTML tags can be made to create a basic webpage. The basic tags with some text can make a webpage in basic format.


How do you create a dash symbol in HTML for a webpage?

&amp;#151


How do you create a web by yourself?

You can create a webpage by yourself. All you have to do is create a web page by HTML.


Can a hyperlink be both text and graphic on a webpage?

&lt; a hef="#" &gt;&lt; img src="#" &gt;My Text Link&lt; /a &gt; You can hyperlink anything on a page. So, yes you can link a picture and an image in the same link if you like. The example has had spaces added (in the html tags) to prevent this site from displaying them as html.


Acronym for a computer language used to create sections of a webpage?

The answer is HTML


What is the significance of HTML in web designing?

HTML is a formatting language that tells a browser how to display content. You can not create a Webpage without HTML. Many web designers will create the HTML in the background for you.


How do you create new different webpage?

You can create a new web page by creating a new HTML file. Each HTML corresponds to a web page.


Can you create a forum in a webpage?

Yes, we can create a forum on a page. It would require HTML, CSS and JavaScript.


What is Fdd in HTML?

FDD is feature driven development in HTML. It is a kind of software life cycle to create a webpage or site.