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 > Interview Questions</ title >
8+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css "
9+ integrity ="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T " crossorigin ="anonymous ">
10+ < style >
11+ .navbar-nav .nav-link {
12+ background-color : # bab6b6 ;
13+ color : rgb (14 , 14 , 14 ) !important ;
14+ border-radius : 10px ;
15+ padding : 5px 10px ;
16+ margin : 5px ;
17+ }
18+
19+ .navbar-nav .nav-link : hover {
20+ background-color : # acaca8 ;
21+ }
22+ </ style >
23+ </ head >
24+
25+ < body >
26+ < nav class ="navbar navbar-expand-lg navbar-light bg-light ">
27+ < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarSupportedContent "
28+ aria-controls ="navbarSupportedContent " aria-expanded ="false " aria-label ="Toggle navigation ">
29+ < span class ="navbar-toggler-icon "> </ span >
30+ </ button >
31+ < div class ="collapse navbar-collapse " id ="navbarSupportedContent ">
32+ < ul class ="navbar-nav mr-auto ">
33+ < li class ="nav-item active "> < a class ="nav-link " href ="./JS/JS.html " target ="tag "> JavaScript< span
34+ class ="sr-only "> (current)</ span > </ a > </ li >
35+
36+ </ ul >
37+ <!-- <form class="form-inline my-2 my-lg-0">
38+ <input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
39+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
40+ </form> -->
41+ </ div >
42+ </ nav >
43+ < section >
44+ < iframe name ="tag " style ="border-style: none;
45+ width: 100%;
46+ height: 520px; ">
47+ </ iframe >
48+ </ section >
49+
50+ < script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js "
51+ integrity ="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo "
52+ crossorigin ="anonymous "> </ script >
53+ < script src ="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js "
54+ integrity ="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1 "
55+ crossorigin ="anonymous "> </ script >
56+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js "
57+ integrity ="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM "
58+ crossorigin ="anonymous "> </ script >
59+ </ body >
60+
61+ </ html >
0 commit comments