Or you can just start the console and add an item. For example, if I were to do this below in this stackoverflow.com column:
$('.postcell').append('<code>Testing Element Insertion via Chrome</code>');
Then I will see that the newly added item is immediately displayed on the "Elements" tab: 
source share