what is an Attribute in http
Answers
Answered by
1
Answer:
A request attribute is an object added to the request scope on the server side used for the request processing. We can set and get the value of attributes associated with the request by using the methods of ServletRequest object.
Explanation:
Answered by
0
Explanation:
HTML attributes are a modifier of an HTML element type. An attribute either modifies the default functionality of an element type or provides functionality to certain element types unable to function correctly without them. In HTML syntax, an attribute is added to an HTML start tag.
Similar questions