I tried following a tutorial on how to create a Bootstrap modal at https://www.w3schools.com/bootstrap/bootstrap_modal.asp
However, I would like to use a glyph icon in the code snippet like this:
<span class="glyphicon glyphicon-pencil" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">
This doesn't seem to be working. Is it possible to include a glyph icon in this way?