-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (50 loc) · 1.82 KB
/
index.html
File metadata and controls
66 lines (50 loc) · 1.82 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<title>Learn How The 4 Bridge Rectifer Works</title>
</head>
<body>
<!-- This syntax is used for comments -->
<h2>
______________________________________________________________________________________________
</h2>
<h1>
Introduction.
</h1>
<h2>
______________________________________________________________________________________________
</h2>
<p>
The bridge rectifier was an important invention to electronic history, that would later be very common in many <br>
electrical chargers and devices. In this Website I will give information about: what is a bridge rectifier, how<br>
the bridge rectifier works, and where bridge rectifiers are used.
</p>
<h2>
Hope you learn something new!
</h2>
<p>
____________________________________________________________________________________
</p>
<img src=images/intro_picture.png alt="intro picture" width="500">
<p>
____________________________________________________________________________________
</p>
<!-- <p>Note below that there two ways to get to the new pages. One is called
relative and the other is using the root folder. Both ways work. It's
up to you to decide which you want to use.
I find it simplist to use the relative folder approach so that you can
use the Visual Studio Code plugin called Live Server.
</p>
-->
<li>Slides:</li>
<li>Slide #1. What is a 4 Bridge Rectifier.</li>
<li>Slide #2 - 5. How Does The 4 Bridge Rectifer Work.</li>
<li>Slide #6. Where is The 4 Bridge Rectifier Used.</li>
<h2>
______________________________________________________________________________________________
</h2>
<li><a href=slides/slide1.html> go to slide 1 </a></li>
<li><a href=slides/references.html>Go to references</a></li>
<li><a href=slides/aboutme.html> go to about me</a></li>
</body>
</html>