+ 1
How to display the tags
I have written my tags in notepad and how will can I see in output screen..pls help me out
4 odpowiedzi
+ 5
Write between
<code></code>
Example :
<code>
<body>
SoloLearn is cool!
</body >
</code>
display :
<body> SoloLearn is cool! </body >
+ 3
Save the document in extension .html and execute opening in the browser
+ 2
actually I write the codes in notepad so I want to one how it will display and how can I run it through notepad
0
In Notepad go to File > Save as... and save the codes as "index.html" or "whatever_name.html" and then go to the browser (Chrome) for example. File > Open File..., search for your file, "index.html" click open then your codes will render (output screen) in the browser.