Web Content

Web content can be many things, but in this case let's imagine a blog post.

It has a title, using an <h1> tag, and a body, a series of <p> tags.

Lines of text within a <p> are spaced by their line height.

Separate <p> tags are often separated by margin.

A <br> inside a <p> forces a line break, to have stacked text without the margin between.

Embedded content

In some cases, we can embed content from other sites.

For example, Codepen has this "Embed" button in the bottom right.

Codepen actions bar

 

Level
Topics