i just want to know the correct syntax
The table hint documentation reference suggests your syntax is correct. Below is an example code snippet from the FORCESEEK section that shows usage combining FORCESEEK and an INDEX hint:
FROM dbo.MyTable WITH (FORCESEEK, INDEX (MyIndex))