i_hate_toms
New Member
hello everyone. I'm pretty much "lost" with HTML at the moment.
Missed the first couple of classes thinking this is just another language and i can learn it on my own. Turns out, this doesn't even remotely look like any other language i've learned so far. The three other languages I (somewhat) know (not saying am an expert), are C, C++, and Visual Basic.
And this is not at all like any of them!
I have this book here (HTML Blackbook, by "Steven Holzner"/ "Dreamtech Press/ Paraglyph Press, USA., IBSN10: 81-7722-086-1), and this is how the first page looks like:-
As you can see, it's not at all anything like the 3 other languages i have learned so far. And this page i typed above, makes no sense to me.
And this is the very first chapter/ page of the book. If I cannot understand this, i will probably never learn HTML.
So I was wondering, all you HTML experts here, could you please explain what this means? Or maybe give me a link to some page where they explain it in an easier way?
Thanks.
Missed the first couple of classes thinking this is just another language and i can learn it on my own. Turns out, this doesn't even remotely look like any other language i've learned so far. The three other languages I (somewhat) know (not saying am an expert), are C, C++, and Visual Basic.
And this is not at all like any of them!
I have this book here (HTML Blackbook, by "Steven Holzner"/ "Dreamtech Press/ Paraglyph Press, USA., IBSN10: 81-7722-086-1), and this is how the first page looks like:-
--------------------<HTML>
Purpose: Starts the HTML document.
Attributes:-
*CLASS: Class of the element (used for rendering). [IE4, IE5] {is this like the "class" construct we use to define ADTs in OOP/ C++??}
*DIR: Gives the direction of directionally neutral text. Possible Values:- LTR and RTL.
*ID: Unique alphanumeric identifier for the tag which you can use to reffer to it. [IE4, IE5, NS4]
*LANG: Base language used for the tag [4, NS4]
*VERSION: Deprecated. Version of the language used.
*XMLNS: Declares a namespace for custom tags used in an HTML document. [IE4, IE5]
As you can see, it's not at all anything like the 3 other languages i have learned so far. And this page i typed above, makes no sense to me.
And this is the very first chapter/ page of the book. If I cannot understand this, i will probably never learn HTML.
So I was wondering, all you HTML experts here, could you please explain what this means? Or maybe give me a link to some page where they explain it in an easier way?
Thanks.