Go Make Things Academy 01

Page section: playground

Hello world!

The content from above

The textContent pulls everything out of the code below apart from the HTML tags.

Here is the full code, most of which is hidden from the UI above.

<div class="greeting">
	<style type="text/css">
		.greeting {
			color: chartreuse;
		}
	</style>
	<p hidden>This is not rendered.</p>
	<p>Hello world!</p>
</div>

Show a fortune