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

Software Development Tour Guide

Software Development Tour Guide

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