-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIframe (Assignment 3).html
More file actions
23 lines (23 loc) · 948 Bytes
/
Iframe (Assignment 3).html
File metadata and controls
23 lines (23 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Iframe</title>
</head>
<body>
<h1>Practice Assignment</h1><hr>
<h2>Assignment 1</h2>
<a href="https://rawcdn.githack.com/ars754/HTML-Assignment-1/ca2960b914d55f803f420813fe4eb744772a1523/A1%20(Arsalan%20Ahmad,%20Assignment).html">Click Here</a><br>
<hr>
<h2>Assignment 2</h2>
<a href="https://rawcdn.githack.com/ars754/HTML-Assignment-2/06e3b60266299dc8b022b62837fc53fbe926f801/A2(Form,%20Assignment%202).html">Click Here</a><br>
<hr>
<h2>Assignment 4</h2>
<a href="https://rawcdn.githack.com/ars754/HTML-Assignment-4/abe13aa6f24fba3cd64f4325353ae7c0623d17a1/Assignment%204%20(A4,%20Supported%20symbol%20by%20html).html">Click Here</a><br>
<hr>
<h2>Image</h2>
<a href = "image.png">Click Here</a><br>
<hr>
</body>
</html>