TestBy Wowwarangal / February 27, 2024 What are the attributes used to change the size of an image? Width & height Big and small Top and Bottom None of the above Which attribute is used to provide a unique name to an HTML element? id class type None of the above What tag is used to render an image on a webpage? img src image None of the above Which property is used to set colors in HTML? color background-color font-color text-color Which property is used to set border colors in HTML? border-color border Both A and B None of the Above How is black color represented in terms of RGB values? rgb(0,0,0) RGB(100,100,100) RGB(100,100,0) RGB(100,0,0) What is the speciality about the and tags in HTML? They work on anything They can be used for text only They can be repeated None of the above The tag in HTML is used for new line vertical ruler new paragraph horizontal ruler What are the types of unordered or bulleted list in HTML? disc, square, triangle polygon, triangle, circle disc, circle, square All of the above The default value of the BORDER attribute is? 1 pixel 2 pixel 4 pixel 8 pixel