Removed Elements
The following HTML 4.01 elements are removed from HTML5:- <acronym>
- <applet>
- <basefont>
- <big>
- <center>
- <dir>
- <font>
- <frame>
- <frameset>
- <noframes>
- <strike>
- <tt>
IEnumerable "<"invention">" invention = from i in DataContext.invention where i.Sharable == true select i
.css()
multi-property getter.var Collection = $("#login").css([ "width", "height", "backgroundColor" ]);
Collection
will be an array and it will look something like this{ width: "100px", height: "200px", backgroundColor: "#FF00FF" }