HTML/CSS/Text Tags/q

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

"q" Example

   <source lang="html4strict">
   

<html> <head> <title>q element example</title> </head> <body>

   

The q content is not rendered as a 40-pixel indentedblock.

   

</body> </html>


     </source>