www.collegeessay.org Open in urlscan Pro
192.169.157.50  Public Scan

URL: https://www.collegeessay.org/blog/argumentative-essay-outline
Submission: On November 23 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

Name: checkoutPOST

<form name="checkout" method="post" id="register_form" enctype="multipart/form-data">
  <div class="modal-body">
    <ul class="modal-form">
      <li>
        <div id="successAlertRegister" class="success-msg" style="display:none;"></div>
        <div id="errorAlertRegister" class="error-msg" style="display:none;"></div>
      </li>
      <li class="name-text">
        <input type="text" name="r_name" id="r_name" placeholder="Your Name" class="required">
        <img class="valid-none" alt="check" src="https://www.collegeessay.org/images/checked.png">
        <img class="error-none" alt="cancel" src="https://www.collegeessay.org/images/cancel.png">
      </li>
      <li class="phone-text">
        <input type="text" name="r_phone" id="r_phone" placeholder="Your Phone No." class="required" value="">
        <img class="valid-none" alt="check" src="https://www.collegeessay.org/images/checked.png">
        <img class="error-none" alt="cancel" src="https://www.collegeessay.org/images/cancel.png">
      </li>
      <li class="email-text">
        <input type="text" name="r_email" id="r_email" placeholder="Your e-mail" class="required" value="">
        <img class="valid-none" alt="check" src="https://www.collegeessay.org/images/checked.png">
        <img class="error-none" alt="cancel" src="https://www.collegeessay.org/images/cancel.png">
      </li>
      <li class="pass-text">
        <input type="password" name="account_password" id="account_password" placeholder="Password" class="required">
        <img class="valid-none" alt="check" src="https://www.collegeessay.org/images/checked.png">
        <img class="error-none" alt="cancel" src="https://www.collegeessay.org/images/cancel.png">
      </li>
      <li class="pass-text">
        <input type="password" name="re_account_password" id="re_account_password" placeholder="Password" class="required">
        <img class="valid-none" alt="check" src="https://www.collegeessay.org/images/checked.png">
        <img class="error-none" alt="cancel" src="https://www.collegeessay.org/images/cancel.png">
      </li>
      <li style="padding: 15px 20px;text-align: left;">
        <input type="checkbox" class="required">
        <span>I have read <a href="https://www.collegeessay.org/policies">Privacy Policy</a> and agree to the <a href="https://www.collegeessay.org/terms">Terms and Conditions</a> .</span>
      </li>
      <li class="button-submit">
        <button type="submit" class="modal-btn type2 submitDialog2">SIGN UP</button>
      </li>
    </ul>
    <div class="bottom-line"><span class="css-sprite-account-blue"></span> Already have an account?
      <a style="cursor:pointer;" class="loginView" data-dismiss="modal" aria-hidden="true" data-toggle="modal" data-target="#myModal" onclick="$('#myModal2').modal('hide');">Log In</a> </div>
  </div>
</form>

Name: checkoutPOST

<form name="checkout" method="post" id="login_form" enctype="multipart/form-data" novalidate="novalidate">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
    <div class="modal-title" id="myModalLabel2">Log In</div>
  </div>
  <div class="modal-body">
    <ul class="modal-form">
      <li>
        <div id="successAlertLogin" class="success-msg" style="display:none;"></div>
        <div id="errorAlertLogin" class="error-msg" style="display:none;"></div>
      </li>
      <li class="email-text">
        <input type="text" name="user_id" id="user_id" placeholder="Your e-mail" class="required">
        <img class="valid-none" alt="check" src="https://www.collegeessay.org/images/checked.png">
        <img class="error-none" alt="cancel" src="https://www.collegeessay.org/images/cancel.png">
      </li>
      <li class="pass-text">
        <input type="password" name="password" id="password" placeholder="Password" class="required">
        <img class="valid-none" alt="check" src="https://www.collegeessay.org/images/checked.png">
        <img class="error-none" alt="cancel" src="https://www.collegeessay.org/images/cancel.png">
      </li>
      <li class="button-submit">
        <button type="submit" class="modal-btn type2 submitDialog">LOG IN</button>
      </li>
    </ul>
    <div class="bottom-line"> No account? <a style="cursor:pointer;" class="loginView" data-dismiss="modal" aria-hidden="true" data-toggle="modal" onclick="$('#myModal').modal('hide');" data-target="#myModal2">Sign up</a> &nbsp; | &nbsp;
      <a href="javascript:void(0);" class="loginView" style="cursor:pointer;" onclick="$('#login_form').toggle(); $('#forgot_form').toggle();">Forgot Password?</a></div>
  </div>
</form>

Name: checkoutPOST

