Example in Action: Working with Basic HTML

This video demonstrates how to develop a simple webpage using an editor and view the page in a browser. This demonstration uses the Atom code editor and creates a file named index.html. You should see the following nesting of tags in creating this document: <html><head><meta><title><body>. After watching this video, consider the following questions:

  • How is the <meta> tag used?
  • What tag is used to display text in the browser?


Source: Kevin Powell, https://www.youtube.com/watch?v=TZTaGTQKl2I&list=PL4-IK0AVhVjM0xE0K2uZRvsM7LkIhsPT-&index=9
Creative Commons License This work is licensed under a Creative Commons Attribution 3.0 License.

Last modified: Tuesday, October 4, 2022, 1:05 PM