Category: 3rd Semester
Web Programming I | Preboard Solutions
Morgan Group A Why is <head> tag used in HTML file? The <head> tag is used in HTML file to contain specific information about a web page, referred as metadata, which includes things like the title of the document (which is mandatory), scripts or links to scripts, and CSS files. E.g. <head> <title> Title </title> […]
Continue ReadingWeb Programming 1 Short Question Answer 2012
2012 Group A What is cookie?? A cookie is a text file that a web browser stores on user’s machine.they are used by websites for authentication,storing website information/preferences,othe browing information etc. Where is client side scripting language executed? The client-side environment used to run scripts is usually a browser. The processing takes place on the […]
Continue ReadingWeb-1 solution
Pre board solutions
Continue Reading