https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 83bfad94b2df08f0da04601cdf9eea2e120671c9 authored by seabld on 09 March 2015, 05:19:55 UTC
Added tag SEAMONKEY_2_33_RELEASE for changeset FIREFOX_36_0_1_BUILD2. CLOSED TREE a=release
Tip revision: 83bfad9
basic-ref.html
<!DOCTYPE html>
<html>
<head>
  <style>
  div { color: black; }
  span { color: green; }
  </style>
</head>
<body>
  <div><span>T</span>his is text</div>
</body>
</html>
back to top