Insert an inline list of values into a table

INSERT INTO [dbo].[Email_Category_Options]
([Category]) 
VALUES 
('APP PERFORMANCE'), 
('CPU UTILIZATION'), 
('DESIGN'), 
('DPI_MOUSE'), 
('FAN')