pub fn get_element_by_id(id: &str) -> Option<Element>
Returns the DOM element with the given id, or None if not found.
id
None