034.4 Χειρισμός Περιεχομένου και Styling Iστότοπου με JavaScript
- Παραπομπή στους σκοπούς LPI
-
Web Development Essentials version 1.0, Exam 030, Objective 034.4
- Βαρύτητα
-
4
- Βασικοί τομείς γνώσεων
-
-
Understand the concept and structure of the DOM
-
Change the contents and properties of HTML elements through the DOM
-
Change the CSS styling of HTML elements through the DOM
-
Trigger JavaScript functions from HTML elements
-
- Μερική λίστα των χρησιμοποιούμενων αρχείων, όρων και βοηθητικών προγραμμάτων
-
-
document.getElementById()
,document.getElementsByClassName()
,document.getElementsByTagName()
,document.querySelector()
,document.querySelectorAll()
-
innerHTML
,setAttribute()
,removeAttribute()
ιδιότητες και μέθοδοι των DOM elements -
classList
,classList.add()
,classList.remove()
,classList.toggle()
ιδιότητες και μέθοδοι των DOM elements -
onClick
,onMouseOver
,onMouseOut
attributes των HTML elements
-