Skip to content

Instantly share code, notes, and snippets.

@drpventura
Last active February 5, 2017 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drpventura/d02ef239f8d97e108df054d79a21e527 to your computer and use it in GitHub Desktop.
Save drpventura/d02ef239f8d97e108df054d79a21e527 to your computer and use it in GitHub Desktop.
span-div.html see video at: https://youtu.be/l37meK4syiA
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Span vs. Div</title>
</head>
<body>
<h1>Span vs. Div</h1>
<p>Here is a span tag, <span>this content is spanned.</span></p>
<p>Here is a div <div>This is in a div.</div>
After div.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment