C++ Programming Question:

What is an HTML tag?

Tweet Share WhatsApp

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.

Read All 120 C++ Programming Questions
Previous QuestionNext Question
Why are arrays usually processed with for loop?Explain which of the following declarations will compile and what will be constant ...