HTML

HyperText Markup Language, jise aam tor se HTML kha jata hae, ek markup bhasa hae jo ki webpage banane ke kaam aye hae.

HyperText Markup Language, jise aam tor se HTML kha jata hae, ek markup bhasa hae jo ki webpage banane ke kaam aye hae. CSS aur Javascript ke sath HTML ke sath zyadatar websites banayi jati hae. HTML code ko web browser render karke users ko website samagri jaise ki tasveer, videos aur baki ki likhe hui samagry uplabhd karvata hae.


HTML ke markup mae ka bishte brackets varti jave hae. 

References

This article uses material from the Wikipedia Fiji Hindi article HTML, which is released under the Creative Commons Attribution-ShareAlike 3.0 license ("CC BY-SA 3.0"); additional terms may apply. (view authors). Content is available under CC BY-SA 3.0 unless otherwise noted. Images, videos and audio are available under their respective licenses.
#Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. Wiki (DUHOCTRUNGQUOC.VN) is an independent company and has no affiliation with Wikimedia Foundation.

In other languages:

/** SHOW / HIDE SECTION**/function mfTempOpenSection(getID) {var x = document.getElementById("mf-section-"+getID); if (x.style.display === "none") { x.style.display = ""; } else { x.style.display = "none"; }}