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
19 changes: 19 additions & 0 deletions Section A/Practical 1(1905326).html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>"Everyday With NYFW"</title>
</head>
<body style="background-color:powderblue;">
<h3>“by Divyanshu | 1 day ago”</h3>
<h1>“An Insider’s Guide to NYFW”</h1>
<p>“NYFW can be both amazingly fun & incredibly overwhelming, especially if you’ve never been. Luckily, I’m here to give you an insider’s guide and make your first show a pleasurable experience. By taking my tips and tricks, and following your gut, you’ll have an unforgettable experience!”</p>
<img src="https://bit.ly/3rYbFjK">
<p>"If you’re lucky or connected you can get an invite, sans the price tag. But I wasn’t so lucky or connected my first 2 years so I’m here to help you out. First, plan out which shows are most important to you and make a schedule and this is a biggie: SET A BUDGET. If you’re worrying about blowing your cash the whole time you won’t have fun. Then check out prices, days, and times and prioritize the designers you want to see most. Lastly, purchase your tickets and get excited!”</p>
<h2>“Getting Tickets & Picking the Shows”</h2>
<h2>“Dressing for the Shows”</h2>
<img src = "https://bit.ly/3cXqVcI">
<p>“Always be true to your own sense of style, if you don’t you’ll be uncomfortable the whole time and it will show. Remember, NYFW is about expressing yourself and taking in what the designers have chosen to express through their new lines. Also it’s important to wear shoes you’ll be comfortable in all day. Obviously you want to look good, but you’ll be on your feet all day long, so be prepared.”</p>
</body>
<p><strong>email:</strong> isa@fashionblog.com |<strong><br>phone:</strong> 917-555-1098<strong><br>address:</strong> 371 284th St, New York, NY, 10001 </p>
</div>
</html>
99 changes: 99 additions & 0 deletions Section A/Practical 2(1905326).html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<!DOCTYPE html>
<html>
<head>
<title>Ship To It - Company Packing List</title>
<link href="https://fonts.googleapis.com/css?">
<style>
body {
background: powderblue;
margin: 0;
padding: 0;
}

ul {s
padding: 0;
margin: 0;
}

li {
color: #FFF;
display: inline-block;
font-size: 16px;
font-weight: 300;
letter-spacing: 2px;
margin: 0;
}
table {
height: 40%;
left: 10%;
margin: 20px auto;
position: static;
width: 80%;
}

thead th {
background: #88CCF1;
color: #FFF;
font-size: 16px;
font-weight: 100;
letter-spacing: 2px;
}

tr {
background: #f4f7f8;
border-bottom: 1px solid #FFF;
margin-bottom: 5px;
}

</style>
</head>
<body>
<h1><a href="ork_Fashion_Week" target = "_blank"> IMPORT AND EXPORT SERVICES</a></h1>
<p>Import is a business term, which means purchase of both raw materials and finished products from another country. On the other hand, exports denotes sell of domestically produced goods and services to other countries.
These two aspects, Imports and exports, are vital factors in any country’s economy. As for the imports it helps a country to obtain goods and services it does not produce domestically while exports helps a country to earn foreign income which enables it to purchase imports.
The difference between nation’s exports and imports of goods and services determines its balance of trade. An economy is said to have a favorable balance of trade if its total exports exceed total imports. If its’ imports exceeds exports then it will be experiencing unfavorable balance of trade.</p>
<table>
<thead>
<tr>
<th>Company Name</th>
<th>Number of Items to Ship</th>
<th>Next Action</th>
</tr>
</thead>
<tbody>
<tr>
<td>Adam's Greenworks</td>
<td>14</td>
<td>Package Items</td>
</tr>
<tr>
<td>Davie's Burgers</td>
<td>2</td>
<td>Send Invoice</td>
</tr>
<tr>
<td>Baker's Bike Shop</td>
<td>3</td>
<td>Send Invoice</td>
</tr>
<tr>
<td>Miss Sally's Southern</td>
<td>4</td>
<td>Ship</td>
</tr>
<tr>
<td>Summit Resort Rentals</td>
<td>4</td>
<td>Ship</td>
</tr>
<tr>
<td>Strike Fitness</td>
<td>1</td>
<td>Enter Order</td>
</tr>
</tbody>
</table>


</body>
</html>
87 changes: 87 additions & 0 deletions Section A/Practical 3(1905326).html
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Forms Review</title>
</head>
<body>
<section id="overlay">
<img src="https://bit.ly/2QwlY22" alt="Davie's Burgers Logo" id="logo">
<hr>
<h1>Create a burger!</h1>
<section class="protein">
<label for="patty">What type of protein would you like?</label>
<input type="text" name="patty" id="patty">
</section>
<hr>

<section class="patties">
<label for="amount">How many patties would you like?</label>
<input type="number" name="amount" id="amount">
</section>
<hr>

<section class="cooked">
<label for="doneness">How do you want your patty cooked</label>
<br>
<span>Rare</span>
<input type="range" name="doneness" id="doneness" value="3" min="1" max="5">
<span>Well-Done</span>
</section>
<hr>

<section class="toppings">
<span>What toppings would you like?</span>
<br>
<input type="checkbox" name="topping" id="lettuce" value="lettuce">
<label for="lettuce">Lettuce</label>
<input type="checkbox" name="topping" id="tomato" value="tomato">
<label for="tomato">Tomato</label>
<input type="checkbox" name="topping" id="onion" value="onion">
<label for="onion">Onion</label>
</section>
<hr>

<section class="cheesy">
<span>Would you like to add cheese?</span>
<br>
<input type="radio" name="cheese" id="yes" value="yes">
<label for="yes">Yes</label>
<input type="radio" name="cheese" id="no" value="yes">
<label for="no">No</label>
</section>
<hr>

<section class="bun-type">
<label for="bun">What type of bun would you like?</label>
<select name="bun" id="bun">
<option value="sesame">Sesame</option>
<option value="potatoe">Potato</option>
<option value="pretzel">Pretzel</option>
</select>
</section>
<hr>

<section class="sauce-selection">
<label for="sauce">What type of sauce would you like?</label>
<input list="sauces" id="sauce" name="sauce">
<datalist id="sauces">
<option value="ketchup"></option>
<option value="mayo"></option>
<option value="mustard"></option>
</datalist>
</section>
<hr>
<section class="extra-info">
<label for="extra">Anything else you want to add?</label>
<br>
<textarea id="extra" name="extra" rows="3" cols="40"></textarea>
</section>
<hr>

<input type="submit" value="Submit">
</section>
</form>
</section>
</body>
</html>
Loading