...
Code Block |
---|
<img src="https://www.eng.uwaterloo.ca/~ece140/Labs/500/ECE140_LAB_05_RC_CIRCUIT_1.PNG"/> |
Usually it is helpful to make the image clickable so that when a user clicks on the image, it brings up a full-resolution version of the image in a separate tab.
Code Block |
---|
<a href="https://www.eng.uwaterloo.ca/~ece140/Labs/500/ECE140_LAB_05_RC_CIRCUIT_1.PNG" target="_blank" rel="noopener"><img src="https://www.eng.uwaterloo.ca/~ece140/Labs/500/ECE140_LAB_05_RC_CIRCUIT_1.PNG" style="border: 2px solid black;" /></a> |
\uD83D\uDCCB Related articles
...