<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-git.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Retrieve the stored value from the div element.</title>
</head>
<body>
<div>
My favorite colors are
<span></span>
and
<span></span>
</div>
</body>
</html>
HTML Code :
JavaScript Code :