-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 1.37 KB
/
index.html
File metadata and controls
34 lines (34 loc) · 1.37 KB
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
30
31
32
33
34
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<title>Recreate screenshot</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>The JPEG Image</h1>
<table>
<tr>
<td class="c1">
<p>The term "JPEG" is an acronym for the Joint Photographic Experts Group, which created the standard. The MIME media type for JPEG is image/jpeg, except in older Internet Explorer versions, which provides a MIME type of image/pjpeg when uploading JPEG images.JPEG files usually have a filename extension of .jpg or .jpeg.</p>
<p>JPEG/JFIF supports a maximum image size of 65,535 x 65,535 pixels, hence up to 4 gigapixels (for an aspect ratio of 1:1).</p>
<p>(From <a href="https://en.wikipedia.org/wiki/JPEG">https://en.wikipedia.org/wiki/JPEG)</p>
</td>
<td class="c2">
<img src="https://jpeg.org/images/jpeg-home.jpg">
<p>Image from <a href="http://jpeg.org/images/jpeg-home.jpg">http://jpeg.org/images/jpeg-home.jpg)</p>
</td>
<td class="c3">
<h3>Other Image Types</h3>
<ul style="list-style-type:disc">
<li>jpg</li>
<li>png</li>
<li>gif</li>
<li>bmp</li>
</td>
</tr>
</table>
<div class="center">
<p>© Stolen Blatantly from Wikipeida</p>
</div>
</body>