McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
My Cart (0)  

Microsoft Visual Studio 2012 98-375

98-375

Exam Code: 98-375

Exam Name: HTML5 Application Development Fundamentals

Updated: Sep 08, 2026

Q&A Number: 105 Q&As

98-375 Free Demo download

PDF Version Demo PC Test Engine Online Test Engine

Already choose to buy "PDF"

Price: $59.99 

About Microsoft 98-375 Exam Braindumps

Walking into the 98-375 exam unprepared for its pace is a risk you do not need to take. The Getcertkey test engines recreate the pressure of the Microsoft HTML5 Application Development Fundamentals testing environment, so when exam day arrives in 2026, it feels like just another practice session.

Microsoft 98-375 Exam Overview:

Certification Vendor:Microsoft
Exam Name:HTML5 Application Development Fundamentals
Exam Number:98-375
Available Languages:French, English, Spanish, Japanese, German, Korean, Chinese (Simplified), Portuguese (Brazil)
Real Exam Qty:40-60
Passing Score:700 / 1000
Certificate Validity Period:No expiration (MTA certification does not expire, but program has been retired)
Exam Price:USD 127 (varies by region)
Related Certifications:Microsoft Technology Associate (MTA) Web Development Fundamentals
Microsoft Technology Associate (MTA) Software Development Fundamentals
Exam Format:Multiple choice, Case study-based questions, Multiple response
Exam Duration:45 minutes
Recommended Training:W3Schools HTML, CSS, JavaScript tutorials
Microsoft Learn HTML5 and JavaScript learning paths
Exam Registration:Microsoft Certifications (Retired MTA Overview)
Certiport Exam Registration
Sample Questions:Free Download 98-375 Demo
Exam Way:Online proctored or in-person through Certiport testing centers
Pre Condition:No formal prerequisites. Basic familiarity with HTML, CSS, and JavaScript recommended.
Official Syllabus URL:https://learn.microsoft.com/en-us/credentials/certifications/retired-certifications/mta-certifications

Microsoft 98-375 Exam Syllabus Topics:

