﻿<?xml version="1.0" encoding="utf-8"?>

<snippet name="Create a Back Button using HTML and JS" description="Create a Back Button using HTML and JS" preview="html" type="block">

<insertText location="beforeSelection">

<![CDATA[<input type="button" value="Back" onclick="history.back(-1)" />]]>

</insertText>

<insertText location="afterSelection"><![CDATA[]]>

</insertText>

</snippet>

