HTML
CSS
JavaScript
jQuery
PHP
SQL
WordPress
HTML Tutorials

Overview

The blockquote tag and q tag both define a section of text that is quoted from another source and may need to stand out on their own to some extent.

Blockquote

The blockquote tag will have the section of text break out on its own from the surrounding text.

				
					<p>The following is a description of HTML from Wikipedia:</p>

<blockquote>"The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript."</blockquote>
				
			

The following is a description of HTML from Wikipedia:

"The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript."

Short Quotation

The HTML q tag defines a short quotation usually contained in a paragraph or line of text. There is no need to break it out on its own using the blockquote tag.

Browsers normally insert quotation marks around the quotation, but the text remains inline with the surrounding text.

				
					<p>This is a short quotation: <q>Hello World!</q></p>
				
			

Cite

Finally, the cite tag defines the title of a creative work (e.g. a book, a poem, a song, a movie, a painting, a sculpture, etc.).

The text inside the cite tag is usually rendered by the browser in italics.

				
					<p><cite>David</cite> by Michelangelo. Sculpted from 1501 to 1504.</p>

				
			

We’d like to acknowledge that we learned a great deal of our coding from W3Schools and TutorialsPoint, borrowing heavily from their teaching process and excellent code examples. We highly recommend both sites to deepen your experience, and further your coding journey. We’re just hitting the basics here at 1SMARTchicken.

HTML
CSS
JavaScript
jQuery
PHP
SQL
WordPress

Why 1SMARTchicken?

This site was built and is maintained to benefit my autistic son.
See More →

My Son's Name is Johnny

He was diagnosed as autistic quite late, at age four...
His story

Buy Me a Coffee

Thanks for your support!

Feedback

If you see an error on the page or the code itself is incorrect or incomplete, or just plain wrong, please let us know. We’re always learning. NOTE: we do not sell your information and will not send you spam emails.