I have been away a long time, and I still like to write code the old fashioned way, line by line, tag by tag. I have taken out the greater than less than symbols and replaced them with parentheisis, ok?
My opening line of (!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd")
(html xmlns="http://www.w3.org/1999/xhtml1/DTD/xhtml1" lang="en"
xml:lang="en")
is what i am using to link to an external style sheet.
If i am not linking to an external style sheet, I would use transitional in place of strict?
I am also adding the following after the (title) tags
(?xml version="1.0" encoding="EUC-JP"?)
( meta http-equiv="Content-type" content="text/html"; charset="EUC-JP" /)
and before the close of the (head).
Am I doing this correctly? I won't use the adv* word, but any input greatly appreciated.
My opening line of (!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd")
(html xmlns="http://www.w3.org/1999/xhtml1/DTD/xhtml1" lang="en"
xml:lang="en")
is what i am using to link to an external style sheet.
If i am not linking to an external style sheet, I would use transitional in place of strict?
I am also adding the following after the (title) tags
(?xml version="1.0" encoding="EUC-JP"?)
( meta http-equiv="Content-type" content="text/html"; charset="EUC-JP" /)
and before the close of the (head).
Am I doing this correctly? I won't use the adv* word, but any input greatly appreciated.
