TheDeveloperBlog.com

Home | Contact Us

C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML

HTML Quotes

HTML quotes or html quotation with examples, forms, input, text, anchor, image, heading, marquee, textarea, paragraph, title, quotes, code etc.

<< Back to HTML

HTML Quotes

HTML quotes are used to put a short quotation on your website. To do so, you need to use HTML q tag and HTML blockquote tag.


HTML q tag

HTML q tag is used to put small quotation. To do so, write your text within <q>.............</q> tag.

<p> Great quote on love and life.</p>
<p> Dr. Seuss once said : <q>Reality is finally better than your dreams.</q></p>
Test it Now

Output:

Great quote on love and life.

Dr. Seuss once said : Reality is finally better than your dreams.


HTML blockquote tag

HTML blockquote tag is used to define a large quoted section. If you have a large quotation then put the entire text within <blockquote>.............</blockquote> tag.

<p> Read this inspirational story.</p>
<blockquote> According to scientists, the bumblebee's body is too heavy and its wing span too 
small. Aerodynamically, the bumblebee cannot fly. But the bumblebee doesn't know that and it 
keeps flying. When you don't know your limitations, you go out and surprise yourself. In hindsight, you 
wonder if you had any limitations. The only limitations a person has are those that are self-
imposed. Don't let education put limitations on you.</blockquote>
Test it Now

Output:

Read this inspirational story.

According to scientists, the bumblebee's body is too heavy and its wing span too small. Aerodynamically, the bumblebee cannot fly. But the bumblebee doesn't know that and it keeps flying. When you don't know your limitations, you go out and surprise yourself. In hindsight, you wonder if you had any limitations. The only limitations a person has are those that are self- imposed. Don't let education put limitations on you.

Supporting Browsers

Elementchrome browser Chromeie browser IEfirefox browser Firefoxopera browser Operasafari browser Safari
<q> and <blockquote>YesYesYesYesYes

HTML Tags which are used in Quotations and Citation

TagDescription
<abbr>It defines the abbreviation or an acronym.
<address>It is used to define the contact information of the document writer.
<bdo>It defines the direction of the text.
<blockquote>It is used to define a section that is quoted from another source.
<q>It is used to put the small quotations.
<cite>It defines the title of source from where quotation or work is taken.
<define>It is used to define a definition term.
Next TopicHTML rp Tag




Related Links:


Related Links

Adjectives Ado Ai Android Angular Antonyms Apache Articles Asp Autocad Automata Aws Azure Basic Binary Bitcoin Blockchain C Cassandra Change Coa Computer Control Cpp Create Creating C-Sharp Cyber Daa Data Dbms Deletion Devops Difference Discrete Es6 Ethical Examples Features Firebase Flutter Fs Git Go Hbase History Hive Hiveql How Html Idioms Insertion Installing Ios Java Joomla Js Kafka Kali Laravel Logical Machine Matlab Matrix Mongodb Mysql One Opencv Oracle Ordering Os Pandas Php Pig Pl Postgresql Powershell Prepositions Program Python React Ruby Scala Selecting Selenium Sentence Seo Sharepoint Software Spellings Spotting Spring Sql Sqlite Sqoop Svn Swift Synonyms Talend Testng Types Uml Unity Vbnet Verbal Webdriver What Wpf