You are here: Home / Topics / Write a simple example of HTML

Write a simple example of HTML

Filed under: HTML Interview Questions on 2022-10-06 19:57:47

HTML stands for HYPER TEXT MARK UP LANGUAGE. It is used to build web pages with static text. Below is the example of simple html code:

  • <!DOCTYPE>  
  • <html>  
  • <head>  
  • <title>Web page title</title>  
  • </head>  
  • <body>  
  • <h1>Write Your First Heading</h1>  
  • <p>Write Your First Paragraph.</p>  
  • </body>  
  • </html>
About Author:
P
Prashant     View Profile
Hi, I am using MCQ Buddy. I love to share content on this website.