answersLogoWhite

0

that's what I asked my friend she said yes, because she watches a lot of videos I will tell you a little secret!!!! Link gets drunk at the video at the end! Zelda gets so Tired of it! Zelda really Likes Link. That's what I trying to say. So prove to others a watch the video at the end say that really happend. I'm not done with the game but I bet that's what happend. There is also a dumb video in Robot Chicken so if you see that that's sometimes how mad she gets. Sorry it had to be so Long! Link gets married

Link will stick his togue out to everybody and say " I married the Princess!!!"

Really? no he is most of the time too young

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

What is link section in c program?

the link section provides instruction to the compiler to the link function from the system library.


What HTML attribute identifies a link target?

If you are wanting to specify a link to another page:Link Text


In which element do you set the MIME type of the external style sheet?

<link></link>


What is the difference between symbolic link and hard link?

A hard link is an actual physical entity representing the link. i.e.--data file on a server.A symbolic link is a pointer to a physical entity. The purpose of a symbolic link is, if the object moves, the symbolic link is coded so no matter where the object physically resides, the database can find it. It requires less administration not having to update locations in files pointing to files that have moved. Symbolic links function similar to the short-cuts in a DOS based operating systemAnswerIn Unix and Unix-like systems, a hard link is a directory entry (filename) that points to the file itself. The operating system keeps track of how many hard links point to a file, so when the last hard link to a file is removed, the file is deleted. A symbolic link is a special file that only contains a filename. The file that a symbolic link refers to may not necessarily exist at any given time.


Is it possible to link within the current page?

Yes. You need to have a bookmark in the page using the anchor tag and name attribute and then you can link to it in the way you would link to another page. The internal link is preceded by a # symbol to indicate that it is a bookmark and not another file. A common example is a Go To Top link in a page, shown here by defining the bookmark and then the link to it which could appear several times in a page: <a name="Top"></a> <a href="#Top"> Go to top</a>