SectionObjectives
Topic 1: JavaScript Programming- DOM manipulation
  • 1. Selecting and modifying elements
    • 2. Event handling
      - Core JavaScript concepts
      • 1. Functions and scope
        • 2. Variables, data types, operators
          Topic 2: Implement CSS Styling- Layout techniques
          • 1. Flexbox fundamentals
            • 2. Basic responsive design
              - CSS basics
              • 1. Box model
                • 2. Selectors and specificity
                  Topic 3: Understand Core HTML Elements- HTML document structure
                  • 1. DOCTYPE and HTML tags
                    • 2. Head and body sections
                      - Semantic markup
                      • 1. Semantic HTML5 elements (header, nav, section, article)
                        • 2. Headers, paragraphs, lists
                          Topic 4: Build HTML5 Applications- Integration concepts
                          • 1. Basic AJAX/HTTP requests
                            • 2. Using APIs with JavaScript
                              - Web app fundamentals
                              • 1. Client-side storage basics
                                • 2. Working with forms and input validation

                                  98-375 Exam FAQs for 2026 Candidates

                                  Which certification does the 98-375 exam lead to?

                                  The 98-375 exam is the official Microsoft exam behind the Microsoft Technology Associate (MTA) HTML5 Application Development Fundamentals certification, validating the skills measured by the Microsoft HTML5 Application Development Fundamentals credential. It sits at the Fundamentals level of the Microsoft certification program. It also connects to Microsoft Technology Associate (MTA) Web Development Fundamentals, Microsoft Technology Associate (MTA) Software Development Fundamentals, so the knowledge you build here carries over to those tracks as well.

                                  How many questions are on the 98-375 exam, and how much time do I get?

                                  The 98-375 exam contains 40-60 questions to be completed within 45 minutes. Before exam day, divide the available time by the question count to work out a comfortable per-question pace, and mark any item that eats into it so you can return later instead of getting stuck. Timed sessions in the Getcertkey test engines make that pacing automatic — run at least two full-length mock exams under the clock so time pressure never becomes the reason you drop points.

                                  What score do I need to pass the 98-375 exam, and what does it cost?

                                  The passing score for the 98-375 exam is 700 / 1000, and the official registration fee is USD 127 (varies by region). Retakes are not discounted — every new attempt means paying the full fee again — so it pays to measure yourself before you book. Work through the 105 practice questions on Getcertkey, sit a timed practice test, and schedule your exam only when your scores are consistently comfortable. That simple habit is the cheapest exam strategy there is.

                                  Are there any prerequisites for the 98-375 exam?

                                  No formal prerequisites. Basic familiarity with HTML, CSS, and JavaScript recommended. Requirements can change when Microsoft revises its certification program, so confirm the current eligibility rules on the official exam page before you register.

                                  How do I register for the 98-375 exam?

                                  You can book the Microsoft HTML5 Application Development Fundamentals exam through the official registration channels below:

                                  As for delivery, the exam is offered in the following format: Online proctored or in-person through Certiport testing centers. Choose the option that suits you best when you book your seat.

                                  What official training is recommended for the 98-375 exam?

                                  Microsoft recommends the following training resources for the Microsoft HTML5 Application Development Fundamentals exam:

                                  Official courses build the foundation; the 105 practice questions from Getcertkey then show you how that knowledge is examined, so the two work best together.

                                  Can I try the 98-375 practice questions before I buy?

                                  Yes. Getcertkey provides a free 98-375 PDF demo so you can review the question style and answer quality before purchasing. Every purchase also includes 365 days of free updates — if Microsoft revises the exam during that period, the updated material reaches you at no cost. Once the free-update year ends, you can extend your update service at a 50% discount.

                                  What if I fail the 98-375 exam, and how is my order delivered?

                                  Every Microsoft HTML5 Application Development Fundamentals purchase on Getcertkey is covered by a 100% money-back guarantee with clear conditions: if you take the corresponding exam within 60 days of your purchase and do not pass, you can claim a full refund by submitting a scanned copy of your exam enrollment slip and your official score report as a PDF within two days of the exam date; claims are processed within seven days of submission. The guarantee does not apply to exams taken within three days of purchase, to material that was downloaded but never used in an exam attempt, or to free products and expired orders, and the candidate name must match the payer name. If you would rather not take a refund, you can instead exchange your purchase for two free exam preparation products of equal value and keep the update service on your original product.

                                  Delivery is instant: your download is sent to your email within one minute of payment, with no limit on how many computers you may install the material on. If nothing arrives within two hours, check your spam folder and contact customer service for help.

                                  What topics are covered in the 98-375 exam?

                                  The Microsoft HTML5 Application Development Fundamentals exam blueprint is organized into 4 domains. The first three are:

                                  • Understand Core HTML Elements
                                  • Build HTML5 Applications
                                  • JavaScript Programming

                                  For the complete domain-by-domain breakdown, scroll up to the full exam topics outline above and use it to plan how you distribute your study time.

                                  Microsoft HTML5 Application Development Fundamentals Sample Questions:

                                  Question 1

                                  Your code includes the following fragment:
                                  <input type="text" name="text1" id="myText" />
                                  You need to add code that will retrieve the contents of the INPUT element.
                                  Which JavaScript code fragment will accomplish this?

                                  A. vartxtContents = document.getEIementyById('myText').value;
                                  B. vartxtContents = document.getElementById('myText');
                                  C. vartxtContents =document.getElementById('text1').value;
                                  D. vartxtContents =document.getElementById('text1');


                                  Question 2

                                  When you are testing a touch interface, which two gestures can you simulate by using a mouse? (Choose two.)

                                  A. tap
                                  B. pinch
                                  C. rotate
                                  D. flick


                                  Question 3

                                  Which CSS3 code fragment rounds the corners of a border?

                                  A. border-clip: 50px concave;
                                  B. border-radius: 50px;
                                  C. border-image: 50px;
                                  D. border-clip: 50px;


                                  Question 4

                                  You create an interface for a touch-enabled application.
                                  During testing you discover that some touches trigger multiple input areas.
                                  Which situation will cause this problem?

                                  A. The input areas are too close together.
                                  B. The touch screen is not calibrated.
                                  C. The input areas are semi-transparent.
                                  D. The defined input areas are too small.


                                  Question 5

                                  Which CSS property defines which sides of an element where other floating elements are not allowed?

                                  A. float
                                  B. display
                                  C. clear
                                  D. position


                                  Solutions:

                                  Question 1
                                  Answer: A
                                  Question 2
                                  Answer: A,C
                                  Question 3
                                  Answer: B
                                  Question 4
                                  Answer: A
                                  Question 5
                                  Answer: C

                                  1246 Customer ReviewsCustomers Feedback (* Some similar or old comments have been hidden.)

                                  I recommend using these 98-375 exam dumps. The Getcertkey dumps are easy, very accurate, and up-to-date.

                                  John

                                  John     4.5 star  

                                  I get raise after passing 98-375 exam. what a coincidence! This certification is very important for my company. Thank you for your help!

                                  Marshall

                                  Marshall     4 star  

                                  I purchased Getcertkey 98-375 real exam questions last week and remembered all of them.

                                  Calvin

                                  Calvin     4 star  

                                  I prepared my 98-375 exam with Getcertkey real exam questions and passed the test easily.

                                  Antoine

                                  Antoine     4.5 star  

                                  In order to pass 98-375 exam, one has to be very conscious of the website that you buy the exam from the content must be authentic and updated. Getcertkey provide a really authentic 98-375 dump. Thank you!

                                  Yehudi

                                  Yehudi     4 star  

                                  Valid 98-375 exam braindumps! Only about 3 new questions come out. It doesn’t matter. Enough to pass the 98-375 exam!

                                  Rudolf

                                  Rudolf     5 star  

                                  These dumps are still valid, I cleared this exam yesterday. All simulations came from here and 90 percent theory questions came from here. You can rely totally on these dumps, but you still need to do some additional reading and be thorough with all the topics.

                                  Cyril

                                  Cyril     4 star  

                                  I had been ready for my 98-375 exam with your excellent 98-375 study guide. I was so confident, and i guess that is why i passed the exam. Thank you!

                                  Veromca

                                  Veromca     5 star  

                                  Cheers! I passed the 98-375 certification exam after gotten updated version recently! So, you will get only the latest 98-375 exam questions for you to pass!

                                  Jean

                                  Jean     5 star  

                                  I passed my Microsoft 98-375 exam yesterday with a score of 90%. I used the exam guide by Getcertkey and it cleared all my problems regarding the exam. Thank you Getcertkey.

                                  Katherine

                                  Katherine     4.5 star  

                                  98-375 dumps are valid on 95%. Just passed my exam. Thank you team!

                                  Cora

                                  Cora     4.5 star  

                                  I am really thankful to Getcertkey for becoming a reason of my 98-375 certification exam success with more than 90% marks. It's really made me happy.

                                  Kim

                                  Kim     4.5 star  

                                  If you still hesitate about Getcertkey exam questions & answers I will tell you to go and purchase it. I passed 98-375 exam yesterday. It is valid. Very Good!

                                  Mark

                                  Mark     4.5 star  

                                  Valid 98-375 test questions. they are valid and real and they are just like the actual exam. I passed my 98-375 exam without difficulty.

                                  Ronald

                                  Ronald     4 star  

                                  Was not sure that how 98-375 exam dump will work at first, but the results stunned me at all. Great!

                                  Noel

                                  Noel     4.5 star  

                                  I was training with this 98-375 practice test for almost a week. It is so great! It helped me a lot to pass the exam.

                                  Geoff

                                  Geoff     4.5 star  

                                  Yes, i get the 98-375 certification after i passed the 98-375 exam. I have more advantages now. Believe in yourself and this wonderful 98-375 exam dump!

                                  Lou

                                  Lou     4 star  

                                  Recommend your dumps to my friends. Really good 98-375 questions. I pass just now.

                                  Bruce

                                  Bruce     4.5 star  

                                  I have passed my 98-375 exam today. Getcertkey practice materials did help me a lot in passing my exam. Getcertkey is trust worthy.

                                  Len

                                  Len     4 star  

                                  LEAVE A REPLY

                                  Your email address will not be published. Required fields are marked *

                                  Contact US:  
                                   [email protected]  Support

                                  Free Demo Download

                                  Popular Vendors
                                  Adobe
                                  Alcatel-Lucent
                                  Avaya
                                  BEA
                                  CheckPoint
                                  CIW
                                  CompTIA
                                  CWNP
                                  EC-COUNCIL
                                  EMC
                                  EXIN
                                  Hitachi
                                  HP
                                  ISC
                                  ISEB
                                  Juniper
                                  Lpi
                                  Network Appliance
                                  Nortel
                                  Novell
                                  SASInstitute
                                  Sybase
                                  Symantec
                                  The Open Group
                                  all vendors
                                  Why Choose GetCertKey Testing Engine
                                   Quality and ValueGetCertKey Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
                                   Tested and ApprovedWe are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
                                   Easy to PassIf you prepare for the exams using our GetCertKey testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
                                   Try Before BuyGetCertKey offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.