HTML
HTML stands for "HyperText Markup Language". HyperText means it's a type of text that supports hyperlinks between pages. Markup means we have taken a document and marked it up with code to tell something (in this case, a browser) how to interpret the page. HTML code is built with tags, each one starting with . These tags represent markup elements. https://tutorial.djangogirls.org/en/html/ https://tutorial.djangogirls.org/en/django_forms/ https://tutorial.djangogirls.org/en/whats_next/