feat: add HTML templates resource (#1414)

pull/1415/head
Aroyan 2 years ago committed by GitHub
parent 47f91098fd
commit 2a076bbb0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      content/roadmaps/100-frontend/content/113-web-components/100-html-templates.md

@ -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>

Loading…
Cancel
Save