html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<DOCTYPE html>
<html>
<head>
<title>My online programming</title>
</head>
<body>
<font color="purple">
<marquee><img src="https://i.pinimg.com/originals/f3/d0/74/f3d07412736180954eff1b43dc22cbbd.png" align="middle" width="109" height="109" border="4" bordercolor="black"></marquee>Water cycle
<br>
<dl>
<b><dt>Water cycle</dt></b>
<dd>The cycle of processes by which water circulates between the earth's oceans,atmosphere and land,involving precipitation as rain,snow,hail.Drainage in streams and return to atmosphere by evaporation and transpiration.</dd>
</dl>
</body>
</font>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run