HTML/CSS/Text Tags/q

Материал из Web эксперт
Перейти к: навигация, поиск

"q" Example

    
<html>
<head>
<title>q element example</title>
</head>
<body>
    <q>
        <p>The q content is <big>not</big> rendered as a 40-pixel indentedblock.</p>
    </q>
</body>
</html>