-
Notifications
You must be signed in to change notification settings - Fork 0
/
ports.html
53 lines (45 loc) · 2.87 KB
/
ports.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>INTRO | PAGE</title>
<!-- stylesheet -->
<link rel="stylesheet" href="laptop.css">
</head>
<body>
<div class="container">
<center> <h1>PORTS & CONNECTIVITY</h1> <img src="img/Ports.jpg" alt="" widhth="350" height="350"></center>
<!-- <p>While choosing the right display for your laptop,you will need to decide the right screen size, and the right resolution for your usage</p>
<h5>1.Screen size 2. Display resolution 3. Other factors </h5> -->
<!-- <p>Each laptop's specifications are based on different combinations of these 5 aspects. Lets Explain -</p> -->
<p><b>The ports & connectivity options on your laptop define what all you can connect with your laptop.<br>
You need these to connect with pen drive, external hard disk, mouse, projector,TV,headphones or even to charge your phone .<br>
Make sure your leptop has enough ports for connecting multiple devices simultaneously,especially the ones you will use most often.</b></p>
<p>Different ports serve diffirent purposes,but here are a few essential ones to llok for:</p>
<center><h6>USB type - A </h6></center>
<p>These ports are used to connect regular USB devices like mobile phones,Pen drive etc.<br>
A higher number with the USB indicates a faster speed. (Example: USB 3.1 is faster than USB 3.0 which is fater than USB 3.0 which is faster than USB 2.0)</p>
<center><h6>USB type - C </h6></center>
<p>These ports provide faster data transfer and smaller sized chargers compared to USB A.You can use these to connect universal charges and docks.</p>
<center><h6>Card Reader </h6></center>
<p>Use this to directly connect microSD or SD memory cards to copy data from your DSLR or phone.</p>
<center><h6> HDMI </h6></center>
<p>With this connector you can connect your laptop with an LED TV or projector.</p>
<center><h6> VGA PORT </h6></center>
<p>This is an older type of connector for TVs, monitors and projectors.</p>
<center><h6> Thunderbolt </h6></center>
<p>This is the latest and fastest type of connector for laptops. Thunderbolt is a combination of Type C connector and DisplayPort and allows charging, connection with peripherals or displays,with a single port.</p>
<p><i>One tip - You can tell if a laptop has Thunderbolt enabled USB-C ports by looking for a lighting bolt next to it.</i></p>
<div class="footer-bottom">
<div class="container">
<p class="copyright"> <center>
© <h7>2023 Gautam Gaming All Right Reserved by </h7><a href="https://github.com/gautammahar" class="copyright-link">gautamop</a>
</center>
</p>
</div>
</div>
</div>
</body>
</html>