Web Design with HTML, CSS, JavaScript and JQuery Set code example
Example 1: ~~ in javascript
~~ used to convert some types to int (32 bit int)
Example 2: To set HTML attribute and css styles in html helper control in mvc
@Html.ActionLink(emp.Name, "EmployeeDetail", new { Id = emp.Id },
new { target="_blank",
style="font-weight: bold;color: red;"})