
Q2_SUMMATIVE_WEBDEV
Quiz by Renee Roseller Grafilon
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 backgroundfor 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 correctelement to be used when inserting an image to a web page, if the image to beused 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 webpage. In what case will you use the NOWRAP value for the WRAP attribute?
Ana is arranging the content of her web page using table. However, she inserted 2table data in the first row and 3 table 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 2cells and the second row has 3 cells?
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 home button 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 hyperlink syntax:[a href=”destination”]Link Text[/a]?