Posted On May 7, 2019

HTML: Tagging and Jumping to Sections of Page

kimconnect 0 comments
blog.KimConnect.com >> Codes >> HTML: Tagging and Jumping to Sections of Page

Each element of an HTML document could be set with a unique ID so that it can be targeted as a unique entity. For instance, this “Jump to Checkpoint” link will jump toward the Check Point <div>.

<a href="#checkpoint">Jump to Checkpoint</a>

Abra

Ka

Dapra

A

Laga

Mush

Pe

Tal

<div id="checkpoint">Checkpoint</div>
Checkpoint

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Search for Installed Application by Name in PowerShell

One can search using the known Vendor or application Name as illustrated below: [testwindows]: PS…

PowerShell: Microsoft SQL Database Migration

Update 9/25/20: There's another version of this script has has been rewritten form scratch. IMO,…

Quick Setup Notes: Install WordPress Using Docker

Obtain SSL Certificate Configure HAProxy Configure MySQL Run Docker Container # Simple WordPress with nothing…