In propositional calculus or truth-function logic there are two ways to show validity. One can either take a well-formed formula and show that it is a tautology using a truth table or one can use a proof system and show by derivation that given the premises, if any, the conclusion results. That is, one has two approaches, a semantic approach to validity using the true-false meaning of propositions and a syntactic approach to validity using a derivation.
To make sure these two approaches are clear first consider the truth table for this single well-formed formula which is the tautology '(P ∧ (P → Q)) → Q'.

Note that 'T' appears on all rows in the last column after the header. This truth table shows that the well-formed formula is a tautology.
There is also a way to show the validity using a proof system. Here the premises are 'P' and 'P → Q' and the conclusion is 'Q':

A basic question is do these two methods give the same results? Or as forall x (page 144) puts it:
If you can show that 'A' is a
tautology using truth tables, can you also always show that it is true using a derivation? Is the reverse true? Are these things also true for tautologies and pairs of equivalent sentences? As it turns out, the answer to all these questions and many more like them is yes.
There are two basic results, soundness and completeness, which forall x describes in Chapter 20.
Now consider the question:
Why does logic emphasize tautologies rather than contradictions?
At least one of the reasons to emphasize tautologies rather than contradictions is that tautologies pair up with the derivations of proof systems.
References
Kevin Klement's JavaScript/PHP Fitch-style natural deduction proof editor and checker http://proofs.openlogicproject.org/
P. D. Magnus, Tim Button with additions by J. Robert Loftis remixed and revised by Aaron Thomas-Bolduc, Richard Zach, forallx Calgary Remix: An Introduction to Formal Logic, Winter 2018. http://forallx.openlogicproject.org/
Stanford's Truth Table Tool: http://web.stanford.edu/class/cs103/tools/truth-table-tool/