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
52 changes: 52 additions & 0 deletions HTML-Mini_Task/Assignment1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<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>Welcome to my HTML PAGE</title>
</head>
<body>
<header>
<H1>THIS IS MY FIRST HTML page!</H1>
<h2>Seems like things are going well so far</h2>
<p>Lets add a recipe for some delicious chocolate cookies</p>
</header>
<main>
<p>We're going to borrow a nice picture from General Mills</p>
<img src="https://i.postimg.cc/wxFkJHSZ/cookies.jpg" alt="cookies picture" width="300" height="200" >
<p>Here is what the recipe calls for</p>


<ul>
<p> <strong>Ingredients</strong> (probably not right)</p>
<li>6 Eggs</li>
<li>2 cups of flour</li>
<li>2 Tablespoons of vanilla extract</li>
<li>2 Teaspoons of baking powder</li>
<li>1 cup of sugar</li>
</ul>


<ol>
<p> <strong>Instructions </strong> (may or may not be correct)</p>
<li>Add eggs, flour and vanilla </li>
<li>Combine with sugar and baking powder and stir</li>
<li>Eat half the cookies batter because it is delicious</li>
<li>Take the rest of the cookies batter and make cookies</li>
<li>Bake at 350 for 25 minutes</li>
<li>Enjoy</li>

<footer>
<hr>
<p>Oh you dont trust us? You want to see the recipe? You can view it right <a href="https://www.adasrecipes.com/make-yummy-homemade-cookies/">Here</a> </p>
</footer>
</ol>
<br>
<br>
<br>
<br>
</main>

</body>
</html>
97 changes: 97 additions & 0 deletions HTML-Mini_Task/Assignment2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<!DOCTYPE html>
<html lang="en">
<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>Article</title>
</head>
<body>
<header>
<nav>
<a href="Home">Home</a>
<a href="About">About</a>
<a href="Contact">Contact</a>

<hr>
</nav>
</header>
<main>
<H1>Here is the main section of our page - it consist of a new articles</H1>
<section>
<h1>
Arrticle 1 - 1995 was a pretty crazy year for programming languages!
</h1>
<p>Dont believe me? Just check this table out</p>
<table >
<tr>
<th>languages</th>
<th>Designed By</th>
<th>First Appeared</th>
</tr>
<tr>
<th>C++</th>
<th>Bjarne stroustrup</th>
<th>1993</th>
</tr>
<tr>
<th>Python</th>
<th>Guigdo van Rossum</th>
<th>1991</th>
</tr>
<tr>
<th>Ruby</th>
<th>Yukihiro Matsumoto ("Matz")</th>
<th>1995</th>
</tr>
<tr>
<th>JavaScript</th>
<th>Brendan Eich</th>
<th>1995</th>
</tr>
<tr>
<th>Java</th>
<th>James Goslin</th>
<th>1995</th>
</tr>
<tr>
<th>PHP</th>
<th>Rasmus Lerdorf</th>
<th>1995</th>
</tr>
</table>
</section>
<section>
<h1>Article 2- Coming soon</h1>
</section>
<div>
<h2>Contact us!</h2>
<p><strong>General Information</strong></p>
<p> First name:<input type="Name"></p>
<p>Last Name:<input type="Name"></p>
<p>Email:<input type="Email"></p>
<p>Datecof birth:<input type="date"></p>

</div>
<br>
<div>
<p> <strong> Essential Question</strong></p>
<p>What kind of work do you need?</p>
<p>Programming:<input type="checkbox" name="" id=""></p>
<p>Design:<input type="checkbox" name="" id=""></p>
<p>Signing:<input type="checkbox" name="" id=""></p>
<p>commedy:<input type="checkbox" name="" id=""></p>
<br>
<p>How interested are you in our design skills?</p>
<p> Very Low <input type="radio"> </p>
<p>Low <input type="radio"> </p>
<p> Medium <input type="radio"> </p>
<p> High <input type="radio"> </p>
<p> Very High<input type="radio"> </p>
<button>Submit me!</button>
</main>
<footer>
<p>Here is our footer - Let's make sure we copywright &#169; this!</p>
</footer>
</body>
</html>
32 changes: 32 additions & 0 deletions HTML-Mini_Task/Assignment3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<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>Welcome back</title>
</head>
<body>
<header>
<h1> Welcome Back!</h1>

</header>
<main>
<p><strong>Here's a great video from YouTube</strong></p>
<iframe width="200" height="200" src="https://www.youtube.com/embed/mmsasEoupO4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<p> <strong> Here are some from spotify!</strong></p>
<div>
<audio controls>
<source src="https://oldnaija.com/wp-content/uploads/2020/04/Waploaded_2baba_-_African_Queen-1562529854.mp3" type="">
</audio>
</div>
</main>
<br>
<br>
<footer>
<p>Want to stay informed? Put your info here!</p>
Email:<input type="Email"> <button>join our mailing list</button>
</footer>
</body>
</html>
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,17 @@
<td>6</td>
<td><a class="btn btn__male">male</a></td>
</tr>
<!-- sixteenth person -->
<tr>
<td>kelechi nwaji</td>
<td>2face</td>
<td>Ebonyi</td>
<td>4</td>
<td><a class="btn btn__male">male</a></td>


</tr>



</table>
Expand Down