Update index.html
This commit is contained in:
parent
67ca9954bb
commit
298840db23
1 changed files with 7 additions and 1 deletions
|
@ -7,10 +7,16 @@
|
||||||
background-color: red;
|
background-color: red;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<script>
|
||||||
|
var alex = "The Best";
|
||||||
|
if(alex == "The Best"){
|
||||||
|
alert("Alex is the best!!");
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="olly">
|
<div class="olly">
|
||||||
<p>Hello World!</p>
|
<p>Alex is the best!!</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue