Skip to content
Snippets Groups Projects
Commit 89ec063e authored by Andrej Rasevic's avatar Andrej Rasevic
Browse files

adding lecture code examples

parent bb2ddb72
No related branches found
No related tags found
No related merge requests found
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Miscellaneous Elements</title>
</head>
<body>
<h1>Miscellaneous</h1>
<h2>details Tag</h2>
<details>
<summary>What the final exam will cover (click to expand)</summary>
All topics discussed in lecture and lab<br>
(including projects). Make sure you go<br>
over the practice material we have<br>
posted.
</details>
<h2>figure/figcaption tags</h2>
<figure>
<img src="testudo.jpg" alt="testudo's img">
<figcaption>School's Mascot</figcaption>
</figure>
<h2>meter/mark tag</h2>
<p>Representing <mark>78 out of a 100</mark> graphically:
<meter value="78" min="0" max="100"></meter>
</p>
</body>
</html>
lectureCodeExamples/Week1/HTMLCode/testudo.jpg

3.13 KiB

lectureCodeExamples/Week1/HTMLCode/umd.png

835 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment