HTML & CSS TUTORIAL- 5

BLOCKQUOTES


consider the following code:-

<html>
  <head>
    <title>my first website</title>
  </head>
  <body>
  <blockquote>
    <p> hard work is the key to success </p>
  </blockquote>

  </body>
</html>


comments on code:-

the result of above code will be same as the result without blockquote tag. but we use blockquote tag so that we can use the styling for further decoration. and it helps the user during viewing the source code to understand that, actually it is a blockquote.. we will learn styling in further classes.. thank you

Share this

Related Posts

Previous
Next Post »

Powered by Blogger.

Popular Posts