|
HTML TUTORIAL: The HTML Head TagIn this tutorial we're going to talk about the HTML head tag also called the head element. The head element contains general information, also called meta- information, about a document. According to the HTML standard, only a few tags are legal inside the head section. These are: <base>, <link>, <meta>, <title>, <style>, and <script>. Below is a sample of some common tags that can be found inside the head tag. Below is a sample of what it should look like: <html> For now we will leave out the SCRIPT and STYLE tags and cover them in greater details in other tutorials and videos. Additional Resources for the HTML Head Tag
Video TutorialThe video tutorial below will explain in greater detail some of the more important information about the HTML <HEAD> tag. |
|
|||||||||||||||||||||||||||
| Sitemap |