Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 22 additions & 4 deletions hacktoberfest19.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="row">
<div class="col-md">
<div class="center">
<h1>Which according to you is the best processor out there today?</h1>
<h1>Which programming language you are into!</h1>
<br><br>
</div>

Expand All @@ -40,18 +40,36 @@ <h1>Which according to you is the best processor out there today?</h1>


<div class="polaroid">
<p>Your Answer</p>
<a href="https://www.python.org/">Python</a>
</div>

<br>
<div class="polaroid">
<a href="https://en.wikipedia.org/wiki/C_(programming_language)">C</a>
</div>
<br>

<div class="polaroid">
<p>Your Answer</p>
<a href="https://en.wikipedia.org/wiki/C%2B%2B">C++</a>
</div>
<br>

<div class="polaroid">
<p>Your Answer</p>
<a href="https://www.java.com/en/https://en.wikipedia.org/wiki/C_Sharp_(programming_language)">C#</a>
</div>
<br>

<div class="polaroid">
<a href="https://www.php.net/">PHP</a>
</div>
<br>

<div class="polaroid">
<a href="https://www.java.com/en/">Java</a>
</div>
<br>


</div>

</div>
Expand Down