January 2018
Intermediate to advanced
332 pages
7h 36m
English
Any web page, when rendered, needs some meta-information. Although this information does not get rendered on the page, it's critical to render the page correctly. The following are some of the good practices for adding the meta-information:
<html lang="en-US">
<meta charset="UTF-8">
<title>This is the page title</title><meta name="description" content="This is an example description.">
Read now
Unlock full access