how would I add text that the viewer could see and not just to the console as well as it not getting rid of the other text on the page?
<!DOCTYPE html>
<html>
<head>
<title>help me</title>
</head>
<body>
<p>this is a line of text</p>
<p>this is another line of text</p>
<script>
//what would I add here
</script>
<p>how would i add text in between these lines or after using jscript? is it even possible?</p>
</body>
</html>
thank you for helping me in advance