Computer >> Computer tutorials >  >> Programming >> Programming

What is info attribute in JSP?


The info attribute lets you provide a description of the JSP. The following is a coding example −

<%@ page info = "This JSP Page Written By ZARA" %>