Thanks, that has helped me.
I’m almost there.
My header.php line now reads
<title> <?php if ( is_single() ) ?> <?php wp_title(); ?> </title>
How do I get rid of the “?” character at the very beginning of my html page title? That’s all! I don’t know how to interpret the php, or what the is_single if statement is all about