html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!--
Upload the image on a hosting website... such as:
https://www.imgbb.com/
Select "Don't autodelete" (or whichever suits you"
After uploading... select "HTML full linked" below "Embed Codes".
You will get a small block of HTML code below.
Copy and paste in your code. Cut out the <a></a> tag and keep only the <img> tag.
-->
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<a href="https://imgbb.com/"><img src="https://i.ibb.co/1nLzsYV/FB-IMG-1672328377736.jpg" alt="FB-IMG-1672328377736" border="10"
height="200px"></a>
</body>
</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