20 lines
973 B
Plaintext
Raw Normal View History

2023-06-11 20:14:59 +00:00
created: 20230202224901337
creator: Octt
icon: 📰
2023-11-05 11:41:08 +00:00
modified: 20231105112259414
2023-06-11 20:14:59 +00:00
modifier: Octt
page-cover: https://images.unsplash.com/photo-1517134062979-e1234be8a085
2023-08-17 23:43:40 +00:00
tags: Web Markup
2023-06-11 20:14:59 +00:00
title: HTML
<<^WikipediaFrame HTML en>>
2023-11-05 11:41:08 +00:00
* [[Security risks of user generated HTML?|https://security.stackexchange.com/questions/220447/security-risks-of-user-generated-html]]
** <<WikipediaL HTML_sanitization>> ; [[Sanitizing untrusted HTML5|https://stackoverflow.com/questions/17691758/sanitizing-untrusted-html5]]
2023-06-11 20:14:59 +00:00
!!! ''References''
* [[HTML5 `<link rel="shortcut icon" />`|https://stackoverflow.com/questions/13211206/html5-link-rel-shortcut-icon]]
2023-08-23 00:08:11 +00:00
** [[Web Components|https://caniuse.com/?search=web%20components]] --- Partially implemented half-obscure set of features
*** [[HTML Imports|https://caniuse.com/imports]] --- //Deprecated method of including and reusing HTML documents in other HTML documents// --- The idea was nice: `<link rel="import" href="/path/to/file.html">`