タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとdomとhtml+cssに関するginpeiのブックマーク (1)

  • What is the DOM? | CSS-Tricks

    A reader recently wrote in asking me what the DOM was. They said they’ve heard it mentioned and alluded to, but aren’t sure they really understand it. We can fix that. But the HTML you write is parsed by the browser and turned into the DOM. View Source just shows you the HTML that makes up that page. It’s probably the exact HTML that you wrote. It might look like different code if, for example, yo

    What is the DOM? | CSS-Tricks
    ginpei
    ginpei 2013/12/30
    「僕らが書いているHTMLはDOM?」「違うよ」 「DevToolsで見える要素ツリーはDOM?」「そう、その一種だよ」 「何が違うの?」「それはね……」 という話。わかりやすそう。
  • 1