Fixed some typos

This commit is contained in:
Tapas Adhikary 2020-08-13 18:33:33 +05:30
parent 15f2850fb1
commit 342a47dce5
4 changed files with 18 additions and 11 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<li>
<html>
<head>
<meta charset='utf-8'>
@ -19,3 +19,5 @@
</ul>
</div>
</body>
</html>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<li>
<html>
<head>
<meta charset='utf-8'>
@ -21,11 +21,14 @@
<body>
<div class="demo">
<h2> Know data attribute </h2>
<div class="data-attribute" id="data-attr" data-custom-attr="You are just Awesome!"> I have a hidden secret! </div>
<div class="data-attribute" id="data-attr" data-custom-attr="You are just Awesome!"> I have a hidden secret!
</div>
<button onclick="reveal()">Reveal</button>
<br/>
<br />
<p id="msg"></p>
</div>
</body>
</html>

View File

@ -15,3 +15,4 @@
<p> Did you know, you can <mark>"Highlight something interesting"</mark> just with a HTML tag? </p>
</div>
</body>
</html>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<li>
<html>
<head>
<meta charset='utf-8'>
@ -19,3 +19,4 @@
</form>
</div>
</body>
</html>