Programming Blog July 10th, 2023
here is where I have done so far: First, HTML: <!DOCTYPE html> <html> <head> <title>Numair Qureshi</title> <linkrel="stylesheet"href="styles.css"> </head> <body> <div> <h1>Numair Qureshi</h1> </div> <div> <imgsrc="photo.jpg"id="photo"alt="Photo"> </img> </div> <div> <h2>Favorite Music Artists</h2> <ul> <li>The 1975</li> <li>Explosions In The Sky</li> <li>Jimmy Eat World</li> <li>Kings of Leon</li> <li>Queen</li> </ul> </div> <div> <h2>Favorite Films</h2> <ol> <li>The Prestige</li> <li>Step Brothers</li> <li>Inception</li> <li>The Shawshank Redemption</li> <li>Good Will Hunting</li> </ol> </div> <div> <ahref="https://www.meta.com">My Profile</a> </div> </body> </html> Next, CSS: img { border-width: 2px; border-style: solid; border-color: blue; } h1 { color: blue; } h2 { color: grey; } div { margin: 4px; }
My First Full Contact Fight (Lei Tai)
My First Full Contact Fight (Lei Tai) On July 28th, 2019, I fought my very first full contact fight. The video is posted below, which you can skip to by clicking here; however, I do recommend you read through the entire post to get the full context. The United States Kuo Shu Federation (USKSF) hosts a tournament the last weekend of July every year. This tournament consists of many different events, including the demonstration of forms, point sparring, empty hand sets, light contact sparring, and full contact fighting [...]