Every HTML documents starts with a tag like: < !DOCTYPE html> .
The HTML document itself begins with <html> and ends with </html> .
The visible part of the HTML document is between <body> and </body> .
Example:
< !DOCTYPE html>
< html>
< body>
< p> My first paragraph. < /p>
< /body >
< /html>
So the HTML will be like:
If you run this program, we will get output like this:
0 মন্তব্য(গুলি):
একটি মন্তব্য পোস্ট করুন