answersLogoWhite

0


Best Answer

Everything on your computer has a file, and a file extention, such as .doc or .htm

These extentions tell your computer what to do with the file

.htm and .html are typically the most common webpage files, so they will open in a web browser (such as Mozilla Firefox)

Usually, index.htm or index.html are the default pages in a folder, so if you see a link that just ends in /index.htm you dont need to write that part, and the browser will still go to the same page.

All browsers differ. Firefox and Opera are very clever, if you type any word into the browser, it will use Google and your browse history to automatically go to the most likely website (try typing the phrase ministry of defence and itl load http://www.mod.uk/defenceinternet/home). However, try typing that into internet Explorer and it will get very confused, and probably open MSN Search (which is useless).

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does .html or .htm at the end of a URL tell the browser?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are the last two tags of an HTML document?

The last two tags of an HTML document are the and tags. These tags mark the end of the body and the entire HTML document, respectively. Here's a breakdown of the structure: HTML Use code with caution. Learn more The tag indicates the end of the body content, which is where the visible elements of the web page are placed. It tells the browser that the structural elements of the page have been defined. The tag marks the end of the entire HTML document. It signals to the browser that it has reached the final element of the document and can start rendering the page. Together, these two tags enclose all the HTML content and provide a clear structure for the web page.


How long does it take to learn HTML?

Depending on your affinity for logic and your existing knowledge of typesetting -- with a mastery of both, hyper-text markup language (HTML) is not difficult to learn. Given each pair of parameters, easily identified by the proximity of characters, you can embed HTML in your text and prepare the page for viewing by a Web browser. For example, every pair of parameters 'opens' and closes' a text string. A pair is also required to define the start and end of an HTML page. Here is an example of an HTML page with a four-word sentence, styled in bold type (only the four words are visible to a reader: all the characters are visible to the Web browser): <HTML> <B> This text is bold. </B> </HTML>


What html tag are used to create hyperlink?

The anchor tag is the proper tag (actually, the only tag) to use to create a hyperlink. The tag looks like this.The link textYou can also include images in the link, and a few other HTML elements. The href parameter mean "hypertext reference" and has to contain the address of the file you want to link to. You can link to any file, although URLs for HTML files are the most commonly used.The anchor tag can also be used to create "jump links" within a given page. To do that, you'd assign the anchor tag an ID, and then use another anchor tag to point at #ID. For instance:Then elsewhere in the same document:Jump to the TargetYou can also jump to that specifc part of a page from another page by appending the #ID bit to the end of the URL.


What is a simple code that provides details about HTML elements?

An HTML element is everything from the start tag to the end tag.An HTML element starts with a start tag / opening tagAn HTML element ends with an end tag / closing tagThe element content is everything between the start and the end tagSome HTML elements have empty contentEmpty elements are closed in the start tagMost HTML elements can have attributesSample CodeHello World


Which symbol is used for a closing tag in html?

The front slash is added to a tag, before the tagname, to indicate that it is a closing tag: <html> is an opening tag. </html> is a closing tag. <title> is an opening tag. </title> is a closing tag.

Related questions

Where is the gear id in roblox?

You can find the ID of a Roblox item by checking its URL. You can find the URL of an item by navigating to it in your browser and looking in your browser's address bar. At the end of the item's URL there will be a number. This number is the item's id.


How is web page executed by a web browser that has been written in other than HTML?

if its not an HTML, no browser is gonna show it, some may argue that we have coded page in java or .NET or any other language for that matter, but end of the day its HTML for the browser. Cheers!


You often see web URLs that just have a pagename ending so How do you make your website pages without having to put HTML or PHP at the end of the URLs?

When you see a URL without an extension, you usually are looking at a sub-directory of the website (http://mysite.com/here/). The browser usually fills in the rest to look for (http://mysite.com/here/index.html) You need to add an extension to your page files to let the browser know it is an HTML page. They type of extension (e.g. html, htm, shtml, php. asp, etc.) depends on the configuration of the server. The server will tell the browser which file extensions indicate HTML files and which specific files are the main page (e.g. main.html, index.html, default.html, etc.).


What is .htm at the end of a url called?

.htm or .html is the extension for the file indicating it is a hypertext markup language file.


The browser applies the feature until it encounters what tag?

An HTML end tag example the end tag to the <header> would be: </header>


How do you tell what country a webpage is from?

usually at the end of the URL. If it is from Canada, if is .ca


How do you find your roblox admin script id?

You can find the ID of a Roblox item by checking its URL. You can find the URL of an item by navigating to it in your browser and looking in your browser's address bar. At the end of the item's URL there will be a number. This number is the item's id. For VIP t-shirts, you will usually have to subtract 1 from this number to get it to work properly.


What is clockwork's ID?

Clockwork's user id on Roblox is 19358. You can find a Roblox user's id by viewing their profile, and checking the URL in your browser's address bar. At the end of the URL there will be a number. This number is the user's id.


Why colon and double slash used in URL?

colon is the end of the protocol. Example:http:https:and some less common:ftp:mms:The double slash is the start of the URL. you don't see it much but these are valid (paste into your browser://google.com///digg.com/


Can you send a HTML file by itself why or why not?

You can send it, and depending on how the HTML file was coded, it might even work as expected. If you have used external resources on the page (images, CSS files, JavaScript inclusions, etc.) and they are included using a relative URL (i.e. js/ourFancyScript.js) then they won't be available to the recipient. You would have to send these files as well, and they would have to be located on the recipients hard-drive relative to each other they same way they were on yours. With images and CSS, however, you can use an absolute URL (one that starts with http:// or file://) and that will cause the user's browser to go out and fetch that resource. With JavaScript, the code is sandboxed, and certain functions aren't allowed across the web like that--so the ability to use an absolute URL will depend heavily on how the end user opens the HTML file, which browser they're using, and how the original script acted.


What are the last two tags of an HTML document?

The last two tags of an HTML document are the and tags. These tags mark the end of the body and the entire HTML document, respectively. Here's a breakdown of the structure: HTML Use code with caution. Learn more The tag indicates the end of the body content, which is where the visible elements of the web page are placed. It tells the browser that the structural elements of the page have been defined. The tag marks the end of the entire HTML document. It signals to the browser that it has reached the final element of the document and can start rendering the page. Together, these two tags enclose all the HTML content and provide a clear structure for the web page.


Why asp is better than HTML?

ASP is for generating dynamic data driven websites. The data it sends to the user is in the form of HTML. HTML is the markup language which allows your browser to render a webpage into a particular format through the use of CSS. At the end of the day, ASP makes use of HTML to make interactive websites