以下のコードで、IDが`main-title`の要素を取得するメソッドはどれですか? ```javascript const titleElement = document.______('main-title'); ```