If using HTML4 ids must start with a letter (https://www.w3.org/TR/html4/types.html#type-id)
If using HTML5 you can use numbers.
Either change your ids to start with a letter (as in id="p12345") or use HTML5
(i.e. use <!DOCTYPE html> at the top of your document)