Introduction to HTML | Learn HTML | Tutorials HTML

submited by
Style Pass
2021-06-23 10:30:10

In this era of technology, anything digital holds a prime significance in our day-to-day life. Hence, developers have submerged themselves to create a major impact using programming languages.

In this era of technology, anything digital holds a prime significance in our day-to-day life. Hence, developers have submerged themselves to create a major impact using programming languages.

<!DOCTYPE html> <html> <head> <title> This is a document Title </title> </head> <body> <h1>Welcome to Cronj</h1> <p>My first paragraph.</p> </body> </html>

Leave a Comment