The \documentclass command can take a titlepage option: \documentclass[titlepage]{article}.
\documentclass
\documentclass[titlepage]{article}
Practice: Create a document of three pages with a title page, using the \documentclass[titlepage]{article} command.