Skip to content
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
47 changes: 47 additions & 0 deletions hoe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>My html assignment</title>
</head>
<body>
<h2><strong>This is your first HTML page!</strong></h2>
<h4><strong>seems like things are going pretty well so far</strong></h4>
<h6>
<strong
>Let's add a recipe for some delicious chocolate chip cookies</strong
>
</h6>
<h6>We're going to borrow a nice picture from General Mills</h6>
<img
src="https://images.unsplash.com/photo-1606297158300-5c4f6d171be9?ixid=MXwxMjA3fDB8MHx0b3BpYy1mZWVkfDF8Ym84alFLVGFFMFl8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60"
height="200px"
width="250px"
alt="Here is what the recipe calls for"
/>
<p>Here is what the recipe calls for</p>
<p><b>Ingredients</b>(probably not right...)</p>
<ul>
<li>6 Eggs</li>
<li>2 cups of Flour</li>
<li>2 Tablespoons of vanilla extract</li>
<li>2Teaspoons of baking powder</li>
<li>1 Cup of sugar</li>
</ul>
<p><b>Instructions</b>(may or may not be correct)</p>
<ol>
<li>Add eggs,flour and vanilla extract and mix</li>
<li>Combine with sugar and baking powder and stir</li>
<li>Eat half the cookie batter because it is delicious</li>
<li>Take the rest of the cookie batter and make cookies</li>
<li>Bake at 350 for 25 minutes</li>
<li>Enjoy!</li>
</ol>
<br />
<hr />
<p>
Oh you don't us? You want to see the actual recipe? You can view it right
<a href="https://www.fcbarcelona.com/en/">Here</a>
</p>
</body>
</html>
130 changes: 130 additions & 0 deletions hoe1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>My html assignment 2</title>
</head>
<body>
<h6>Inside of header-Let's add a navbar with some essential links</h6>
<a href="https://www.ui.edu.ng/">Home</a> <a href="https://www.ui.edu.ng/ui-icons">About</a> <a href="https://www.ui.edu.ng/contactus">Contact</a>
<hr>
<h1><b>Here is the main section of our page-it consists of a new articles</b></h1>
<h1><b>Article 1-1995 was a pretty crazy year for programming languages!</b></h1>
<h5>Don't believe me?Just check this table out</h5>
<table>
<thead>
<tr>
<th><b>Language</b></th>
<th><b>Designed By</b></th>
<th><b>First Appeared</b></th>
</tr>
</thead>
<tbody>
<tr>
<td>
C++
</td>
<td>
Bjarne Stroustrup
</td>
<td>
1983
</td>
</tr>
<tr>
<td>
Python
</td>
<td>
Guido van Rossum
</td>
<td>
1991
</td>
</tr>
<tr>
<td>
Ruby
</td>
<td>
Yukihiro Matsumoto("Matz")
</td>
<td>
1995
</td>
</tr>
<tr>
<td>
Javascript
</td>
<td>
Brendan Eich
</td>
<td>
1995
</td>
</tr>
<tr>
<td>
java
</td>
<td>
James Gosling
</td>
<td>
1995
</td>
</tr>
<tr>
<td>
PHP
</td>
<td>
Rasmus Lerdorf
</td>
<td>
1995
</td>
</tr>
</tbody>
</table>
<h2><b>Article 2-Coming soon...</b></h2>
<h2><b>Contact us!</b></h2>
<h1><b>General Information</b></h1>
<label for="info">First Name</label>
<input type="text" name="First Name"/>
<br><br>
<label for="info">Last Name</label>
<input type="text" name="Last Name"/>
<br><br>
<label for="info">Email</label>
<input type="mail" name="Email"/>
<br><br>
<label for="info">Date of Birth</label>
<input type="date" name="date of birth">
<br><br>
<h1><b>Essential Questions</b></h1>
<br>
<p>What kind of work do you need?</p>
<label for="program">Programming:</label><input type="checkbox" value="programming" name="program">
<br>
<label for="program">Design:</label><input type="checkbox" value="Design" name="program">
<br>
<label for="program">Singing:</label><input type="checkbox" value="Singing" name="program">
<br>
<label for="program">Comedy:</label><input type="checkbox" value="Comedy" name="program">
<br>
<p>How interested are you in our design skills?</p>
<label for="program">Very low</label><input type="radio" value="Very Low" name="program">
<br>
<label for="program">Low</label><input type="radio" value="Low" name="program">
<br>
<label for="program">Medium</label><input type="radio" value="Medium" name="program">
<br>
<label for="program">High</label><input type="radio" value="High" name="program">
<br>
<label for="program">Very High</label><input type="radio" value="Very High" name="program">
<br>
<button>Submit me!</button>
<p>Here is our footer-let's make sure we copyright © this!</p>
</body>
27 changes: 27 additions & 0 deletions hoe2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My html assignment 3</title>
</head>
<body>
<header>
<h1><b>Welcome Back!</b></h1>
<br>
<h2><b>Here's a great video from Youtube</b></h2>
</header>
<main>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/nHKJGohn_co" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h1><b>Here's some music from spotify!</b></h1>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/TIKF16oagBY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<footer> <p>want to stay informed?Put your info here!</p>
</div>
<label for="email">Email:</label>
<input type="email" name="email">
<button>Mailing List</button></footer>