Edit the HTML in the Code tab
Comfortable with HTML? The Code tab is a full editor, kept in sync with the live page.
This one is for people who know a little HTML. If that is not you, use Edit text and style on the page instead. You can do most things without touching code.
The Code tab gives you the whole document to edit by hand. It stays in sync with the live page: a change on either side shows up on the other.
Save versionUpload assetHistory (4)Suggestions
Code
<div class="card"> <h2>Summer Pass</h2> <div class="price">$39</div> <button>Claim my spot</button></div>
Preview · comment on any element
Summer Pass
$39
Claim my spot →
1Edit and save
- 1In the editor, click into the Code panel (on a phone, tap the Code tab first).
- 2Edit the HTML.
- 3Click Save code changes to publish it.
- 4The preview reloads with your update.
Code edits are the one place you press Save. The Save code changes button only appears when you have unsaved edits in the Code panel. Canvas edits still save on their own.
Was this article helpful?