InterviewSolution
Saved Bookmarks
| 1. |
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. 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. |
|