CSS - właściwości quotes


quotes

kod wynik kodu
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
<meta http-equiv="Content-Language" content="pl">
<title>webatak.pl - CSS - właściwości generowanej treści</title>
<link rel="Stylesheet" type="text/css" href="style.css" />
<style type="text/css">
q {
  quotes: '\\m/' '\\m/';
}

</style>
</head>
<body>

<h2>quotes</h2>

<q>Koko dżambo i do przodu.</q>

</body>
</html>