A view is a standard (X)HTML document that can contain scripts. You use scripts to add dynamic content to a view.
To make it easier to add content to a view, you can take advantage of something called an HTML Helper. An HTML Helper, typically, is a method that generates a string. You can use HTML Helpers to generate standard HTML elements such as textboxes, links, dropdown lists, and list boxes.