₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,185 members, 8,420,702 topics. Date: Friday, 05 June 2026 at 09:28 AM

Toggle theme

Dedrey's Posts

Nairaland ForumDedrey's ProfileDedrey's Posts

1 (of 1 pages)

CelebritiesRe: 9ice"i Lost My Voice Because Of Bad Music Equipment In Nigeria. by Dedrey: 10:55pm On Apr 27, 2015
MrBasketball:
Shoro niyen? undecided
oya mi le nu ooooo
WebmastersRe: Learn Web Design LIVE On Nairaland!!! by Dedrey: 11:56pm On Apr 26, 2015
Hello my palz in the house., please wen linking on html, am I to write the code too...and how am going to make the link run...
WebmastersRe: Learn Web Design LIVE On Nairaland!!! by Dedrey: 6:21pm On Apr 22, 2015
iyenimofe:
The <!DOCTYPE> declaration
As stated in an earlier post HTML comes in diferent versions, so you have to specify the version you're writing in if not your page shall be rendered in quirk mode( the browser will interpret it anyhow).
The following are the <!DOCTYPE> declarations for the commonly used versions:
WARNING: Doctype declarations must contain no errors
HTML 4.01
< ! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

XHTML 1.0
< ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

HTML 5
< ! DOCTYPE html>

NOTE: Be careful when using HTML 5 as it is not supported in old browsers.

The < ! DOCTYPE> declaration is thus the first item to be inserted in the document.
very informative...

1 (of 1 pages)