Skip to content

Instantly share code, notes, and snippets.

@basicxman
Created August 9, 2010 03:29
Show Gist options
  • Save basicxman/514885 to your computer and use it in GitHub Desktop.
Save basicxman/514885 to your computer and use it in GitHub Desktop.
Attributes, values, and tags.
<html> - Tag.
lang="en-us" - attribute = value
Attributes and values go inside a tag right before the ending bracket (>)
<html lang="en-us">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment