Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated html 1.0 #42

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Lab 2 - Starter
https://ericsilberman.github.io/Lab2_Starter/
187 changes: 187 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,187 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="favicon.png" />
<title>Lab 2 - Meeting Minutes</title>
</head>
<body>
<header>
<div>Eric Cito Silberman - Lab 2</div>
<nav>
<ul>
<li><a href="#Agenda">Agenda</a></li>
<li><a href="#Attendence">Attendence</a></li>
<li><a href="#NextTime">NextTime</a></li>
</ul>
</nav>
</header>
<main>
<h1>Meeting Minutes</h1>
<p>04/14/2023</p>

<h2 id="Agenda">Agenda</h2>

<ol>
<li>Introduction</li>
<li>Review of last meeting</li>
<li>Review of next meeting</li>
</ol>



<h2 id="Attendence">Attendence</h2>

<ol>
<li><input type="checkbox" /> Sarah</li>
<li><input type="checkbox" /> John</li>
<li><input type="checkbox" /> Eric</li>
<li><input type="checkbox" /> Sally</li>
</ol>



<h2 id="Next_Time">Next Time</h2>
<section>
<h4>This Meeting Review</h4>

<p>
This meeting was a <b>success</b>. We were able to discuss the agenda and
review the last meeting. We also discussed the next meeting.
</p>
</section>

<section>

<h4>Next Meeting Overview</h4>

<p>
The next meeting will be on <strong>Tuesday, September 15th at 2:00pm.</strong> We
will be discussing the <i>next project</i>.
<br> <em>Please review for next time</em>
</p>
</section>

<h2>T-Rex Roar</h2>


<audio controls>
<source src="https://www.soundjay.com/misc/sounds/t-rex-roar-01.mp3" type="audio/mp3">
</audio>

<h2>Video of a cat</h2>
<video width="320" height="240" controls>
<source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
</video>


</main>

<hr />

<footer>
<h4>Questions?</h4>

<form onsubmit="alert('Sent!')">
<input type="text" placeholder="Enter your question here" />

<button>Submit</button>
</form>

<br />

<span>
<a href="mailto:">Contact Us</a>
</span>

<hr />

<div class="warning">
<img src="warning.png" alt="Warning" />
<p>WARNING</p>
</div>

<details>
<summary>Click for more information</summary>
<p>
This was the last meeting of the year. We will be meeting again in the fall.
</p>
</details>

<form onsubmit="alert('Sent!')">
<fieldset>
<legend>Enter your information</legend>
<label for="name">Name</label>
<input type="text" id="name" name="name" />

<label for="email">Email</label>
<input type="email" id="email" name="email" />

<label for="phone">Phone</label>
<input type="tel" id="phone" name="phone" />

<label for="message">Message</label>
<textarea id="message" name="message"></textarea>

<button>Submit</button>
</fieldset>
</form>

<h2>Forms</h2>

<input type="checkbox">I agree to the terms and conditions

<br>


<input type="radio">I agree to the terms and conditions

<br>

<input type="text">I agree to the terms and conditions

<br>

<input type="date">I agree to the terms and conditions

<br>

<textarea>I agree to the terms and conditions</textarea>

<br>

<label>Choose which lang you like most:</label>
<datalist>
<option value="HTML">
<option value="CSS">
<option value="JavaScript">
</datalist>

<br>

<label for="mascot">Choose your favorite mascot:</label>
<select name="mascot" id="mascot">
<option value="Triton">Triton</option>
<option value="Bear">Bear</option>
<option value="Anteater">Anteater</option>
</select>

<br>

<label for="pet">Choose your favorite pet:</label>
<select name="pet" id="pet" multiple>
<option value="Dog">Dog</option>
<option value="Cat">Cat</option>
</select>

<br>

<button type="button" onclick="alert('Finished!')">Click Me!</button>




</footer>
</body>
</html>
11 changes: 11 additions & 0 deletions part2.txt
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
Fill in the passphrases here.
1.greeiHateCplusplus
3.HTMLRocks
4.JavaScriptRules
5.SvelteBeatsReact
6.ThisIsJS
7.YouFoundMe
8.coolcoolcool
9.2020sucked
10.listenToTheBlackKeys
11.a11yComesFirst
12.iLoveWebDev
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.