javascript
// Get a div element by ID
const div = document.getElementById('myDiv');
console.log(`Div Element (by ID):`, div);