Jump to content

Michael2019

Members
  • Posts

    1
  • Joined

  • Last visited

Michael2019's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Play with JavaScript basic syntax like alert("You're welcome") and other related JavaScript inbuilt functions that we get things done without having to know what is happening behind. Now look for a good tutorial on Document Object Model(DOM). Having good knowledge of DOM will let you know how JavaScript relates with HTML and CSS. You should learn about HTML tree and understand what each element of an HTML indicates e.g parent, siblings, child etc Also learn about CSS ID and class. JavaScript uses css id , css class and HTML node terms like parent, child, siblings etc to manipulate HTML contents. This is the concept of DOM
×
×
  • Create New...