-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathimagedemo.html
More file actions
16 lines (14 loc) · 831 Bytes
/
imagedemo.html
File metadata and controls
16 lines (14 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head> <title> Images </title> </head>
<body>
<figure>
<img crossorigin="use-credentials" alt="image will load here.." width="100" height="100" border="0" src="127.0.0.1:4040/Images/tv.jpg" align="left" hspace="10" vspace="10" tooltip="Samsung LED TV 45000">
<p align="justify"> Depending on how you obtained the Windows software, this is a license agreement between (i) you and the device manufacturer or software installer that distributes the software with your device; or (ii) you and Microsoft Corporation (or, based on where you live or, if a business, where your principal place of business is located, one of its affiliates) if you acquired the software from a retailer.
</p>
<figcaption>
Samsung LED TV
</figcaption>
</figure>
</body>
</html>