Ad Code

Alignment Tag

Advertisements

Alignment Tag


When used to describe text, the arrangement of text or graphics relative to a margin. Flush left alignment means that text is lined up along the left margin. Flush right alignment lines up text along the right margin. Centered alignment means that text is aligned around a midpoint. Justified alignment means that text lines up along both margins.

Programmer-Alignment Tag

<html>
      <body>
          <p align="left">      
                       Learn Easy HTML and Web Design
                  <p align="right">       
                         Learn Easy HTML and Web Design
                       <p align="center">
                 Learn Easy HTML and Web Design
    </body>
</html>


Figure  :-Alignment Tag Programme

Download Link
Advertisements

Post a Comment

0 Comments