1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Introduction</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<h1 class="externalitem">Introduction</h1>
Link to my section before defining it : <a class="normal" href="ok_introduction_pre_link.html#MySection">MySection</a>
<p><h2 class=""><span id="MySection"></span>My section</h2>
<p>Link to my section after defining it : <a class="normal" href="ok_introduction_pre_link.html#MySection">MySection</a>
<p>Link to my anchor before defining it : <a class="normal" href="ok_introduction_pre_link.html#MyAnchor">MyAnchor</a>
<p><span id="MyAnchor"></span> Here's my anchor.
<p>Link to my anchor after defining it : <a class="normal" href="ok_introduction_pre_link.html#MyAnchor">MyAnchor</a></body></html>
|