HTML Formatting Tags Part - II

                                               HTML Formatting Tags Part - II

Let's Continue, Now here we describe HTML formatting Tags.
1. <blackquote> :- Blackquote tag describes by default margin or it specifies a section is quoted from                                 other sources.
2. <cite>             :- Cite tag is used for defining a title of our data Ex:- It is a book title, our Article                                     title, our Sculpture title etc.
3. <code>           :- This tag is used for showing output in Various form or various format.

This all HTML tag used in this type and enjoy output

<html>
  <head>
   <title>HTML Formatting Tags</title>
  </head>
  <body>
     <blockquote cite="#"> This is <b>webtipstop.blogspot.com </b> helpful for website designing. Here we describe all HTML coding which is helpful for website designing with CSS, CSS5, CSS6. Hyper Text Markup Language</blockquote>
Hyper Text Markup language <cite>HTML</cite>
     <em>Hyper Text Markup language</em>
     <strong>Hyper Text Markup language</strong>
     <code>Hyper Text Markup language</code>
     <samp>Hyper Text Markup language</samp>
     <kbd>Hyper Text Markup language</kbd>
     <var>Hyper Text Markup language</var>
  </body>
<html>  

Comments

Popular Posts