I want to incorporate an input field on my website where users can list their skills. These skills should be displayed individually as separate elements on the front end of the site. The desired format for users to input their skills is as follows:
skill 1, skill 2, skill 3
When displayed on the front end, it should appear like this:
[Skill 1] [Skill 2] [Skill 3].
The use of a comma will delineate each skill
and CSS styling will be applied to each individual skill.
I have experimented with various methods but none have achieved the result I envisioned. Any assistance in achieving this layout would be greatly appreciated.
Thank you