Introduction to mark-up

Basics

The Paragraph tag < p></p>

The paragraph tag is syntax that wraps paragraphs in need code blocks. Paragraphs are block level elements, which we will discuss later.

Inline elements

Bold <strong></strong>

The 'strong' element is an inline element that will bold the text contained within the syntax. The text is called the child node.

Example

Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eius culpa mollitia aspernatur neque obcaecati dicta enim corrupti! Eum, totam quisquam ipsam vero quam saepe mollitia, delectus, eaque ut iure doloremque?

Block-level elements