with out HTML tag how can file converting in a website pages?is thair any compiler used by . HTML format file.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

with out HTML tag how can file converting in a website pages?is thair any compiler used by . HTML format file.?

just wanted to know how like .html file compilation process ,if you saved simple like rworld.html with some content ..

19th Sep 2017, 6:10 PM
Rajkishor Mahanada
Rajkishor Mahanada - avatar
3 Answers
+ 5
Your browser is what is translating and presenting the data to you. This is why you can have differing results between the various browsers, and often have to accommodate the mainstream browsers by doing the same thing multiple ways so that it translates properly between the browsers people mainly use. Think of HTML/CSS as the websites way of telling your browser how to arrange and represent the data.
19th Sep 2017, 6:20 PM
AgentSmith
+ 4
The browser simply looks at the markup and translates based upon that. It doesn't matter what operation system you're using, but the version of your browser will matter, however. Unfortunately, the browser companies are allowed to decide how they want their browser to interpret and display all of it, which is annoying from a developer perspective, since you have to take that into consideration rather than simply follow a set of standards that is across the board. It is by far the thing I hated most about web development. If Internet Explorer was a person, I would choke them until they no longer lived. :) My apologies if I'm not fully understanding what you're asking. Let me know if I need to clarify anything.
19th Sep 2017, 6:36 PM
AgentSmith
+ 2
okay I agree with your answer but is there any special compilation method used by browser else systems like Windows 7
19th Sep 2017, 6:29 PM
Rajkishor Mahanada
Rajkishor Mahanada - avatar