Skip to content

Commit a5b7393

Browse files
committed
main tag
1 parent 56d5811 commit a5b7393

2 files changed

Lines changed: 18 additions & 16 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

hw1/hw1.html

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,25 @@
1919
<header>
2020
<h1>Programming Languages</h1>
2121
</header>
22-
<div class="img_box">
23-
<div class="logo">
24-
<img src="img/cpp.png" class="home_imgs" alt = "cpp logo">
25-
<a href="cpp.html" class="space"> C++ </a>
22+
<main>
23+
<div class="img_box">
24+
<div class="logo">
25+
<img src="img/cpp.png" class="home_imgs" alt = "cpp logo">
26+
<a href="cpp.html" class="space"> C++ </a>
27+
</div>
28+
<div class="logo">
29+
<img src="img/java.png" class="home_imgs" alt = "java logo">
30+
<a href="java.html" class="space"> Java </a>
31+
</div>
32+
<div class="logo">
33+
<img src="img/python.png" class="home_imgs" alt = "python logo">
34+
<a href="python.html" class="space">Python </a>
35+
</div>
2636
</div>
27-
<div class="logo">
28-
<img src="img/java.png" class="home_imgs" alt = "java logo">
29-
<a href="java.html" class="space"> Java </a>
30-
</div>
31-
<div class="logo">
32-
<img src="img/python.png" class="home_imgs" alt = "python logo">
33-
<a href="python.html" class="space">Python </a>
34-
</div>
35-
</div>
36-
<h3 class="space_tab">There are many programming languages in the field of Computer Science, but this will only cover the 3
37-
most important languages all Computer Science students should know such as C++, Java, and Python. All 3 are object oriented languages.
38-
</h3>
37+
<h3 class="space_tab">There are many programming languages in the field of Computer Science, but this will only cover the 3
38+
most important languages all Computer Science students should know such as C++, Java, and Python. All 3 are object oriented languages.
39+
</h3>
40+
</main>
3941
<footer>
4042
<h6> Disclamer: This website is for educational purposes only. ---- Ruben Rivera - CSUMB Alumini </h6>
4143
<img src="img/csumb_logo.png" class="logo" alt = "csumb logo">

0 commit comments

Comments
 (0)