answersLogoWhite

0

How do you set the icon for an HTML document?

Updated: 8/17/2019
User Avatar

Wiki User

βˆ™ 14y ago

Best Answer

Save and upload your 16x16 icon to your server as a .ico file, then add the following code between your ... tags:

If you do not have a program that can save .ico files, there is a free favicon generator here: http://tools.dynamicdrive.com/favicon/

User Avatar

Wiki User

βˆ™ 14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you set the icon for an HTML document?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the elements of an HTML document?

The elements of an HTML document are:HEADTITLEBODY


How do you set margins without CSS in HTML?

HTML does not have a built-in way to set margins without CSS. Margins are a property of Cascading Style Sheets (CSS), not of HTML. To set margins in HTML, you need to use CSS either directly in a β€œstyle” attribute of an HTML element, or by using an external CSS file linked to your HTML document.


What is a formatting language that marks text with a set of tags that define the structure and behavior of a Web document?

The body element indicates structure and content.


What is the so-called founding technology of HTML?

hyper text markup language tags are instruction that are embedded directly into the text of the document.An HTML is the language interpreted by a browser.Web page are also called HTML document. HTML is a set of special codes that can be embedded in text to add formatting and linking information.HTML is specified as tags in a HTML document.


How do you make marquees on notepad using HTML?

Marquethis is the text for the HTML Marquee Place the Marquee tags into the document. There are many attributes you can use set the properties of the marquee.


How do you open HTML document?

click on html link


Where can one download a blank HTML document for free?

You can download a blank HTML document for free online from the W3Schools website. Once on the page, click on "HTML" in the left navigation menu and then copy and paste the code from the box into a text document and name it with the .html file extension to save the blank HTML document.


What does mean HTML documents?

HTML stands for Hyper Text Markup Language. An HTML document contains HTML code that shows a Web browser how to display the document content.


What is document tag in HTML?

HTML does not have a DOCUMENT tag. The closest thing it has is DOCTYPE, which specifies which specification of HTML (there are several versions) is being used for that page.


What should be the last command in any HTML document?

The last command in any HTML document is a closing HTML tag. Just before it is the closing BODY tag. </BODY> <HTML>


Written remarks in your HTML or CSS document which will not be displayed in the browser?

Comments are not displayed by the browser, but they can help document your HTML source code.


Differentiate HTML tag from an HTML documents?

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