File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Practices & Exercises/Chapter Exercise/Chapter 8 Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="UTF-8 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < title > Chapter 8</ title >
8+ < link rel ="stylesheet " href ="style.css ">
9+ </ head >
10+
11+ < body >
12+
13+ I am outside div (start)
14+ < div class ="container ">
15+ I am start of this container
16+ < div id ="first " class ="yellow text-dark " data-game ="mario " data-player ="Harry ">
17+ < span > I am first element< span >
18+ </ div >
19+ I am end of this container
20+ </ div >
21+ I am outside div(end)
22+
23+ <!-- <script src="1_innerHTML.js"></script> -->
24+ <!-- <script src="2_Attribute Method.js"></script> -->
25+ <!-- <script src="3_Insertion Method.js"></script> -->
26+ <!-- <script src="4_InsertAdjacent.js"></script> -->
27+ < script src ="5_ClassName and ClassList.js "> </ script >
28+
29+ </ body >
30+
31+ </ html >
You can’t perform that action at this time.
0 commit comments