HTML Quizzes

YOU CAN DOWNLOAD 200+ SUBJECTS PDF BOOK FOR COMPETITIVE EXAMINATIONS

CLICK HERE TO DOWNLOAD

HTML QUIZ QUESTIONS ANSWERS

Question 46 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What does the letter S stand for in HTTPS? HTML MCQ
A
Secure
B
System
C
Server
D
Sorry
Question 47 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of following statement is true? i. Cloud9 has gained particular interest for its integration with GitHub and Bit Bucket authentication integration and real-time collaboration. ii. Cloud9 does not account for SSH and FTP access.
A
ii
B
i
C
i and ii
D
Neither i and ii
Question 47 Explanation: 
Cloud9 IDE is an online integrated development environment, published as open source from version 2.0, until version 3.0. It Supports for the following code repositories: 1) GitHub, 2) BitBucket, 3) Mercurial repositories, 4) Git repositories, 5) FTP servers. Cloud9 support deployment to 1) Heroku 2) Joyent 3)SFTP/FTP.

Question 48 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Every website must have a domain name
A
true
B
false
Question 49 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Answer CCSS rules have a selector that defines which HTML elements the rule applies to.
We've learned about the following CSS Selectors:
Select by tag name Select by class name Select by id name Which of the following ranks the selectors from highest priority to lowest priority?
A
Select by tag name, select by class name, select by id name
B
Select by id name, select by tag name, select by class name
C
Select by id name, select by class name, select by tag name
D
Select by class name, select by id name, select by tag name
Question 50 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following creates a pagination?
A
.pager
B
.pagination
C
.pagination-lg
D
.pagination-sm
Question 50 Explanation: 
.pagination creates a pagination which is useful when we have a website with lots of pages, used on <ul> elements, .pager creates previous or next buttons, it is used on <ul> elements, .pagination-lg creates large pagination, .pagination-sm creates small pagination.

There are 50 questions to complete.