-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest2.html
More file actions
27 lines (23 loc) · 814 Bytes
/
Copy pathtest2.html
File metadata and controls
27 lines (23 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<script>
let name;
name = "Igor"
console.log("hello")
</script>
<h1>Main title of the page</h1>
<h2>Subheading</h2>
<p>
hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all
</p>
<p>
hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all hello all
</p>
<style>
h1 {
color: red;
font-size: 50px;
}
p {
font-family: verdana;
font-size: 20px;
}
</style>