html
html
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head><title>Images</title></head>
<!--body starts here-->
<body align="center">
<p><b>
I am now learning about how to insert images, so i will first try to insert an image of a cat.
</b></p>
<img height="100%" width="80%" src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSGsIVX5fa97Xp6m_eXd96E2F1KKIiJ_ugsdXcBNByX-qp-bvW-Cgjy7KX4YQ" border="2px"/>
<!--At last it works-->
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run