Html Tutorial: HTML Quotations and comments

We are going to look into some quotations element and what the comment is.
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 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
CSS Colors, Backgrounds, Borders, Margins and Padding
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
Including JavaScript in your HTML project.






