Find all types of basic coding here.
<!DOCTYPE html> <html> <head> <title>Text Allignment</title> </head> <body> <p align="center">Center</p> <p align="left">Left</p> <p align="right">Right</p> </body> </html>
No comments:
Post a Comment