|
CodeAve.com -
HTML -
Headers
|
|
CodeAve.com/HTML - Headers
|
No Cache
Just about every time you go to a page on the web, your browser, depending on its settings, will make a local copy of that page and its contents on your PC in the directory that your browser targets as its cache. This is so your browser can access local (more)
Meta Refresh
The meta refresh tag will redirect the browser to another location after a set period of time. This is useful for redirecting people to a new location of a page that has changed locations or can be used to display a series of pages in order much like a s (more)
Basic Meta Tags
Meta tags provide information to the browser, but they also bring information to any search engine that may come across your site. Typically, a search engine, when it goes to index your site will look specifically for certain terms that help it identify (more)
Page Title
The <title> </title> tags display the name of the page in the title bar of the browser. It will also serve as the name of the bookmark/favorite if saved locally. Without title tags the name of the page will default to it’s url. The title ta (more)
Base Target
The base target tag is one of several tags in html that aid in reducing the amount of repetitive text in your document. By declaring a base target you are in affect telling the browser that all links contained within the document will be targeted to the (more)
Base Href
The base href tag is one of several tags in html that aid in reducing the amount of repetitive text in your document. By declaring a base href you are in affect telling the browser that all relative links contained within the document start from that spe (more)
|
|
|
|