<q>
<q> tag is used when some text/content need to placed in double quotes.
Syntax:
<q>Content to be placed with in double quotes here...</q>
Example:
<html>
<head>
<title>HTML Tutorial</title>
</head>
<body>
<p>
This site contains free <q>HTML</q>,<q>CSS</q>,<q>DOTNET</q>,<q>SQL</q> AND <q>WCF</q>
tutorials.
</p>
</body>
</html>
Output:
This site contains free HTML
,CSS
,DOTNET
,SQL
AND WCF
tutorials.
Useful Tools
Online Code Editor and Compiler
HTML Minifier
Online HTML Compiler/Preivew
Word Count Tool
Replace Text/Word tool
Latest Blogs
How to check if a canvas is empty or blank
Maintain div or panel scroll position after postback in asp.net update panel
Draggable button using jquery ui
Get total number of tables, views, stored procedures and functions count and names in sql server
JavaScript function to get date in mmddyyyy hhmmss ampm forma