Why when I try define List object there are inserts tag names instead 'T'?
You should enclose all code after @ in parentheses:
<td>@(Html.DropDownList("yyy", new SelectList(new List<string>{"",""})))</td>