DIFD Journey

Success!

Tap to Begin...

We're Going to Build a Website

Click continue to see the basic structure of an HTML document; this is what all of the web is built on!

  • <!DOCTYPE html>
  • <html>
  • </html>
  • <head>
  • </head>
  • <title>
  • </title>
  • <body>
  • </body>

Continue