Top "Browser" questions

A web browser or Internet browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web.

Hiding the scroll bar on an HTML page

Can CSS be used to hide the scroll bar? How would you do this?

css browser scrollbar
How to manually send HTTP POST requests from Firefox or Chrome browser?

I want to test some URLs on a web application I'm working on. For that I would like to manually …

ajax google-chrome firefox browser http-post
What is the maximum length of a URL in different browsers?

What is the maximum length of a URL in different browsers? Does it differ among browsers? Is a maximum URL …

http url browser
What does <meta http-equiv="X-UA-Compatible" content="IE=edge"> do?

What's the difference if one web page starts with <!DOCTYPE html> <html> <head> <…

html internet-explorer browser x-ua-compatible
How do you disable browser Autocomplete on web form field / input tag?

How do you disable autocomplete in the major browsers for a specific input (or form field)?

html forms browser autocomplete
How to get the browser to navigate to URL in JavaScript

What is the best (correct, modern, cross-browser, safe) way to get a web browser to navigate to a URL of …

javascript browser navigation
Disabling Chrome cache for website development

I am modifying a site's appearance (CSS modifications) but can't see the result on Chrome because of annoying persistent cache. …

google-chrome caching browser google-chrome-devtools browser-cache
Embedding Base64 Images

Purely out of curiosity, which browsers does Base64 image embedding work in? What I'm referring to is this. I realize …

html base64 browser
Force browser to clear cache

Is there a way I can put some code on my page so when someone visits a site, it clears …

html caching browser meta-tags
Why does HTML think “chucknorris” is a color?

How come certain random strings produce colors when entered as background colors in HTML? For example: ...produces a document with …

html browser background-color