Javascript Tutorial Part 19

myitcareer.org-Your IT Career Partner For Life. Please Bookmark It.
Homework Help | Buy Book | Buy Phone | Top Web Hosts | Hire Web Designer
Home | Interview Questions And Answers | Plan Wedding | Online Tuition
Top Domain Registrars | Hire Freelancer | Hosting Charges | Hindi News

& ampersand &amp; &#38; « angle quotation mark (left) &laquo; &#171; » angle quotation mark (right) &raquo; &#187; " quotation mark &quot; &#34; < less than &lt; &#60; > greater than &gt; &#61; × multiplication &times; &#215; ÷ division &divide; &#247; Link Tags: Start Tag NN IE W3 Purpose <a> 3.0 3.0 3.2 Defines an anchor
Link nicht unterstrichen:
<html>
<body>

<a href="http://www.w3schools.com"
style="text-decoration:none">
THIS IS A LINK!
</a>

</body>
</html>

Link a Location on the same place:

<html>
<body>

<p>
<a href="#C4">
See also Chapter 4.
</a>
</p>

<p>
<h2>Chapter 1</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 2</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 3</h2>
<p>This chapter explains ba bla bla</p>

<a name="C4"></a>
<h2>Chapter 4</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 5</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 6</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 7</h2>
Previous| Next