Body
Summary
Website & Mobile Development & Design (WMD) builds UNH websites on an open-source application called Drupal 8 (D8). This article provides you with information on the anchor elements of a webpage.
Content
Anchors
Anchor definition - The anchor element creates hyperlinks between a source anchor and a destination anchor. Anchors can be set to scroll to a section on the same page or to a heading on a different page. They don't open accordions. D8 adds HTML anchor code to headings within the body, text paragraphs and inside accordions. It doesn't add anchors to paragraph titles.
Anchor code isn't seen in the source view, it's visible when the page is inspected. "Magic paragraph" doesn't have an anchor, but "Bring the magic" does.
Practice Exercise