How do I make these Words, Synonyms, and Definitions look nice and neat when displayed to the screen? I want to be "able" to make it look like Wolfram Alpha or put the data in a more visual form... including text.
Welcome to Wolfram Community! Please make sure you know the rules: https://wolfr.am/READ-1ST
Your question is pretty vague. On this forum members should start from numerous learning resources (a few mentioned below) and post some initial Wolfram Language code, showing their own effort. Then they can be helped more efficiently.
Wolfram Language & System Documentation Center
An Elementary Introduction to the Wolfram Language
Wolfram Language Tutorial: Fast Introduction for Programmers
Demonstrations free code base
There are a lot of ways of formatting output. Can you give a specific example and some idea of what you're looking for?
To start with, you might want to use TableForm:
http://reference.wolfram.com/language/ref/TableForm.html
TableForm is useful for formatting lists and tables of data.