C++ Programming Question:
Download Questions PDF

What is an HTML tag?

Answer:

An HTML tag is a syntactical construct in the HTML language that abbreviates specific instructions to be executed when the HTML script is loaded into a Web browser. It is like a method in Java, a function in C++, a procedure in Pascal, or a subroutine in FORTRAN.

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
Why are arrays usually processed with for loop?Explain which of the following declarations will compile and what will be constant ...