If “padding: 10px 5px 20px 0px” is given. What does this represent?(A) left:10px , top:5px , right:20px , bottom:0px(B) top:10px , right:5px , bottom:20px , left:0px(C) right:10px , bottom:5px , left:20px , top:0px(D) bottom:10px , left:5px , top:20px , right:0px
View Answer
How do we add a comment in CSS file?(A) Geeksforgeeks(B) / Geeksforgeeks /(C) /*Geeksforgeeks*/(D) //*Geeksforgeeks*//
View Answer
How many attributes are there in HTML5?(A) 2(B) 4(C) 1(D) None of the above
View Answer
Which of the following attributes is used to add link to any element?(A) link(B) ref(C) href(D) newref
View Answer
What is the font-size of the h1 heading tag?(A) 3.5 em(B) 2.17 em(C) 2 em(D) 1.5 em
View Answer
Which of the following characters indicate closing of a tag?(A) .(B) /(C) \(D) !
View Answer
Which of the following HTML element is used for creating an unordered list?(A) <ui>(B) <i>(C) <em>(D) <ul>
View Answer
Which of the following HTML Elements is used for making any text bold ?(A) <p>(B) <i>(C) <li>(D) <b>
View Answer
How is document type initialized in HTML5.?(A) </DOCTYPE HTML>(B) </DOCTYPE>(C) <!DOCTYPE HTML>(D) </DOCTYPE html>
View Answer
Which HTML tag is used for internal style sheet?(A) Internal(B) Style(C) CSS(D) Internal Style
View Answer
Which of the following is the correct CSS syntax?(A) p:color=green, font-size=15px(B) {p:color=green, font-size=15px}(C) p {color:green, font-size:15px;}(D) p {color:green; font-size:15px;}
View Answer
What is the purpose of using div tags in HTML?(A) For creating Different styles.(B) For creating different sections.(C) For adding headings.(D) For adding titles.
View Answer
What is the full form of CSS?(A) Color style sheet(B) Cascading style sheet(C) Creative style sheet(D) Concatenated style sheet
View Answer
Which of the following tags is used to make a portion of text italic in HTML?(A) <italic>(B) <style= “i”>(C) <i>(D) <style=“italic”>
View Answer
Which tag is used to add an header in HTML5 table?(A) <theader>(B) <h1>(C) <th>(D) <header>
View Answer