Skip to main content

Command Palette

Search for a command to run...

Html Tutorial: HTML Quotations and comments

Updated
2 min readView as Markdown
Html Tutorial:  HTML Quotations and comments

We are going to look into some quotations element and what the comment is.

AD-BANNER

HTML blockquote tag for quotations

This element defines a section that is quoted from another source. Browsers are known to indent them.

<p> Here is a quote about life.</p>
<blockquote cite=http://www.blog.hubspot.com>
    The way to get started is to quit talking and begin doing.
</blockquote>.

Here is a quote about life.

The way to get started is to quit talking and begin doing.

Html cite tag for work title

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

HTML Code:

<p> <cite> the war and peace</cite> by Leo Tolstoy. </p>

Comments

Html comments are usually written to explain a piece of code and is usually ignored by web browsers. They are also useful in documenting your html source code.

<!------ write your comment here ----> With comment you can place reminders or debug your code easily.
<!------ write your comment here ----> With comment you can place reminders or debug your code easily.

Create Stunning Websites and Web Apps

Building different custom components in React for your web apps or websites can get very stressful. That's why we decided to build contrast. We have put together a UI kit with over 10000+ components, 5 admin dashboards and 23 additional different pages template for building almost any type of web app or webpage into a single product called Contrast Pro. Try contrast pro!

Contrast Design Boostrap

Contrast React Bootstrap PRO is a Multipurpose pro template, UI kit to build your next landing, admin, SAAS, a prelaunch, etc project with a clean, well-documented, well-crafted template and UI components. Learn more about Contrast Pro

RESOURCES

Introduction to CSS Animation

CSS Colors, Backgrounds, Borders, Margins and Padding

CSS Combinators

CSS Flexbox

CSS Fonts

CSS Grid

CSS Height And Width

Tutorial: CSS Icons

Tutorial: CSS Pagination

CSS Syntax and Selector

CSS Text and Layout

Full Website Layout

Introduction to CSS

Differences Between Tailwind CSS and Bootstrap

Differences between Tailwind CSS and SASS

All you need to know about Html Elements

HTML File path, Charset and Meta

Html 5 Formating

Html 5 Layout

Html 5 Basic Tags Example

Html Editors

HTML Quotations and comments

Including JavaScript in your HTML project.

HTML Forms

Creating Responsive HTML web design

HTML Tables, Classes and Ids

Introducing HTML

More from this blog

Devwares Blog

71 posts

We are creating high quality resources and tools to aid developers and designers during the development of their projects