
2nd Periodic Exam - Web Dev
Quiz by CID Marikina
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Which tag is used for images?
Which idea best describes the importance of using src attribute?
If you want to use a specific image as a background for your page? What will be the attribute to be used?
Which of the following is the correct code for a page with a PNG background image with a file name beach3?
How are you going to insert an alternative text that appears when the mouse hovers the image when the image cannot be displayed?
Image plays a vital role in a website. Which idea shows the correct element to be used when inserting an image to a web page, if the image to be used is saved in a different folder?
What tool will you used if you want to arrange and organize the contents of your webpage in columns and rows?
You are using a table in your web page. In what case will you use the NOWRAP value for the WRAP attribute?
Ana is arranging the content of her webpage using table. However, she inserted 2 table data in the first row and 3table data in the second row. She used rowspan to merge cells. Is Ana’s action, correct?
What is the easiest way to create a table with cells that are apart from each other?
What is the best way to create equal number of cells per row?
Which table attributes indicates the distance between the contents of the cells and border around it in pixels?
What will be the correct code for a table with 2 rows, wherein the first row has 2 cells and the second row has 3cells?
Which of the following is the correct code for adding background color to table rows?
How will you add a title “NAME” to a table?
Ben wants the first row of his table to be the title for each column. What tag should he use inside the<tr></tr> tags?
What does Nested Table mean?
Which table row attribute will you use if you want to indicate the vertical alignment of the contents of the row?
What type of link, links to a page on the same web server?
When the audience reaches the bottom of the page and they want to go back on a specific part of the webpage, what type of hyperlink will you use?
What is the role of hyperlink to a website?
Which hyperlink attribute indicates the behavior the web browser will carry out?
What attribute will you use to indicate the destination page when the viewer clicks the hyperlink?
If you want the target URL to be opened in a new tab of the browser, what value of the target attribute will you use?
Mary used an image as hyperlink, she placed the < img > tag inside the <a></a> tag. Is it correct to use that kind of code?
In creating email hyperlink, what is the default mail client used?
What is the first step in linking to a page of a different website?
Which of the following is the correct code for a link image with destination home.html? The image file name is homebutton which is formatted as PNG.
What is the correct code for text “Contact Us” where the destination facebook.com can be open in the same page?
What is the best explanation of the hypelink syntax: < a href=”destination”>Link Text</a >?
What happens to the cursor when the mouse hovers on a hyperlink?
What do you call a window or screen that contains numerous fields, or spaces to enter data?
Which of the following importance of web form is most beneficial to audience?
Which importance of a webform makes the website gain more audience?
If your company seeks an international audience, which of the following importance of a webform should you consider in creating a webform?
The following are general best practices in making a webform. Which of the following shows that a webform must be kept simple?
How will you write code for a comment box with a name “tellus”, 5 lines in height, 30 characters wide and it wraps the text in the text area and when it is submitted?
Create code for a button with the word CLEAR written on it. Choose the correct code
Which form instrument will you use if you are creating an input item where users see a variety of choices where only one can be selected?
To indicate the individual items in a dropdown menu, what tag should be used?
How are you going to create a code for a form to be submitted in myData.php, opens in another window, has a name of myForm and the updates and stores the data? Choose the correct code below.
Choose the correct code for webform where users can enter their password. The field’s name is “pass” and it has the initial value of “password”.
Why is it important for a website to include comment section?
How are you going to group related form instruments?
What is the importance of using frames in a webpage?
How are you going to define the structure of the frame in a web page?
Which frame attribute locks the border of a frame to prohibit resizing?
What is the role of the < noframe >tag in a webpage?
What frame attribute indicates the HTML file to be viewed?
Which container tag will you use to embed another document within the current HTML document, where the tags are placed in the < body >?