File tree 12 files changed +39
-0
lines changed
12 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 12
12
13
13
< body >
14
14
< div class ="demo ">
15
+ < a href ="../index.html " class ="home ">
16
+ < img src ="../home.svg " alt ="home " />
17
+ </ a >
15
18
< h2 > Shoppping List(Content Editable) </ h2 >
16
19
< ul class ="content-editable " contenteditable ="true ">
17
20
< li > 1. Milk </ li >
Original file line number Diff line number Diff line change 21
21
22
22
< body >
23
23
< div class ="demo ">
24
+ < a href ="../index.html " class ="home ">
25
+ < img src ="../home.svg " alt ="home " />
26
+ </ a >
24
27
< h2 > Know data attribute </ h2 >
25
28
< div class ="data-attribute " id ="data-attr " data-custom-attr ="You are just Awesome! "> I have a hidden secret!
26
29
</ div >
Original file line number Diff line number Diff line change 12
12
13
13
< body >
14
14
< div class ="demo ">
15
+ < a href ="../index.html " class ="home ">
16
+ < img src ="../home.svg " alt ="home " />
17
+ </ a >
15
18
< h1 > Datalist Tag</ h1 >
16
19
< form action ="" method ="get ">
17
20
< label for ="fruit "> Choose your fruit from the list:</ label >
Original file line number Diff line number Diff line change 12
12
13
13
< body >
14
14
< div class ="demo ">
15
+ < a href ="../index.html " class ="home ">
16
+ < img src ="../home.svg " alt ="home " />
17
+ </ a >
15
18
< h1 > Details Tag</ h1 >
16
19
< details >
17
20
< summary > Click Here to get the user details</ summary >
Original file line number Diff line number Diff line change 19
19
20
20
< body >
21
21
< div class ="demo ">
22
+ < a href ="../index.html " class ="home ">
23
+ < img src ="../home.svg " alt ="home " />
24
+ </ a >
22
25
< h1 > All about Inputs</ h1 >
23
26
24
27
< h2 > Color picker</ h2 >
Original file line number Diff line number Diff line change 24
24
list-style : none;
25
25
}
26
26
27
+ .home {
28
+ text-decoration : none;
29
+ }
30
+
31
+ .home span {
32
+ font-size : 25px ;;
33
+ }
34
+
27
35
.box {
28
36
border : 1px dotted;
29
37
border-radius : 5px ;
Original file line number Diff line number Diff line change 12
12
13
13
< body >
14
14
< div class ="demo ">
15
+ < a href ="../index.html " class ="home ">
16
+ < img src ="../home.svg " alt ="home " />
17
+ </ a >
15
18
< h2 > Map - Image map </ h2 >
16
19
< div >
17
20
< img src ="circus.jpg " width ="500 " height ="500 " alt ="Circus " usemap ="#circusmap ">
Original file line number Diff line number Diff line change 12
12
13
13
< body >
14
14
< div class ="demo ">
15
+ < a href ="../index.html " class ="home ">
16
+ < img src ="../home.svg " alt ="home " />
17
+ </ a >
15
18
< h1 > Mark something to Highlight</ h1 >
16
19
< p > Did you know, you can < mark > "Highlight something interesting"</ mark > just with a HTML tag? </ p >
17
20
</ div >
Original file line number Diff line number Diff line change 12
12
13
13
< body >
14
14
< div class ="demo ">
15
+ < a href ="../index.html " class ="home ">
16
+ < img src ="../home.svg " alt ="home " />
17
+ </ a >
15
18
< h2 > Meter </ h2 >
16
19
< label for ="disk_c "> Disk usage C:</ label >
17
20
< meter id ="disk_c " value ="8 " min ="0 " max ="10 "> 2 out of 10</ meter > < br >
Original file line number Diff line number Diff line change 12
12
13
13
< body >
14
14
< div class ="demo ">
15
+ < a href ="../index.html " class ="home ">
16
+ < img src ="../home.svg " alt ="home " />
17
+ </ a >
15
18
< h2 > Let's see the Output </ h2 >
16
19
< form oninput ="x.value=parseInt(a.value) * parseInt(b.value) ">
17
20
< input type ="number " id ="a " value ="0 ">
Original file line number Diff line number Diff line change 21
21
22
22
< body >
23
23
< div class ="demo ">
24
+ < a href ="../index.html " class ="home ">
25
+ < img src ="../home.svg " alt ="home " />
26
+ </ a >
24
27
< h1 > Slider</ h1 >
25
28
< form method ="post ">
26
29
< input
You can’t perform that action at this time.
0 commit comments