Access_Website/pte.php
2024-09-04 16:28:07 +05:45

79 lines
3.6 KiB
PHP

<?php include('header.php');?>
<!-- start wpo-page-title -->
<section class="pte-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap hero-breadcrumb">
<h2>Access Education Network</h2>
<h3>PTE</h3>
</div>
</div>
</div>
</div>
</section>
<!-- end page-title -->
<!--Intro Section-->
<section class="wpo-introCounter-section section-padding">
<div class="container">
<div class="row">
<div class="col-lg-8 col-12 mx-auto">
<div class="wpo-section-title">
<h3>PTE Preprations</h3>
<p class="paragraph-padding">The full form of PTE is Pearson Test of English. PTE is a computerized language assessment test that is accepted by universities and colleges from around the world. It is designed for students and candidates who wish to pursue further study in abroad or wish to migrate in pivotal English-speaking nations. If the students desire to test their English language proficiency, they can consider taking PTE test. The two-hour computer-based test focuses on everyday English rather than high-level English and assesses a student's ability to understand the language as it is spoken on a daily basis.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-12"> <img src="assets/images/access-images/pte1.jpg" alt=""> </div>
</div>
</div>
</section>
<!--Intro Section End-->
<section class="section-padding blog-color">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-12">
<div class="wpo-section-title">
<h3>Additional information</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-australia.jpg" alt=""> </div>
<div class="content">
<h2> <a href="blog-details.php">Why PTE?</a> </h2>
<p>Choose PTE for its globally recognized English language test, fast results, fair and unbiased assessment, flexible test dates,</p>
<div class="blog-btn-content"> <a href="blog-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image.jpg" alt=""> </div>
<div class="content">
<h2> <a href="blog-details.php">Major Elements of PTE</a> </h2>
<p>The major elements of PTE (Pearson Test of English) include,</p>
<div class="blog-btn-content"> <a href="blog-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="blog-details.php">PTE Score Reference</a> </h2>
<p>The PTE (Pearson Test of English) scoring system is based on a scale from 10 to 90. Each section of...</p>
<div class="blog-btn-content"> <a href="blog-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
</div>
</div>
</section>
<?php include('footer.php');?>