3 types of align attribute in HTML.

Now we are checking 3 types of align attribute.

  • Left
  • Center
  • Right

Coding view of align attribute in HTML.

<html>

<head>
 <title>Align Attribute Coding</title>
</head>

<body>
  <p align = "left">Left coding view</p>
  <p align = "center">Center coding view</p>
  <p align = "right">Right coding view</p>
</body>

</html>

Coding view in notepad++

Noteped++ Download link here https://notepad-plus-plus.org/downloads/



Image 1

Result view in browser




Image 2

C:/Users/MUNZIR/Document/align.html this is our programme file path. You need more information check the practical video.

Practical Video




Tags

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.