forked from uwidcit/INFO1601L1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpractice.html
More file actions
27 lines (25 loc) · 1.04 KB
/
Copy pathpractice.html
File metadata and controls
27 lines (25 loc) · 1.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Practice</title>
</head>
<body style="background-color:antiquewhite;text-align: center;">
<h1 style="font-size: 400%;background-color: pink">This is a heading</h1>
<h2 style="font-size:600PTX;background-color: palevioletred;">This is a heading2</h2>
<h3 style="font-family: 'cambria';">This is a heading3</h3>
<h4>This is a heading4</h4>
<h5>This is a heading5</h5>
<h6>This is a heading6</h6>
<p>This is a paragraph</p>
<p title="I'm a tooltip">This is another paragraph</p>
<a href style="color: palevioletred;font-size: 160%;text-align: center;" = "https://www.w3schools.com/html/html_basic.asp">This is a link</a>
<br>
<!-- <img src="cage.gif"> -->
<br>
<br>
<img src="download.jpg"alt="Gudrid Thorbjarnardóttir"><br><br>
<img src="https://www.youtube.com/c/w3schools/videos" alt="W3Schools.com" width="104" height="142">
</body>
</html>