Compare commits

...

4 Commits

Author SHA1 Message Date
Eric Thomas
e19fe8c979 Merge 85441b99e2 into d63d75bb28 2023-12-20 16:21:38 +08:00
Julien Le Coupanec
d63d75bb28 Merge pull request #350 from adgan11/patch-1
Fix Issue #316: keygen deprecated
2023-11-07 11:40:11 +01:00
Ahmed Gagan
94087440e5 Fix Issue #316: keygen deprecated 2023-11-06 12:16:17 +05:30
Eric Thomas
85441b99e2 Fix indentation on html5 cheatsheet 2022-03-09 19:56:46 -03:30

View File

@@ -185,7 +185,6 @@ width="" <!-- Describes the width of th
<!-- Some other useful tags -->
<canvas></canvas> <!-- Allows to draw 2D shapes on the web page with the help of javascript -->
<keygen> <!-- Represents a control for generating a public-private key pair -->
<map></map> <!-- Specifies an image map -->
<!-- Collective Character Obejcts -->