Update index.html
This commit is contained in:
parent
298840db23
commit
0258e5458b
1 changed files with 9 additions and 4 deletions
13
index.html
13
index.html
|
@ -3,20 +3,25 @@
|
|||
<title>Test!</title>
|
||||
<head>
|
||||
<style>
|
||||
.olly{
|
||||
background-color: red;
|
||||
.alex{
|
||||
background-color: black;
|
||||
color: white;
|
||||
border: solid black;
|
||||
padding: 0px;
|
||||
font: brush-script-mt
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
var alex = "The Best";
|
||||
if(alex == "The Best"){
|
||||
alert("Alex is the best!!");
|
||||
alert("that Alex is the best!!");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="olly">
|
||||
<div class="alex">
|
||||
<p>Alex is the best!!</p>
|
||||
<img src="milk.jpg" width=1900px height=200px>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue