IT Specialist INF-306 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: INF-306
  • Exam Name/Title: HTML5 Application Development
  • Certification Provider: IT Specialist
  • Corresponding Certification: Information Technology Specialist
  • Exam Questions: 70
  • Updated On: Jul 30, 2026
Move the appropriate attributes from the list on the left to the correct descriptions on the right. You may use each attribute once, more than once, or not at all.
Note: You will receive partial credit for each correct match.
Correct Answer:

Explanation:
pattern # Provides a way to set a regular expression that the value must match placeholder # Provides a way to set default text that displays until focus is placed in an element required # Provides a way to set form elements as mandatory multiple # Provides a way to allow more than one file or email address in a single input The correct matches are based on standard HTML5 form validation and input-attribute behavior. The pattern attribute defines a regular expression that the input value must satisfy before the form can be submitted successfully. It is commonly used for structured values such as phone numbers, codes, postal formats, or custom identifiers. The placeholder attribute supplies short hint text inside an input field, helping the user understand the expected value before entering data. The required attribute makes a form control mandatory; if the field is empty, constraint validation prevents successful submission. The multiple attribute allows a single input to accept more than one value, specifically for controls such as input type= " file " and input type= " email " , where users may upload multiple files or enter multiple email addresses. The maxlength attribute is not used in these matches because it limits the maximum number of characters that can be entered, but none of the listed descriptions asks for character-length restriction. References/topics: HTML5 form attributes, constraint validation, pattern, placeholder, required, multiple, input validation.
What is the effect of applying the CSS float: right property to an image?
Correct Answer: D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which two application features should you implement by using session storage? Choose 2.
Correct Answer: A,D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Review the following markup segment:
< form action= " process.js " method= " get " >
< label for= " secretcode " > Secret Code < /label >
< input type= " text " name= " secretcode "
pattern= " [a-zA-Z]{4}-[0-9] {2}-[0-9]{4}-[a-zA-Z] {4} "
placeholder= " secretcode " >
< input type= " submit " value= " Submit " >
< /form >
Which entry will validate successfully according to the required pattern?
Correct Answer: B Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Review the grid container requirements and mockup on the left. Which markup should you use to define the grid container?
Correct Answer: C Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which three events are valid for the HTML canvas element? Choose 3.
Correct Answer: A,C,E Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You are creating the styling for your webpage. Which two CSS attributes produce a scroll bar if your content overflows its element? Choose 2.
Correct Answer: A,B Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
0
0
0
10