Snippets tagged “anchors”
3 snippets use this tag.
- How to Add an Anchor Link to Jump to a Specific Part of a PageHTML
Learn how to create an anchor link to jump to a specific section of a page, and how to link to the anchor from another webpage. Also see how to style the jumping anchor link with examples.
- How to Create CSS Gallery Without Using JavaScriptCSS
It turns out it is totally possible to create a simple CSS gallery without using Javascript. In this article we are going to show you how to do that with only HTML or CSS.
- How to Make a Fixed Page Header Not Overlap In-Page AnchorsCSS
On this page, we’ll demonstrate how to make a fixed header not overlap in-page anchors. For that, you’ll need CSS properties. Read the tutorial and find examples.