|
|
|
Use this tool to learn about websites, specifically the one you just entered.
If you find some aspect of it inappropriate it is not our fault.
If you are the owner of this website: yes we are a real search engine, we do have a real web crawler called FyberSpider and you can block it if you feel the urge.
We are in the process of updating this tool. Until we are done just use our search results to check the inclusion status of your site.
Submit your site to major search engines within 48 hours.
Find out if your site has been cataloged by top search engines for only $8.99.
Below you will see site info taken directly from the URL you entered in real time. This is also known as our URL Breakdown tool and can be used independently of our site info tool.
c
Declarations
13
HTML Dog
This is just a sample of the content found on this website. Please visit the website to read the entire page.
"e
27
40
4
2
The Best Practice Guide To XHTML and CSS
20
Home
2
→
33
Tutorials →
3d
HTML Advanced Tutorial →
4
17
c
Declarations
7
82
This page deals with the how to define a valid XHTML document.
3f
76
HTML Dog, The Book
6
1
2
2
95
HTML Dog is hosted by Titan Internet
24db
Document type declarations
At the very top of your web pages, you need a document declaration. That's right, you need it.
Without specifying a doctype, your HTML just isn't valid HTML and most browsers viewing them will switch to 'quirks mode', which means they will think that you don't know what the hell you're doing and make up their own mind on what to do with your code. You can be the greatest HTML ninja ever to have walked the earth. Your HTML can be flawless and your CSS simply perfect, but without a document declaration, or a wrong document declaration, your web pages can look like they were put together by a short-sighted, one-eyed infant gibbon with learning difficulties.
The document declaration for XHTML 1.0 Strict looks like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
The following is the document declaration for XHTML 1.1 , which may seem preferable, being the latest version of XH"
....
read entire page
|
Links to Pages on Other Domain Names
|
|
Links to Pages on the Same Domain Name
|
|