Find all types of basic coding here.
<!DOCTYPE html> <html> <head> <title>Paragraph in HTML</title> </head> <body> <p>This is Paragraph - 1</p> <p>This is Paragraph - 2</p> <p>This is Paragraph - 3</p> <p>This is Paragraph - 4 and so on ...</p> </body> </html>
No comments:
Post a Comment