Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
i need output like this
what is the input html program/code/tag/question....
Basm Allah Alrahman Alrahim
view the source code of this page you will get what you want [ note you can use CTRL + F and find , Output is like this ] look to those figures
or
<html>
<body>
<html>
<body>
welcome to html
</body>
</html>
</body>
</html>
you will observe2 things , < and > ? left < and right >
Thank you for this question that help us to search and learn
It seems like you saved the file as .txt or format other than .htm or .html. To display this output try to save the code below in an html file:
<HTML><body>what is the input html program/code/tag/question.... </body></html>
<html>
<head>
</head>
<body>
<p>what is the input html program/code/tag/question....</p>
</body>
</html>
note save the file with extension .html