Skip to main content

HTML Quotations, Citations and Comments

 HTML Quotations, Citations and Comments Elements:

               

HTML <blockquote>:

                   The html <blockquote> component characterizes a segment or section that is cited or quoted from another source.

Example:

·       Type the following code in notepad and save as quotations.html

<HTML>

<BODY>

<p>Here is a quote from Skill Learning 7 website :</p>

<blockquote cite="https://skilllearning7.blogspot.com/2020/11/html-text-formatting.html">

Welcom Every One<BR>Here you will learn different skills<BR>

</blockquote>

</BODY>

</HTML>

·       Double click the file.

·       The web page will appear in the browser as below










HTML <q> tag:

     The HTML <q> tag characterizes or defines a short citation or quotation.

 

Example:

  •     type the following code in notepad

 <HTML>

<BODY>

<p><q> Skill Learning 7 </q></p>

</BODY>

</HTML>


  • save the file as qutation2.html
  • double click the file the page will be open in the browser







HTML <abbr> tag:

The HTML <abbr> tag defines an abbreviation or an acronym, like "HTML", "CSS".

creating abbreviations can give helpful information to browsers, translation systems and search-engines.

Example:

·       Type the following code in notepad

<HTML>

<BODY>

<p>The <abbr title="Skill Learning 7">SL7</abbr> was esteblished in 2020. </p>

</BODY>

</HTML>

·       Save as abbr.html.

·       Double click the file. The web page will appear in the browser.






HTML <address>:

     The HTML <address> tag defines the contact information for the owner of a document.

 

The contact information can be an email address, URL, phone, number, social, etc.

 

The text in the <address> element usually display in italic, and browsers will always add a line break before and after the <address> element.

Example:

·       Type the following code in notepad

<HTML>

<BODY>

<address>

Written by Amriha Gull.<br>

Visit us at:<br>

Example.com<br>

<br>

PAK

</address>

</BODY>

</HTML>

·       Save the file as address.html

·       Double click the file. The web page will appear



HTML <bdo> tag:

          The HTML <bdo> tag is used to override the current text direction

          BDO stands for Bi-Directional Override.

Example:

·       Type the following code in notepad

 

<HTML>

 

<BODY>

 

<bdo dir="rtl">My name is Amriha Gull</bdo>

 

</BODY>

 

</HTML>

·       Save the file as address.html

·       Double click the file. The web page will appear

 


HTML Comment Tags:

 Comments can be added to HTML source by using the following syntax:

<! -- Your comment here -->








Comments

Popular posts from this blog

Computer Network Architecture

Computer Network Architecture  PC Network Architecture is characterized as the physical and sensible plan of the product, equipment, conventions, and media of the transmission of information. Essentially we can say that how PCs are coordinated and how assignments are apportioned to the PC.  Types of network architectures are used: Peer-To-Peer network Client/Server network Peer-To-Peer network: A Peer-To-Peer network is an organization wherein every one of the PCs is connected along with equivalent advantages and obligations regarding preparing the information.  The Peer-To-Peer network is helpful for little conditions, generally up to 10 PCs.  The distributed organization has no devoted workers.  Extraordinary consents are appointed to every PC for sharing the assets, yet this can prompt an issue if the PC with the asset is down.  Computer Network Architecture  Computer Network Architecture is characterized as the physical and sensible plan of the pro...

Basics of Automata Theory

 Basics of Automata Theory  What is Automata Theory?  Introduction Automata Theory is an energizing, hypothetical part of software engineering. It set up its foundations during the twentieth Century, as mathematicians started creating - both hypothetically and in a real sense - machines that imitated certain highlights of man, finishing estimations all the more rapidly and dependably. The word machine itself, firmly identified with "mechanization", signifies programmed measures doing the creation of explicit cycles. Essentially expressed, the automata hypothesis manages the rationale of calculation concerning straightforward machines, alluded to as automata. Through automata, PC researchers can see how machines figure works and tackle issues and all the more significantly, how it affects a capacity to be characterized as calculable or for an inquiry to be depicted as decidable.  Robots are unique models of machines that perform calculations on a contribution by trave...

Highlights/Features Of Computer Network

 Highlights/Features Of Computer Network Highlights Of Computer organization  In this article guide, we will talk about the highlights of a Computer Network  A rundown Of Computer network highlights is given underneath.  Execution  communication speed  Document sharing  Back up and Rollback is simple  Programming and Hardware sharing  Security  Versatility  Unwavering quality  Execution:  The performance of a Computer network is estimated as far as reaction time. The reaction season of sending and getting information from one hub (PC in a PC network regularly alludes to a hub) to another ought to be negligible.  Information Sharing: One of the motivations behind why we utilize a PC network is to divide the information among various frameworks associated with one another through transmission media.  Reinforcement:  A PC network should have a focal worker that keeps the reinforcement of all the information tha...