Skip to content

Instantly share code, notes, and snippets.

View riyaadazad's full-sized avatar
👷‍♂️
Building sites for awesome clients

Riyaad Azad riyaadazad

👷‍♂️
Building sites for awesome clients
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Riyaad Azad's To-Do List</title>
</head>
<body style="background-color: lightYellow">
<h1 style="background-color:black; color: red; text-align:center">My To-Do List</h1>
<ul>
<li style="color: red; font-size: 20px"><strong>Homework</strong></li>
</ul>
<!DOCTYPE html>
<html>
<head>
<title>Summer Reading Assignment Project Layout</title>
</head>
<body style="background-color:lightYellow">
<h1 style="background-color:red; text-align:center">Al Fatih Academy Middle School Rising 7th Grade Summer Reading Assignment</h1>
<h2 style="background-color:orange; text-align:center; font-family:Arial">Project Layout by <em>Riyaad Azad</em></h2>
<h2 style="background-color:yellow; text-align:center; font-family:Arial">DIRECTIONS</h2>
<h3 style="background-color:lightGreen; text-align:center; font-family:Verdana">Fiction Book Project Layout</h3>
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<p>This text is black, except for the word <span style="color:red">red</span>!</p>
<p>My favorite font is <span style="font-family:Impact">Impact</span>!</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Riyaad Azad | My To-Do List</title>
</head>
<body style="background-color: lightYellow">
<h2 style="color: red">My To-Do List</h2>
<ul>
<li style="color: red; font-size: 20px"><strong>Coding Websites to Check Out</strong></li>
</ul>
<!DOCTYPE html>
<html><head>
<title>Riyaad Azad</title>
</head><body>
<h1>My name is Riyaad Azad</h1>
<a href="https://www.youtube.com/channel/UCsWf6c3QG51FcxNkbfLcREw">
<img src="https://yt3.ggpht.com/-8DWzFM9Jm8I/AAAAAAAAAAI/AAAAAAAAAAA/0y2xO0Qo6uA/s100-c-k-no/photo.jpg" /></a>
<p>My interests are mostly water-related. They include <a href="https://en.wikipedia.org/wiki/Ship">ships</a> and <a href="https://en.wikipedia.org/wiki/Submarine">submarines</a>. I also like <a href="http://www.toyota.com/">cars</a>. Right now, I am currently interested in the naval part of the <a href="https://en.wikipedia.org/wiki/Pacific_War">Pacific War</a> (WWII).</p>
<p>I don't have a job yet, but I plan to <a href="https://www.youtube.com/watch?v=78-RllzwDHo">code for a living.</a></p>
<p>I love coding thanks to <a href="https://www.khanacademy.org">Khan Academy</a>, which introduced me to Java Script and <a href="https://www.code.org">code.org</a>, which gave me an insight to coding. But <a href="https://www.codecademy.com">
<html>
<head>
<title>Table Time</title>
</head>
<body>
<table border="1px">
<thead>
<tr>
<!DOCTYPE html>
<html>
<head>
<title>Result</title>
</head>
<body>
<div style="width:50px; height:50px; background-color:red"></div>
<div style="width:50px; height:50px; background-color:blue"></div>
<div style="width:50px; height:50px; background-color:green"></div>
<div style="width:50px; height:50px; background-color:red"></div>
<!DOCTYPE html>
<html>
<head>
<title>Riyaad Azad | Jokebook</title>
</head>
<body style="background-color: lightYellow">
<h2 style="color: red">Riyaad's Jokebook</h2>
<h3>Joke #1</h3>
<p><strong><em>Knock Knock.</em></strong></p>
<p><em>Who's there?</em></p>
<!DOCTYPE html>
<html>
<body>
<div class="nav">
<div class="container">
<ul>
<li>Riyaad Azad</li>
<li>Browse</li>
</ul>
@riyaadazad
riyaadazad / w3.css
Created August 10, 2018 21:43
W3.CSS stylesheet provided by "w3schools.com"
/* W3.CSS 2.3 by Jan Egil and Borge Refsnes. Do not remove this line. */
/*W3.CSS includes basic fonts and font sizes.
You can customize W3.CSS by changing these settings:
html {
font-family: Verdana, sans-serif;
font-size: 15px;
line-height: 1.5;
font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {