text exit

by Daniel Hall

HTML

<div id="body"><p id="mass"><p></div>

CSS

#body {
	   position: absolute;
		 background-color: white;
		 left: 16%;
		 top: 11%;
		 width: 65%;
		 height: 70%;
}
h1 {
	  font-size: 6.9em;
}
body {
	  background-color: gray;
}

JavaScript

var myMess = prompt("writing text");
document.getElementById("mass")
   .innerHTML = myMess;