HTML Links
<!DOCTYPE html> <html> <body> <a href="#tips">Jump to Tips</a> <h2 id="tips">Tips</h2> <p>Keep file names lowercase and avoid spaces.</p> </body> </html>
<!DOCTYPE html> <html> <body> <a href="#tips">Jump to Tips</a> <h2 id="tips">Tips</h2> <p>Keep file names lowercase and avoid spaces.</p> </body> </html>