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;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
var alex = "The Best";
|
||||
if(alex == "The Best"){
|
||||
alert("Alex is the best!!");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="olly">
|
||||
<p>Hello World!</p>
|
||||
<p>Alex is the best!!</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue