Tools, FAQ, Tutorials:
HTML 'head' Element Structure
How To Write a "head" Element Properly?
✍: FYIcenter.com
The head element can not be empty. It must contain the title element,
defined by the "title" tag. The head element may contain a number of
other miscellaneous elements, like base, script, style, meta, link,
and object elements.
Here is good head element:
<head> <title>My First HTML Document</title> <base href="http://dev.fyicenter.com /"> <meta name="Author" content="FYIcenter.com" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script type="text/javascript" src="/_local.js"" /> <link rel="stylesheet" type="text/css" href="/_local.css" /> </head>
Â
⇒HTML Document Structure and Head Level Tags
⇒⇒HTML Tutorials
2017-02-20, 962👍, 0💬
Popular Posts:
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? ...
How to use the "find-and-replace" Policy Statement for an Azure API service operation? The "find-and...
How to create Hello-2.0.epub with WinRAR? I have all required files to create Hello-2.0.epub. To cre...
What Is HTML? HTML (HyperText Markup Language) is the standard markup language for creating Web page...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...