<form name="checkout" method="post" id="forgot_form" style="display:none;" enctype="multipart/form-data" novalidate="novalidate">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
    <div class="modal-title" id="myModalLabel3">Forgot Password?</div>
  </div>
  <div class="modal-body">
    <ul class="modal-form">
      <li>
        <div id="successAlertForgot" class="success-msg" style="display:none;"></div>
        <div id="errorAlertForgot" class="error-msg" style="display:none;"></div>
      </li>
      <li class="email-text">
        <input type="text" name="user_id" id="user_id2" placeholder="Type your e-mail address" class="required">
      </li>
      <li class="button-submit">
        <button type="submit" class="modal-btn type3 submitDialog2">Send Password</button>
      </li>
    </ul>
  </div>
  <div class="modal-footer">
    <div class="bottom-line"> <span>No account? </span><a style="cursor:pointer;" class="loginView" data-dismiss="modal" aria-hidden="true" data-toggle="modal" onclick="$('#myModal').modal('hide');" data-target="#myModal2">Sign up</a> |
      <a href="javascript:void(0);" style="cursor:pointer;" onclick="$('#login_form').toggle(); $('#forgot_form').toggle();">Login</a></div>
  </div>
</form>

Text Content

 * 

 * Paper Due?   Why Suffer? That's Our Job!

 * Learn More

50% offon all orders

Limited Time Only!


LEARN HOW TO WRITE AN ARGUMENTATIVE ESSAY OUTLINE

Home » Blog »Learn How to Write an Argumentative Essay Outline

Share
Tweet
Pin
Email
Share
Share

An argumentative essay is a part of academic writing in which a writer develops
an argument based on proof and evidence. You can never avoid writing these
essays if you are a student.

In all students’ academic lives, they are asked to write a high-quality
argumentative essay to show their ability. Also, show how you analyze situations
and make comments based on evidence.

The quality of your essay depends on how perfectly it is structured and
outlined. Are you having trouble developing an outline for your argumentative
essay? Read below the blog to know everything about the argumentative essay
outline.

Contents

 * Argumentative Essay Outline
    * Argumentative Essay Introduction
    * Argumentative Essay Body Paragraphs
    * Argumentative Essay Conclusion

 * Argumentative Essay Outline Example


ARGUMENTATIVE ESSAY OUTLINE

An argumentative essay outline is a plan through which the writer works and
organizes the raw data. An outline provides you a track to follow for your
papers and essays.

The outline helps you stick to the critical things making sure that you did not
miss important information in the content.

Outlining might confuse you if you have never developed one before. However,
once you know how to create one, it will be a lot easier to draft a perfect
argumentative essay.

An argumentative essay consists of several equally important parts. These
sections individually state the topic, arguments, evidence and supporting
statements, etc.

The significant parts of an argumentative essay outline are:

 * Introduction
 * Body Paragraphs
 * Conclusion

Creating each section systematically is a fundamental requirement of an outline.
Learn how to make each part of the outline professionally in the following area.


ARGUMENTATIVE ESSAY INTRODUCTION

Just like any other academic writing, you need a foundation on which to build
your essay. An introduction is the foundation of your essay. A proper and
perfect intro will make your paper flawless and vice-versa.

An introduction of an argumentative essay includes a hook, background
information, and thesis statement.

 * Hook
   
   A hook is an opening statement of the essay's introduction. It serves the
   purpose of grabbing the reader’s attention towards the content.
   
   A hook can be a quotation, anecdote, question, funny/sarcastic statement,
   fact, statistic, etc.,
   
   For example: The major cause of obesity in the United States is fast food.

 * Background Information
   
   Here you present some background information about the topic. The background
   information should answer the following questions:
   
   * What is the issue you are going to talk about?
   * Who is your audience?
   * Where is the selected issue prevalent?
   * Why is the issue important to be discussed?
 * Thesis Statement
   
   It is the last sentence of your introduction that is the focal point of your
   essay. It introduces the readers to the topic’s main argument.Then, it states
   the writer’s position and stands in the essay.

 * Argumentative Essay Body Paragraphs
   
   After the introductory paragraphs are written, the next part is the body of
   the argumentative essay. This part of the essay is essential to be structured
   well as it contains all the claims and pieces of evidence.

 * Claim
   
   For essays like an argumentative essay, it is imperative to make your claim
   in writing. A claim, or the core argument, is the basis of your entire essay.
   If you want your essay to be right in quality, make sure that the claims made
   are strong. You can support your claim with strong evidence.
   
   The purpose of making a claim is to define the:
   
   * Goal
   * Scope
   * Direction
   * Support your request and the basic argument
   
   In the main body, present your claim in the topic sentence. And let the
   audience know what the specific paragraph is about. However, also show your
   point of view.

 * Evidence
   
   Making a claim in the argumentative essay is not enough. Making people
   believe your stance is what the objective of the writer is. For this purpose,
   you need to support your argument with evidence and supporting facts.
   
   You have to clear your position as a writer by providing relevant stuff
   showing your claims’ validity and accuracy. The reality of your claim
   entirely depends on the credibility and reliability of the facts that you
   provide.
   
   There are five types of evidence that are used to prove the preliminary
   thesis statement:
   
   * Real-life examples
   * Statistics
   * Authorities
   * Analogies
   * Hypothetical situations
 * Include an Opponent’s Argument
   
   While collecting information for your essay, students often ignore the
   opposing arguments. When writing an argumentative essay, a writer shouldn’t
   just talk about his claim and support it with evidence.
   
   After providing evidence for your claim, identify and include opposing views
   and counter-arguments and debunk them. There is always another side to the
   argument. Use evidence to disprove these opposing sides and arguments.


