How does html works in browser ? is it compiled or interpreted ?
Answers
Answer:
What and where are the interpreter and compiler in HTML?
Choose the right partner in your home building journey.
What and where are the interpreter and compiler in HTML?
HTML is not a programming language. Compiler and Interpreter are used in Programming language to convert high level language i.e. C, C++, Java into low level language i.e. assembly/machine code.
HTML is text markup language. Markup language is used to describe the visual appearance of a document to be displayed, that means only defining how things are displayed. Therefore, no need to use compiler or interpreter.
But, Browsers do contain something similar to interpreter (called parser). Parser will identify various tags and display them accordingly - it depends on the way tags are rendered in browser. One of the component of web browser called rendering engine performs this task.
Answer:
How does html works in browser?
answer:Cursed Objects is broken into sections based on the location of the cursed object in question — in a museum, a private collection, or the world wide web (think chain emails).
How does html works in browser?
answer:The difference between an interpreted and a compiled language lies in the result of the process of interpreting or compiling. An interpreter produces a result from a program, while a compiler produces a program written in assembly language. ... Creating a compiled program requires several steps