Blog Post


Miyerkules, Marso 11, 2015

HTML : Align Text (Left, Center, Right)

Output like this


Step 1: Go to > START type: Notepad / Enter

or

Windows Logo + R type : Notepad / Enter

Sample Codes


<html>
<p align=”right”> Text Output Right. </p>
<br>
<p align=”center”> Text Output Center. </p>
<br>
<p align=”left”> Text Output Left. </p>

</html>

Then save as : Yoursamplename.html

0 (mga) komento:

Mag-post ng isang Komento