- Open the command line (Start > Run > cmd).
- Enter
nslookup -type=txtfollowed by a space and a domain or hostname, for example,nslookup -type=txt google.com. - If an SPF record exists, the result will be something like this:
v=spf1 include:_spf.google.com ~all. - If there are no results or no
v=spf1, then there is a problem getting the record for the domain, or it doesn’t exist.
Recommendations of unit types per media type:
| Media | Recommended | Occasional use | Infrequent use | Not recommended |
|---|---|---|---|---|
| Screen | em, rem, % | px | ch, ex, vw, vh, vmin, vmax | cm, mm, in, pt, pc |
| em, rem, % | cm, mm, in, pt, pc | ch, ex | px, vw, vh, vmin, vmax |