what is difference between including the header file for with-in angular braces <> and double quotes ""
Answers
Answered by
1
Answer:
When you use " ", it prioritises headers in the working directory. < > are used for system headers.
Answered by
0
Explanation:
Angular braces are used to enclose the HTML code....whereas double quotes are used to give a instruction under HTML code....like <A HREF CELLSPANNING="3">....here A HREF IS THE HTML CODE...and CELLSPANNING is the command
Similar questions