answersLogoWhite

0

What tags are used inside head?

Updated: 8/11/2023
User Avatar

Wiki User

9y ago

Best Answer

The whole Doctype tag in html 4 is shortened in html 5. Say in html 4 you saw some code like this at the top:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Now you just use

<!DOCTYPE html>

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

There are many tags you can use inside the HTML <head></head> tag. The required tag is <title></title> (required for an HTML document). Other tags are: <style>, <base>, <link>, <meta>, <script>, and <noscript>.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What tags are used inside head?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do head in HTML mean?

Well, - Contains information about the page such as the TITLE, META tags for proper Search Engine indexing, STYLE tags, which determine the page layout, and JavaScript coding for special effects.Closes The Head Area----Hope This Helps,JBird608


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


What are some of HTML heads?

The head tags contain general information about the HTML document. Tags that can be included within the head tags are: &lt;meta&gt;, &lt;title&gt;, &lt;style&gt;, &lt;base&gt;, &lt;link&gt;, and &lt;script&gt;. The Meta tags are used to provide information to the browsers or search engines. This is where the Keywords, and description of the page is located. The information provided in the head tags does not display in the web page.


How do you build a website with HTML?

You can build a website by HTML using it's predefined tags. Head, Body, A, P etc are some of the tags that can be used.


What are golf club head cover number tags used for?

To tell which club is under the cover


Which tag is not required for an HTML page?

The only tags needed are the HTML, HEAD, TITLE and BODY tags, with their corresponding closing tags. All other tags can said to be not required, though obviously many of them will be used, as otherwise your page would be very plain.


How many HTML tags should be used for a simple web pages?

2-3 tags including the main HTML, BODY and HEAD tag can be used. They can make a fairly simple web page.


What are common uses for rfid tags?

RFID tags are used for many different reasons. Some of the most common is on animals to prevent trafficking. It is also used inside on tires to relay information in regards to road conditions.


What allows the author to define the tags that will be used?

All tags in HTML go inside the angle brackets. Examples include: Remember: all spellings are american, even if you live in the U.K.


How do you tell if an Abercrombie t shirt is real or fake?

The tags in the inside are different to the real tags


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


Which tags are allowed in the HTML head portion of the HTML document?

&lt;TITLE&gt; &lt;/TITLE&gt;, Text formatting tags