<!DOCTYPE html>function displayResult(){alert(document.getElementById('myTable').summary);}id="myTable" border="1" summary="Example table of employees"FirstnameLastnamePeterGriffinJohnDoetype="button" onclick="displayResult()"Show table summary