InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Difference between href and target attributes | 
                            
| 
                                   
Answer»  the difference between href and target attribute is-Explanation:HREFthis attribute takes the URL of the liked page enclosed in double quotesTARGET The target attribute specifies a NAME or a keyword that indicates where to DISPLAY the RESPONSE that is received after submitting the form. The target attribute DEFINES a name of, or keyword for, a BROWSING context (e.g. tab, window, or inline frame).  | 
                            |