Viewport- is the area of the window in which web content can be seen.
<meta name="viewport"
content="width=device-width,
initial-scale=1">
<br> break
<hr> horizontal rule
Vector images are made up of lines and curves that are defined by mathematical algorithms, while bitmap images are made up of a grid of pixels.
It’s a standard image format for compressing data.
<aside> 💡 This is a computer file format for the compression and storage of visual digital information.
</aside>
<aside> 💡 It is a type of raster image file is commonly used on the internet.
</aside>
<aside> 💡 This is a standard graphics file type used for rendering two-dimensional images on the internet.
</aside>
<img src="img/top.jpg"
alt=“Opening image showing images of
texture and abstract typography"/
img {
max-width: 100%;
padding: 0;
display: block;
margin: 1em auto;
}