-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathp.html
31 lines (29 loc) · 1.59 KB
/
p.html
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
<html>
<head>
<link rel="stylesheet" href="s1.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
</head>
<style>
body
{
border-style:solid;
border-width: medium;
}
</style>
<body>
<p>
<center>
<h4><font color="blue"> SOME OF OUR PRODUCTS </font></h4>
<br />
</center>
<img src="https://qph.fs.quoracdn.net/main-qimg-45152ce07c10781e71cbd949820e68da.webp" style=width:"50%", vspace="20px", hspace="25px" height="50%", align="left" />
<img src="https://images-na.ssl-images-amazon.com/images/I/51DxhoYt3eL.jpg" style=width:"50%", height="50%", vspace="20px", hspace="20px" align="right" />
<img src="https://www.wellandgood.com/wp-content/uploads/2019/01/The-Courage-to-be-Disliked.jpg" style=width:"50%", height="50%", vspace="20px", hspace="25px" align="middle" />
<img src="https://margiewarrell.com/wp-content/uploads/2017/02/book-Brave.png" style=width:"50%", height="50%", vspace="20px", hspace="20px" align="middle" />
<img src="https://images-na.ssl-images-amazon.com/images/I/51Fdf4JodvL._SX348_BO1,204,203,200_.jpg" style=width:"50%", height="50%", vspace="20px", hspace="20px" align="middle" />
</body>
</html>