Web Type

HTML Terms

<article>
	<h1>This is a heading</h1>
	<p>This is a paragraph.</p>
</article>
p { 
	font-size: 1em;
	color: blue;
}

.news {
	font-weight: bold;
}

#intro {
	font-style: italic;
}

Definitions adapted from the MDN Glossary