The Experiment
Experiment -»
-» When I write code and press the Run Button the we see the Results -»
#print (" ") is code that give an Output which See by User.
#print is function key.
Facts -»
print (" ") Tag ka use Ham Jis bhi Text or Words ko User ko dikhana Chahte hai use ham " " inverted commas ke bich me Rakhte hai. Yah user ko nahin dikhata hai kewal user ko " " ke ander ka word dikhata hai.
Try Same with HTML -»
We try to use for same output using HTML.
HTML -» Hyper Text Marking Language.
<html>
<p>
........
</p>
</html>
Then Press Run....
Same Results >
Facts -»
<html> = code is started in Html
<p> = Paragraph
= for the Space in Two Word
</p> = for closed paragraph
</html> = for the closed Html code.



