Exploring HTML and CSS

Nesting and Basic Tags

Here is a simple example of how to use basic HTML tags. You can nest tags within one another to create structured documents.

div vs. span

Span is an inline element, while <div> is a block-level element.

Creating Links

Visit JSFiddle for more experimenting.