HTML/CSS/Styles Tags/style
Версия от 09:21, 26 мая 2010; (обсуждение)
"style" Example
<html>
<title>style element example</title>
<head>
<style>body { background-color: black; color: white; }</style>
</head>
<body>The body cotains a black background and white letters.</body>
</html>