Online Access Free INF-306 Exam Questions
| Exam Code: | INF-306 |
| Exam Name: | HTML5 Application Development |
| Certification Provider: | IT Specialist |
| Free Question Number: | 70 |
| Posted: | Aug 19, 2026 |
You are drawing on the canvas defined by the white square.
At which x, y coordinate is the upper-left corner of the filled square?
Identify the filter applied to each image.
Complete the markup by selecting the correct option from each drop-down list.
Note: You will receive partial credit for each correct selection.
Which two background graphics will automatically adjust to different screen sizes? Choose 2.
Note: You will receive partial credit for each correct selection.
You define the Pet class as follows:
class Pet {
constructor(name, breed) {
this.name = name;
this.breed = breed;
this.show = function() {
var text = " < p > Your pet ' s name is " + name + " . The pet ' s breed is " + breed + " . < /p > " ; return text;
};
}
}
You need to derive a Dog class from the Pet class.
Complete the code by selecting the correct option from each drop-down list.
Note: You will receive partial credit for each correct selection.
You are creating a dietary request form for an upcoming conference. The form must include the following elements:
* The title " Conference Registration Form "
* A Name input field for the attendee ' s name
* A list of food options the attendee can select by using the mouse or typing Complete the code by moving the appropriate code segments from the list on the left to the correct locations on the right. You may use each code segment once, more than once, or not at all.
Note: You will receive partial credit for each correct response.


