HTML and CSS Reference
In-Depth Information
At this point our HTML document should contain the following code.
<html>
<head>
<meta charset=”utf-8” />
<title>Curriculum Vitae</title>
</head>
<body>
</body>
</html>
We now have enough information to display this document in a web browser. The browser
window will still be empty, as we have not entered any web content, but the title bar will
display the name that we placed inside the <title> element.
 
Search WWH ::




Custom Search