A NSS classroom exercise learning about HTML elements and adding media types to your page.
To create two pages where different HTML elements were used. The first page utilized photos, audio, and video elements to add depth to the pages. The second presented a blog-type structure.
Code editor
Create new repository and enter the following command:
$ git clone https://github.com/threepears/myblog.gitThen start your http server with this Terminal command:
$ http-serverNow open your browser and go to http://localhost:8080/ to see these basic pages!