HTML and CSS Reference
In-Depth Information
Figure 4-5. The initial files and folders
There should be a single web page named Default.cshtml . Double-click the file name in the navigation
page to open it. The initial contents will look like this:
@{
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
</body>
</html>
Defining the Page Structure
I find it helpful to start by entering the structural elements first before adding the contents. This will give you an
opportunity to see the structure clearly, uncluttered by the actual content. Open the Default.cshtml file and
enter the elements shown in Listing 4-1.
 
Search WWH ::




Custom Search