Q2: Write HTML code for the following layout... 4 marks] Participants stu In Phone Course Grade...
Q2: Write HTML code for the following layout... 4 marks] Participants stu In Phone Course Grade Name ABC XYZ +1 (023) 4585867 BIT123 1 (034) 56789 BIT234 Send email at info@ecmit.ac.ae [6 marks Q3: Write the output of the following codes. A. <script var text = ""; var i 0; while(i < 3) { text +"<br> The number is" +i; document.write(text); </script