Skip to content

Commit 5ea6bf1

Browse files
Create Question no 3.html
1 parent 89d7ae2 commit 5ea6bf1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Practice Questions/Question no 3.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width">
7+
<title>replit</title>
8+
<link href="style.css" rel="stylesheet" type="text/css" />
9+
</head>
10+
11+
<body>
12+
13+
Advance JavaScript Practice Set
14+
Question : 03
15+
16+
<script src="script.js"></script>
17+
18+
<!--
19+
This script places a badge on your repl's full-browser view back to your repl's cover
20+
page. Try various colors for the theme: dark, light, red, orange, yellow, lime, green,
21+
teal, blue, blurple, magenta, pink!
22+
-->
23+
<script src="https://replit.com/public/js/replit-badge-v2.js" theme="dark" position="bottom-right"></script>
24+
</body>
25+
26+
</html>

0 commit comments

Comments
 (0)