Content deleted Content added
→Explaining what the DOM is without being vague: new section |
m →Explaining what the DOM is without being vague: oops, wanted to also add this source |
||
Line 106:
<blockquote>Another language that targets the DOM is [[Cascading Style Sheets]] or CSS. CSS can change the display of a webpage by naming elements in its DOM and specifying how they are rendered.</blockquote>
--[[User:Qwerty0|Qwerty0]] ([[User talk:Qwerty0|talk]]) 09:31, 8 December 2011 (UTC)
Oh, forgot to mention: There's a good explanation of the intricacies of HTML, browser parsing, DOM's, tags, and elements in [http://www.youtube.com/watch?v=WxmcDoAxdoY this video] (the real DOM talk starts at [http://www.youtube.com/watch?v=WxmcDoAxdoY&t=8m39s 8:39]). It includes great things like [http://www.youtube.com/watch?v=WxmcDoAxdoY&t=25m13s this explanation] of the difference between HTML tags and DOM elements. I'm aiming to have something in this article equally clarifying.
--[[User:Qwerty0|Qwerty0]] ([[User talk:Qwerty0|talk]]) 09:54, 8 December 2011 (UTC)
|