I need simple code for an FAQ type page.
My code is not working, can anyone see what I am doing wrong?
Thanks in advance
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>frame test</title>
</head>
<body>
<a href="#section1">go to Section 1</a><br>
<a href="#section2">go to Section 2</a><br>
<a href="#section1">go to Section 3</a><br>
<br>
<br>
<h1 id="section1">Section 1: Beyond Introductions</h1>
<h2 id="section2">Section 2: Beyond Introductions</h2>
<h3 id="section3">Section 3: Beyond Introductions</h3>
</body>
</html>
My code is not working, can anyone see what I am doing wrong?
Thanks in advance
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>frame test</title>
</head>
<body>
<a href="#section1">go to Section 1</a><br>
<a href="#section2">go to Section 2</a><br>
<a href="#section1">go to Section 3</a><br>
<br>
<br>
<h1 id="section1">Section 1: Beyond Introductions</h1>
<h2 id="section2">Section 2: Beyond Introductions</h2>
<h3 id="section3">Section 3: Beyond Introductions</h3>
</body>
</html>