ARGUMENTATIVE ESSAY CONCLUSION

The last part of the writing process of the outline is a conclusion. Now that
you have adequately structured the introduction and the body paragraphs, it’s
time to conclude your essay.

The power of a conclusion is often underestimated. If the ending is vague,
abrupt, and not good, your whole essay will be a waste.

The following things conclude an argumentative essay:

 * Restating your thesis statement.
 * Summarizing basic arguments.
 * Recommending a course of action to the readers.

Make sure that the length of the conclusion is the same as the introduction.
Short and precise conclusions are effective. In conclusion, a writer should
never introduce new ideas and extra information.

A precise and direct conclusion will increase the quality of your essay to
extremes.

For essays like these, personal knowledge is not enough. You always have to
research the essay topic and subject chosen to make healthy and valid points.
Gather facts and accurate information to make your essay effective and credible.

Argumentative Essay Outline Template (PDF)



(back to top)


ARGUMENTATIVE ESSAY OUTLINE EXAMPLE

The outline used to write an argumentative essay can also be used for persuasive
essay writing. A few outline examples of an argumentative essay outline are
given below:

Outline for Argumentative & Persuasive Essay (PDF)



Argumentative Essay Outline Worksheet (PDF)



Gun Control Argumentative Essay Outline (PDF)



Your whole argumentative essay depends on the outline you make for it. So the
outline for your essay should be detailed, covering everything and direct to
make your essay persuasive and readable.

If you have any trouble making a paper outline, never hesitate to take a
professional’s help. At CollegeEssay.org, we provide expert opinions and
guidance to solve all academic-related problems of the students.

Whether you want assistance with your college essay or a research paper, we
provide high-quality and custom writing services.

Place your order now for all your academic writings at a very affordable price.


FAQS

 1. 1. What are the 4 parts of an argumentative essay?
    
    The four main parts of an argumentative essay are:
    
    * Introduction
    * Thesis statement
    * Main body paragraphs
    * Conclusion
 2. 2. What are good topics to write an argumentative essay?
    
    Here are some good argumentative essay topics.
    
    * Should self-driving cars be legal?
    * Should video games be a sport?
    * All students must wear a uniform in high school.
    * Is the cost of college too high?
    * Is globalization a good thing?

An Ultimate Essay Writing Guide for Students

 * debate topics
 * how to write a precis
 * process analysis essay topics
 * synthesis essay
 * thesis introduction

About us

"CollegeEssay" is the #1 Ranked Online home for great academic writing, essays,
research papers, and graduate theses.

Why us?
 * 100+ subject matter experts.
 * 100% original writing (zero plagiarism, ever).
 * Short deadline service.
 * Love our work or don’t pay (satisfaction guaranteed).

Learn More
×Close


 * 2000+
   
   satisfied
   
   students

 * 95% satisfaction Rate

 * 30 days money-back guarantee

 * 95% success Rate

 * WE ACCEPT
   
   all major debit credit cards
   
   

--------------------------------------------------------------------------------

2021 - All rights reserved



Terms & Conditions | Privacy Policy | Contact Us

×
Sign Up
 * 
 * 
 * 
 * 
 * 
 * 
 * I have read Privacy Policy and agree to the Terms and Conditions .
 * SIGN UP

Already have an account? Log In
×
Log In
 * 
 * 
 * 
 * LOG IN

No account? Sign up   |   Forgot Password?
×
Forgot Password?
 * 
 * 
 * Send Password

No account? Sign up | Login
×

Extra discount for new students
Enter email below to instantly get extra
20
% OFF
on your
first order

SEND ME PROMO CODE
No thanks, i dont want any discount...