<!DOCTYPE html>src="//libs.baidu.com/jquery/1.10.2/jquery.min.js"$(document).ready(function(){$("button").click(function(){$("<span>Hello World! </span>").prependTo("p");});});Insert span element at the beginning of each p elementThis is a paragraph.This is another paragraph.