Note that there are some explanatory texts on larger screens.

plurals
  1. POHTML link automatically highlighting itself as soon as page is loaded
    primarykey
    data
    text
    <p>I'm quite proud of myself. I'm working on my 1st website &amp; I've just created my 1st html link using the "a" tag :D Thee ONLY problem I seem to be having at this point is that every time I open up my webpage, the link is ALREADY highlighted. I don't have to click on it, or drag the cursor over it, or anything. How do I make it so that it only highlights once you drag the cursor over it? Any help would be very much appreciated, thanks in advance!</p> <p>Here's my HTML:</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;title&gt;Round Table&lt;/title&gt; &lt;meta charset="utf-8"&gt; &lt;link rel="stylesheet" href="RTH.css"&gt; &lt;script src="RTH.js"&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;H1&gt; Come &amp; take a seat at the Round Table B] &lt;/H1&gt; &lt;p&gt; "Where &lt;i&gt;REAL MUSIC&lt;/i&gt; still exists"&lt;/p&gt;&lt;br&gt;&lt;br&gt; &lt;ol type=I&gt; &lt;H2&gt; &lt;li&gt;BEAT$&lt;/li&gt; &lt;br&gt;&lt;li&gt;Music by Mercile$$&lt;/li&gt; &lt;br&gt;&lt;li&gt;Spoken Word&lt;/li&gt; &lt;br&gt; &lt;li&gt;&lt;a href="RthPg2.html" title="RthPg2"&gt;Tale$ of a Blind Sword$man&lt;/a&gt;&lt;/li&gt; &lt;/H2&gt; &lt;/ol&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; &lt;dt&gt;&lt;i&gt;RTH&lt;/i&gt; consists of:&lt;/dt&gt; &lt;dd&gt;Show Luciano, Pistol McFly, Dior, YZ, &amp; last but not least...Mercile$$&lt;/dd&gt; &lt;p&gt; thee music industry is DEAD !! i hope to bring restoration.&lt;br&gt; ~mercile$$&lt;/p&gt;&lt;br&gt; &lt;footer&gt;&amp;copy; Round Table&lt;/footer&gt; &lt;/font&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Here's my CSS:</p> <pre><code>body { background-image: url("Round Table, Hoe II.jpg"); background-repeat: Repeat; font-family: AR Christy, Kozuka Gothic Pr6N, Cooper std; color: Red; text-shadow: 1px 0 0 #CEA40C, 0 -1px 0 #CEA40C, 0 1px 0 #CEA40C, -1px 0 0 #CEA40C; font-size: 25px; margin: 0 auto; text-align: center; width: 700px; } h1 { font-family: AR Christy, Kozuka Gothic Pr6N, Cooper std; color: Red; text-shadow: 2px 0 0 #CEA40C, 0 0px 0 #CEA40C, 0 2px 0 #CEA40C, 0px 0 0 #CEA40C; margin: 0 auto; text-align: center; width: 700px; } i { font-family: AR Christy, Kozuka Gothic Pr6N, Cooper std; color: White; text-shadow: 2px 0 0 #CEA40C, 0 0px 0 #CEA40C, 0 2px 0 #CEA40C, 0px 0 0 #CEA40C; margin: 0 auto; text-align: center; width: 700px; } dt { color: #1BD29B; text-shadow: 4px 0 0 #CEA40C, 0 0px 0 #CEA40C, 0 4px 0 #CEA40C, 0px 0 0 #CEA40C; font-size: 45pt; padding: 10px; } dd { color: White; padding: 5px 10px 5px 10px; background: #f03; border: solid 2px #fff; } p { padding: 5px 10px 5px 10px; background: #f03; border: solid 2px #fff; } footer { } </code></pre> <p>I haven't created the .js file yet...</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload