Sinisterly
[HTML] - Your first webpage. - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Design (https://sinister.ly/Forum-Design)
+--- Forum: Web Design (https://sinister.ly/Forum-Web-Design)
+--- Thread: [HTML] - Your first webpage. (/Thread-HTML-Your-first-webpage)

Pages: 1 2 3 4 5


RE: [HTML] - You r first webpage. - The Real Slim Shady - 12-19-2012

(12-19-2012, 12:11 AM)bluedog.tar.gz Wrote: Hey Geoff,

Its different from person to person. I usually prefer to capitalize stuff that are important if you are working with big HTML documents.

And about the xHTML vs HTML, I wouldn't really know yet. xHTML hasn't fully replaced HTML yet for the web. HTML is written in its own unique syntax while xHTML is different. For me the biggest reason is that browsers parse HTML waaay faster then xHTML. Also xHTML does NOT have good browser support.

actually, ive seen very little different between HTML 4.01 and XHTML 1.0 - really the only difference ive noticed, is that they are stricter in programming requirements. lower case tags, mandatory document tags, closing tags required, and proper nesting of elements for example. Basically its everything an html programmer should be doing in the first place? LOL

Also, xhtml makes converting to XSLT and XML documents easier if that need should ever arise.


RE: [HTML] - You r first webpage. - The Real Slim Shady - 12-19-2012

(12-19-2012, 12:11 AM)bluedog.tar.gz Wrote: Hey Geoff,

Its different from person to person. I usually prefer to capitalize stuff that are important if you are working with big HTML documents.

And about the xHTML vs HTML, I wouldn't really know yet. xHTML hasn't fully replaced HTML yet for the web. HTML is written in its own unique syntax while xHTML is different. For me the biggest reason is that browsers parse HTML waaay faster then xHTML. Also xHTML does NOT have good browser support.

actually, ive seen very little different between HTML 4.01 and XHTML 1.0 - really the only difference ive noticed, is that they are stricter in programming requirements. lower case tags, mandatory document tags, closing tags required, and proper nesting of elements for example. Basically its everything an html programmer should be doing in the first place? LOL

Also, xhtml makes converting to XSLT and XML documents easier if that need should ever arise.


RE: [HTML] - You r first webpage. - bluedog.tar.gz - 12-19-2012

(12-19-2012, 06:44 AM)Geoff Wrote:
(12-19-2012, 12:11 AM)bluedog.tar.gz Wrote: Hey Geoff,

Its different from person to person. I usually prefer to capitalize stuff that are important if you are working with big HTML documents.

And about the xHTML vs HTML, I wouldn't really know yet. xHTML hasn't fully replaced HTML yet for the web. HTML is written in its own unique syntax while xHTML is different. For me the biggest reason is that browsers parse HTML waaay faster then xHTML. Also xHTML does NOT have good browser support.

actually, ive seen very little different between HTML 4.01 and XHTML 1.0 - really the only difference ive noticed, is that they are stricter in programming requirements. lower case tags, mandatory document tags, closing tags required, and proper nesting of elements for example. Basically its everything an html programmer should be doing in the first place? LOL

Also, xhtml makes converting to XSLT and XML documents easier if that need should ever arise.

Lets see when that moments happen that everybody is going to do xhtml instead of html Biggrin


RE: [HTML] - You r first webpage. - bluedog.tar.gz - 12-19-2012

(12-19-2012, 06:44 AM)Geoff Wrote:
(12-19-2012, 12:11 AM)bluedog.tar.gz Wrote: Hey Geoff,

Its different from person to person. I usually prefer to capitalize stuff that are important if you are working with big HTML documents.

And about the xHTML vs HTML, I wouldn't really know yet. xHTML hasn't fully replaced HTML yet for the web. HTML is written in its own unique syntax while xHTML is different. For me the biggest reason is that browsers parse HTML waaay faster then xHTML. Also xHTML does NOT have good browser support.

actually, ive seen very little different between HTML 4.01 and XHTML 1.0 - really the only difference ive noticed, is that they are stricter in programming requirements. lower case tags, mandatory document tags, closing tags required, and proper nesting of elements for example. Basically its everything an html programmer should be doing in the first place? LOL

Also, xhtml makes converting to XSLT and XML documents easier if that need should ever arise.

Lets see when that moments happen that everybody is going to do xhtml instead of html Biggrin


RE: [HTML] - You r first webpage. - bluedog.tar.gz - 12-19-2012

(12-19-2012, 06:44 AM)Geoff Wrote:
(12-19-2012, 12:11 AM)bluedog.tar.gz Wrote: Hey Geoff,

Its different from person to person. I usually prefer to capitalize stuff that are important if you are working with big HTML documents.

And about the xHTML vs HTML, I wouldn't really know yet. xHTML hasn't fully replaced HTML yet for the web. HTML is written in its own unique syntax while xHTML is different. For me the biggest reason is that browsers parse HTML waaay faster then xHTML. Also xHTML does NOT have good browser support.

actually, ive seen very little different between HTML 4.01 and XHTML 1.0 - really the only difference ive noticed, is that they are stricter in programming requirements. lower case tags, mandatory document tags, closing tags required, and proper nesting of elements for example. Basically its everything an html programmer should be doing in the first place? LOL

Also, xhtml makes converting to XSLT and XML documents easier if that need should ever arise.

Lets see when that moments happen that everybody is going to do xhtml instead of html Biggrin


RE: [HTML] - Your first webpage. - Mobbin_mybb_import7377 - 12-21-2012

Nice tutorial i bumped into someone who knows HTML css js jquiery ect ect and he offered to teach me out of the blue and today he said he's going to teach me css now he taught me HTML


RE: [HTML] - Your first webpage. - Mobbin_mybb_import7377 - 12-21-2012

Nice tutorial i bumped into someone who knows HTML css js jquiery ect ect and he offered to teach me out of the blue and today he said he's going to teach me css now he taught me HTML


RE: [HTML] - Your first webpage. - MalleusDemonium - 12-21-2012

Nice oone blue... Now i have to relearn it again.. its been a longgggg time... lol


RE: [HTML] - Your first webpage. - bluedog.tar.gz - 12-23-2012

(12-21-2012, 02:49 PM)MalleusDemonium Wrote: Nice oone blue... Now i have to relearn it again.. its been a longgggg time... lol

Haha, take your time Wink


RE: [HTML] - Your first webpage. - H4R0015K - 12-23-2012

@Blue can you explain doctype in more detail i am mean what is doctype?