R1(config-std-nacl)# deny tcp any host 1.1.1.1 eq 80
Deny all packets destinated for IP address 1.1.1.1/32, TCP port 80
After the destination IP address and/or destination port numbers, there are many more options you can use to match (not necessary for the CCNA).
ack: match the TCP ACK flag.
fin: match the TCP FIN flag.
syn: match the TCP SYN flag.
ttl: match packets with a specific TTL value.
dscp: match packets with a specific DSCP value.
If you specify the protocol, source IP, source port, destination IP, destination port, etc, a packet must match all of those values to match the ACL entry. Even if it matches all except one of the parameters, the packet won't match that entry of the ACL.
Practice
Allow traffic from 10.0.0.0/16 to access the server at 2.2.2.2/32 using HTTPS