1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 11:33:09 +01:00

feat: add HTML templates resource (#1414)

This commit is contained in:
Aroyan 2022-08-06 15:20:34 +08:00 committed by GitHub
parent 3a9bd02a52
commit 154bae4862

View File

@ -1 +1,6 @@
# Html templates
# HTML Templates
The `<template>` HTML element is a mechanism for holding HTML that is not to be rendered immediately when a page is loaded but may be instantiated subsequently during runtime using JavaScript. Think of a template as a content fragment that is being stored for subsequent use in the document.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_templates_and_slots'>Using templates and slots | MDN web docs</BadgeLink>