{% extends 'layout.html' %} {% block pageTitle %} HTML text editor - HS2 prototype kit {% endblock %} {% block beforeContent %} {{ breadcrumb({ items: [ { href: "/docs", text: "Home" } ], href: "/docs/install", text: "Install" }) }} {% endblock %} {% block content %}

Step 3 of 8 HTML text editor

You’ll need a HTML text editor to edit and make changes to your prototype.

Any HTML text editor will do, but we recommend VS Code - which is free and has lots of useful features.

Download VS Code (opens in new window)

Once you have a HTML text editor installed, return to this guide.

{% block pagination %} {% endblock %}
{% endblock %}