Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Software Development Tour Guide

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

Software Development Tour Guide

Avatar for Adora Nwodo

Adora Nwodo

April 14, 2020
Tweet

More Decks by Adora Nwodo

Other Decks in Programming

Transcript

  1. <html> <head> <title>Sample website</title> </head> <body> <h1>My First Heading</h1> <p>My

    first paragraph</p> </body> </html> p { border: 1px solid red; } @adoranwodo