5. Custom Tags in JSP (66. JSP)
5.1 Folder with custom tags - https://github.com/AndriiPiatakha/java-learnit-web-online-store/tree/master/online-store.web/src/main/webapp/WEB-INF/tags/general 5.2 JSP File Source Code from the lesson - https://github.com/AndriiPiatakha/java-learnit-web-online-store/blob/master/online-store.web/src/main/webapp/jsp-tags-demo.jsp 5.3 Package with Java Handlers implementations - https://github.com/AndriiPiatakha/java-learnit-web-online-store/tree/master/online-store.web/src/main/java/com/itbulls/learnit/onlinestore/web/tags 5.4 TLD file example - https://github.com/AndriiPiatakha/java-learnit-web-online-store/blob/master/online-store.web/src/main/webapp/WEB-INF/custom.tld
5.1 Folder with custom tags - https://github.com/AndriiPiatakha/java-learnit-web-online-store/tree/master/online-store.web/src/main/webapp/WEB-INF/tags/general 5.2 JSP File Source Code from the lesson - https://github.com/AndriiPiatakha/java-learnit-web-online-store/blob/master/online-store.web/src/main/webapp/jsp-tags-demo.jsp 5.3 Package with Java Handlers implementations - https://github.com/AndriiPiatakha/java-learnit-web-online-store/tree/master/online-store.web/src/main/java/com/itbulls/learnit/onlinestore/web/tags 5.4 TLD file example - https://github.com/AndriiPiatakha/java-learnit-web-online-store/blob/master/online-store.web/src/main/webapp/WEB-INF/custom.tld
