-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathA.HTML
More file actions
29 lines (24 loc) · 923 Bytes
/
A.HTML
File metadata and controls
29 lines (24 loc) · 923 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
28
29
<html>
<head>
<style>
body {
background: url("Desert.jpg") no-repeat center;
background-size: 100%;
}
</style>
</head>
<h1>My First JavaScript</h1>
<button type="button"
onclick="document.getElementById('demo').innerHTML = Date()">
Click me to display Date and Time.</button>
<p id="demo"></p>
<h1 align="center" id="1" ><b><font size=32 color="red">I AM AN INDIAN</b></h1>
<table align="center" width=50% height=50% BORDER="5%">
<tr><td><font size=32 color="red">
<marquee direction="right" scrollamount="50"><A HREF="HTTP://WWW.yahoo.COM">RAMESH GHOSH </a></marquee> </td> </tr>
<tr><td><font size=32 color="red">
<marquee direction="up" scrollamount="10"><A HREF="HTTP://WWW.rediff.COM">ADITYA KAMESWARA RAO N </a></marquee></td></tr>
<tr><td><font size=32 color="red">
<marquee direction="up" scrollamount="50"><A HREF="HTTP://WWW.GOOGLE.COM"> <IMG SRC="Desert.jpg"> </A></marquee></td></tr>
</body>
</html>