Multiple Line Formatting

If I have the following:

<ul>
		<li>HTML Document structure</li>
		html
		head (contains info about page)
		title  (Displays on page tab)
		body (content appears in view port)
</ul>

and I want to format each line of text in the would-be list to replicate the first line’s styling of a list item simultaneously, and not individually, what do I do?