In-class Exercises
Part 1: HTML
- Install Brackets if you haven't already, or use another code editor if you prefer.
- Open the code editor.
- Create a new file. Start with this code as a template:
<!doctype html> <html> <head> </head> <body> </body> </html>
- Save the page as week5inclass.html and open it in your browser.
- Add some text in the body tags. Refresh the page in your browser.
Part 2: More HTML
- Open the code editor and the file you worked on in Part 1.
- Add a link in the body tags:
Change the URL to something more interesting. Refresh the page in your browser.<a href="http://example.com"></a>
- Embed a Carto map that you have published before.
- Experiment with other tags from the HTML reference.
Part 3: HTML in Carto
- Upload this data to your Carto account.
- Link to the data source from the legend.
- Make popups for the map that link to the gallery's webpage.