HTML and CSS Reference
In-Depth Information
FIGURE 6-3 Adding a new HTML Page component.
Both newly added HTML files have the same content, as shown below:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
Edit the content of header.html, as shown below:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<header>
Start Here! Build <b>Windows 8</b> Applications with <b>HTML5</b> and
<b>JavaScript</b>
<hr />
</header>
</body>
</html>
Search WWH ::




Custom Search