This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <title>Demo W3.CSS</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css"> | |
| <link rel="stylesheet" href="http://www.w3schools.com/lib/w3-theme-teal.css"> | |
| <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"> | |
| <body> | |
| <!-- Side Navigation --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <div class="nav"> | |
| <div class="container"> | |
| <ul> | |
| <li>Riyaad Azad</li> | |
| <li>Browse</li> | |
| </ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Table Time</title> | |
| </head> | |
| <body> | |
| <table border="1px"> | |
| <thead> | |
| <tr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |