0
Info on targets in HTML
Hello, I would like to get a better understanding on targets in HTML. May you answer with an example please, if not thank you.
3 Answers
+ 1
hi,
try this article:-
https://www.w3schools.com/tags/att_form_target.asp
// it has all examples
+ 1
hi,
target is an attribute in html to control the server side page.
definition: 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).
+ 1
Thank you Rajeeb, this helps me a lot. đđ»