answersLogoWhite

0

What is a vlink?

Updated: 12/8/2022
User Avatar

Wiki User

13y ago

Best Answer

I Think VLink Means Visited Link.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a vlink?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the full form of vlink?

Visited link...... I think!!


What does body vlink do in HTML?

encloses the main body of the document. The attribute Alink="..." specifies the color of the activated link on the page. Vlink=".."specifies the color of the followed links (clicked on or visited already) in the page. other body attributes include: bgcolor="..." the background color of the page.or Text="..." specifies the color of the text in the page.


What are alinks and vlinks in HTML programs?

An alink is an "active link." The alink declaration in CSS is used to adjust the styling of the link between the time that the user clicks it, and the time that the resource it points to loads. If you're on a fast connection, or you're visiting a page you've visited before, you might not even see the alink styles happen.A vlink is a "visited link." The vlink declaration in CSS is used to adjust the styling of a link after it has been visited. In most modern browsers, links, by defaul, are blue with an underline, and vlinks are underlined and purple.


Where do you type in HTML code to make a page?

The place in which you place JavaScript codes for a website depends entirely on what the code is doing. If you're going to place the code directly in the website, it is generally advisable to use <SCRIPT> tags to surround the code, and place that code into the HEAD section of the document. In the old days, we also used the HEAD section for includes ( <script src="blahblahblah.js"...> ) and this is still done if you want to be sure that the script is loaded before the page starts. However, if the script loading a little later, it's good Search Engine Optimization practice to instead include the script tags at the bottom of the BODY section, just prior to closing.


How do you create Google homepage using HTML coding?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0033)http://www.google.com/webhp?hl=en --> <HTML><HEAD><TITLE>Google</TITLE> <META http-equiv=content-type content="text/html; charset=UTF-8"> <STYLE>BODY { FONT-FAMILY: arial,sans-serif } TD { FONT-FAMILY: arial,sans-serif } A { FONT-FAMILY: arial,sans-serif } P { FONT-FAMILY: arial,sans-serif } .h { FONT-FAMILY: arial,sans-serif } .h { FONT-SIZE: 20px } .q { COLOR: #0000cc } </STYLE> <SCRIPT> <!-- function sf(){document.f.q.focus();} function c(p,l,e){var f=document.f;if (f.action && document.getElementById) {var hf=document.getElementById("hf");if (hf) {var t = "<input type=hidden name=tab value="+l+">";hf.innerHTML=t;}f.action = 'http://'+p;e.cancelBubble=true;f.submit();return false;}return true;} // --> </SCRIPT> <META content="MSHTML 6.00.2719.2200" name=GENERATOR></HEAD> <BODY text=#000000 vLink=#551a8b aLink=#ff0000 link=#0000cc bgColor=#ffffff onload=sf()> <CENTER> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD><IMG height=110 alt=Google src="Google_soubory/logo.gif" width=276></TD></TR></TBODY></TABLE><BR> <FORM name=f action=/search> <TABLE cellSpacing=0 cellPadding=4 border=0> <TBODY> <TR> <TD class=q noWrap><FONT size=-1><B><FONT color=#000000>Web</FONT></B>    <A class=q id=1a onclick="return c('www.google.com/imghp','wi',event);" href="http://www.google.com/imghp?hl=en&tab=wi&ie=UTF-8&oe=UTF-8">Images</A>    <A class=q id=2a onclick="return c('www.google.com/grphp','wg',event);" href="http://www.google.com/grphp?hl=en&tab=wg&ie=UTF-8&oe=UTF-8">Groups</A>    <A class=q id=4a onclick="return c('www.google.com/nwshp','wn',event);" href="http://www.google.com/nwshp?hl=en&tab=wn&ie=UTF-8&oe=UTF-8">News</A>    <B><A class=q href="http://www.google.com/options/index.html">more »</A></B></FONT></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0> <TBODY> <TR> <TD width=75> </TD> <TD align=middle><INPUT type=hidden value=en name=hl><SPAN id=hf></SPAN><INPUT type=hidden value=UTF-8 name=ie><INPUT type=hidden value=UTF-8 name=oe><INPUT maxLength=256 size=55 name=q><BR><INPUT type=submit value="Google Search" name=btnG><INPUT type=submit value="I'm Feeling Lucky" name=btnI></TD> <TD vAlign=top noWrap><FONT size=-2>  <A href="http://www.google.com/advanced_search?hl=en">Advanced Search</A><BR>  <A href="http://www.google.com/preferences?hl=en">Preferences</A><BR>  <A href="http://www.google.com/language_tools?hl=en">Language Tools</A></FONT></TD></TR></TBODY></TABLE></FORM><BR><BR><FONT size=-1><A href="http://www.google.com/ads/">Advertise with us</A> - <A href="http://www.google.com/services/">Business solutions</A> - <A href="http://www.google.com/about.html">About Google</A><SPAN id=hp style="BEHAVIOR: url(#default#homepage)"></SPAN> <SCRIPT> //<!-- if (!hp.isHomePage('http://www.google.com/')) {document.write("<p><a href="/mgyhp.html" onClick="style.behavior='url(#default#homepage)';setHomePage('http://www.google.com/');">Make Google your homepage</a>");} //--> </SCRIPT> </FONT> <P><FONT size=-2>©2004 Google - Searching 4,285,199,774 web pages</FONT></P></CENTER></BODY></HTML>