[Fixed]-Using an anchor tag to link to another part of my webpage

1👍

The text’s color in sublime depends on the selected language you’re editing, for Django Template Language, you need a plug-in, it does not matters.

I think you’re missing the last ‘"‘, it should be:

<a href="{% url 'cars' %}">Click to go to Cars</a>
👤Gocht

Leave a comment