Sameer VermaNov 23, 20231 min readHTML for beginners – Example 1<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>This is a Example Heading</h1> <p>This is a Example paragraph.</p> </body> </html>
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>This is a Example Heading</h1> <p>This is a Example paragraph.</p> </body> </html>
Comments