Example of a simple HTML page

For manually testing sourcemaps

  1. Open a shell in the repo root directory.
  2. Serve the root directory with python -m SimpleHTTPServer.
  3. cd to fixture/.
  4. Run gulp sass-inline for inline sourcemaps, or gulp sass-file for file based sourcemaps.
  5. Open http://localhost:8000/fixture/ (this page) in a browser and inspect the source.

Hypertext Markup Language (HTML) is the most common language used to create documents on the World Wide Web. HTML uses hundreds of different tags to define a layout for web pages. Most tags require an opening <tag> and a closing </tag>.