html body { margin-top: 50px !important; } #top_form { position: fixed; top:0; left:0; width: 100%; margin:0; z-index: 2100000000; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; border-bottom:1px solid #151515; background:#FFC8C8; height:45px; line-height:45px; } #top_form input[name=url] { width: 550px; height: 20px; padding: 5px; font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; border: 0px none; background: none repeat scroll 0% 0% #FFF; }
,
,
. The questions test knowledge of what each tag represents and is used for in defining the structure and formatting of text in an HTML document."> 0 ratings0% found this document useful (0 votes)127 views
Web Technology (Chapter - HTML) Solved MCQs (Set-1)
Uploaded by
Athithya RThe document contains 25 multiple choice questions about HTML tags and elements. The questions cover basic HTML tags like <html>, <body>, <!doctype>, headings tags like <h1>, text formatting tags like <b>, <i>, <em>, and other tags like <p>, <br>, <pre>. The questions test knowledge of what each tag represents and is used for in defining the structure and formatting of text in an HTML document.Copyright:
© All Rights ReservedAvailable Formats
Download as PDF, TXT or read online from Scribd
Web Technology (Chapter - HTML) Solved MCQs (Set-1)
Uploaded by
Athithya R0 ratings0% found this document useful (0 votes)127 views5 pagesThe document contains 25 multiple choice questions about HTML tags and elements. The questions cover basic HTML tags like <html>, <body>, <!doctype>, headings tags like <h1>, text formatting tags like <b>, <i>, <em>, and other tags like <p>, <br>, <pre>. The questions test knowledge of what each tag represents and is used for in defining the structure and formatting of text in an HTML document.Original Title
Web Technology (Chapter- HTML) Solved MCQs [set-1] McqMate.comCopyright
© © All Rights ReservedAvailable Formats
PDF, TXT or read online from ScribdShare this document
Did you find this document useful?
Is this content inappropriate?
The document contains 25 multiple choice questions about HTML tags and elements. The questions cover basic HTML tags like <html>, <body>, <!doctype>, headings tags like <h1>, text formatting tags like <b>, <i>, <em>, and other tags like <p>, <br>, <pre>. The questions test knowledge of what each tag represents and is used for in defining the structure and formatting of text in an HTML document.Copyright:
© All Rights ReservedAvailable Formats
Download as PDF, TXT or read online from Scribd Download as pdf or txt 0 ratings0% found this document useful (0 votes)127 views5 pages
Web Technology (Chapter - HTML) Solved MCQs (Set-1)
Uploaded by
Athithya RThe document contains 25 multiple choice questions about HTML tags and elements. The questions cover basic HTML tags like <html>, <body>, <!doctype>, headings tags like <h1>, text formatting tags like <b>, <i>, <em>, and other tags like <p>, <br>, <pre>. The questions test knowledge of what each tag represents and is used for in defining the structure and formatting of text in an HTML document.Copyright:
© All Rights ReservedAvailable Formats
Download as PDF, TXT or read online from ScribdDownload as pdf or txtYou are on page 1of 5Web Technology MCQs [set-1]
Chapter: HTML
1. ----describes the structure of a Web page
A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer: A2. ----elements tell the browser how to display the content
A. <html>
o m
B. <body>
. c
C. <!doctype>
te
D. <h1>
a
Answer: Aq M
c for creating Web pages
3. ----is the standard markup language
A. <html> M
B. <body>
C. <!doctype>
D. <h1>
Answer: A4. A browser does not display the HTML tags, but uses them to determine how to
display the document
A. yes
B. no
C. can not say
D. none of these
Answer: A5. The HTML document itself begins with -----and ends with </html>.
A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer: A6. The visible part of the HTML document is between----and </body>.
A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer: B7. -----stands for Hyper Text Markup Language
A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer: A8. <TAGS> tages are divided into 2 types
A. paired tag & single tag
B. meta tag &verbal tag
C. order tag & sequence tag
D. none of these.
Answer: A9. The-----declaration represents the document type, and helps browsers to
display web pages correctly.
A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer: C10. The------declaration for HTML5 is:
A. <html>
B. <body>Download more sets at McqMate.com
C. <!doctype>
D. <h1>
Answer: C11. The-------declaration is not case sensitive.
A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer: C12. -------defines the most important heading. <h6> defines the least important
heading.
A. <H1>
B. <P>
C. <HR>
D. <pre>
Answer: A13. <h1> defines the most important heading------- defines the least important
heading.
A. <H6>
B. <P>
C. <HR>
D. <pre>
Answer: A14. The HTML------element defines a paragraph.
A. <H6>
B. <P>
C. <HR>
D. <pre>
Answer: B15. The------tag defines a thematic break in an HTML page, and is most often
displayed as a horizontal rule
A. <H6>Download more sets at McqMate.com
B. <P>
C. <HR>
D. <pre>
Answer: C16. The HTML-----element defines a line break
A. <br>
B. <P>
C. <HR>
D. <pre>
Answer: A17. The HTML-------element defines preformatted text.
A. <H6>
B. <P>
C. <HR>
D. <pre>
Answer: D18. ------are used to indicate exactly how specific characters are to be formatted
A. physical tag
B. <P>
C. logical tag
D. <pre>
Answer: A19. ------are used to indicate to the visually impaired that there is some
emphasizes on the text.
A. physical tag
B. <P>
C. logical tag
D. <pre>
Answer: C20. -----it is used to show the Bold text
A. <b>
B. <strong>Download more sets at McqMate.com
C. <i>
D. <em>
Answer: A21. -------it is used to show the Bold text and big font
A. <b>
B. <strong>
C. <i>
D. <em>
Answer: B22. -----it is used to show the Italic text
A. <b>
B. <strong>
C. <i>
D. <em>
Answer: C23. ------it is used to show the Emphasized text
A. <b>
B. <strong>
C. <i>
D. <em>
Answer: D24. -------it is used to show the Smaller text.
A. <del>
B. <small>
C. <ins>
D. <sub>
Answer: B25. ------it is used to show the Deleted text
A. <del>
B. <small>
C. <ins>
D. <sub>
Answer: ADownload more sets at McqMate.com
You might also like
PWR BiDocument5 pagesPWR BiGOMTI100% (1) Google Digital Garage SummaryDocument17 pagesGoogle Digital Garage SummaryYash Diwakar50% (2) D-Bus Tutorial: Havoc PenningtonDocument19 pagesD-Bus Tutorial: Havoc Penningtonrk1825No ratings yet Web Technology (Chapter - CSS) Solved MCQs (Set-1)Document6 pagesWeb Technology (Chapter - CSS) Solved MCQs (Set-1)Athithya RNo ratings yet 100 MCQ Questions For HTML and Web Page DesigningDocument13 pages100 MCQ Questions For HTML and Web Page DesigningPrakasam ArulappanNo ratings yet Web Technology Solved MCQs (Set-2)Document6 pagesWeb Technology Solved MCQs (Set-2)Athithya RNo ratings yet Fundamentals of Web Designing in ComputersDocument12 pagesFundamentals of Web Designing in Computersgaat.rohitNo ratings yet MCQ Bank HTML DownloadDocument13 pagesMCQ Bank HTML DownloadMilion NugusieNo ratings yet HTML Set 1Document5 pagesHTML Set 1MagarsaaNo ratings yet MCQ ITWD HTML BasicsDocument35 pagesMCQ ITWD HTML BasicsAbhishek KushwahaNo ratings yet Css MCQDocument6 pagesCss MCQsinus medNo ratings yet W & U I D: EB SER Nterface EvelopmentDocument6 pagesW & U I D: EB SER Nterface Evelopmenteslam hegazyNo ratings yet HTML Technical MCQDocument18 pagesHTML Technical MCQgauravhchavdaNo ratings yet Web Development 34 PagesDocument34 pagesWeb Development 34 PagesWaqar Younas KhawajaNo ratings yet Web Technologies BitsDocument7 pagesWeb Technologies BitsShashi VardhanNo ratings yet WP Lab ObservationDocument34 pagesWP Lab ObservationDëváNo ratings yet MCQDocument12 pagesMCQMondar DebNo ratings yet "Web Applications Design" Selected Multiple-Choice QuestionsDocument3 pages"Web Applications Design" Selected Multiple-Choice QuestionsHIKE25No ratings yet Microsoft Word - Syllabus For Beltron Programmer 2018 PDFDocument1 pageMicrosoft Word - Syllabus For Beltron Programmer 2018 PDFSumit KumarNo ratings yet 100 MCQ Questions For HTML and Web Page Designing - MCQ SetsDocument11 pages100 MCQ Questions For HTML and Web Page Designing - MCQ SetsDeepak ThapaNo ratings yet Web Technology QuestionsDocument2 pagesWeb Technology QuestionsPranay Kumar SinghNo ratings yet Pgdca 2 Sem PDFDocument11 pagesPgdca 2 Sem PDFAjeet BansalNo ratings yet APP Question Bank: 4 Marks QuestionsDocument1 pageAPP Question Bank: 4 Marks QuestionsacasNo ratings yet Web TechnologyDocument46 pagesWeb TechnologyniraliNo ratings yet Module 1: Overview of PlatformDocument13 pagesModule 1: Overview of PlatformBhrugesh ThakkarNo ratings yet HTML Questions and AnswersDocument5 pagesHTML Questions and AnswersSaif UllahNo ratings yet What Is HTMLDocument10 pagesWhat Is HTMLsandydehrianNo ratings yet Javascript MCQDocument1 pageJavascript MCQsiva.mtncNo ratings yet Web Programming Final Exam: 1. Answer The Following QuestionsDocument4 pagesWeb Programming Final Exam: 1. Answer The Following QuestionsRaja SalmanNo ratings yet PHP Solved MCQsDocument17 pagesPHP Solved MCQsRida BaigNo ratings yet Asp MCQDocument17 pagesAsp MCQpNo ratings yet Bcs2303-Web Scripting 21213Document11 pagesBcs2303-Web Scripting 21213Vinoden SingaravelooNo ratings yet XML Multiple Choice Questions and AnswersDocument15 pagesXML Multiple Choice Questions and AnswersAkilan StarNo ratings yet Visual Basic McqsDocument10 pagesVisual Basic McqsHuniya ErumNo ratings yet BCA III - Web Tech Lab ExercisesDocument3 pagesBCA III - Web Tech Lab ExercisesKumar VarunNo ratings yet Chapter Two HTML: Internet Programming Compiled By:tadesse KDocument162 pagesChapter Two HTML: Internet Programming Compiled By:tadesse KMaraf MengeshaNo ratings yet Angularjs Mock Test IDocument6 pagesAngularjs Mock Test IARUN PERUMALSAMYNo ratings yet Final Exam Sem1!09!10Document16 pagesFinal Exam Sem1!09!10niceboy7970% (1) Project On HTMLDocument15 pagesProject On HTMLAnonymous iB9bxiO7P100% (1) Web QuizDocument47 pagesWeb QuizfunnyNo ratings yet HTML and CSS Sample QuestionDocument8 pagesHTML and CSS Sample Questionradinlandrio0102No ratings yet ANU UG 5th Sem B.SC Computers Web Interface Designing Technologies Material PDF (WWW - Anuupdates.org)Document170 pagesANU UG 5th Sem B.SC Computers Web Interface Designing Technologies Material PDF (WWW - Anuupdates.org)Siva SankerNo ratings yet Backpackers LessonsDocument14 pagesBackpackers LessonsBrenda CoxNo ratings yet Assignment # 4: Web EngineeringDocument5 pagesAssignment # 4: Web EngineeringQazi MujtabaNo ratings yet Some Question and Answer of JavascriptDocument6 pagesSome Question and Answer of JavascriptRevati MenghaniNo ratings yet Css Interview QuestionsDocument7 pagesCss Interview QuestionsWeb CodNo ratings yet 306 Internet FundamentalsDocument86 pages306 Internet FundamentalsMycareer RamNo ratings yet Bca 223 SsadDocument96 pagesBca 223 SsadBipin SaraswatNo ratings yet 250+ TOP MCQs On Database Design Process and AnswersDocument7 pages250+ TOP MCQs On Database Design Process and AnswersMagarsa BedasaNo ratings yet Test Questions - CSSDocument44 pagesTest Questions - CSSMuhammad RaisNo ratings yet Web Technology (Chapter - JavaScript) Solved MCQs (Set-2)Document6 pagesWeb Technology (Chapter - JavaScript) Solved MCQs (Set-2)Athithya RNo ratings yet An Introduction To Web Hosting (ICT212)Document31 pagesAn Introduction To Web Hosting (ICT212)progiestudio100% (1) Hypertext and Multimedia in HciDocument15 pagesHypertext and Multimedia in HciAMALA MARIYANo ratings yet 505 Lab On Internet Technologya and C# ProgrammingDocument4 pages505 Lab On Internet Technologya and C# ProgrammingJaved BaigNo ratings yet Javascript PDFDocument22 pagesJavascript PDFJothimani Murugesan KNo ratings yet Visual Basic ProgrammingDocument3 pagesVisual Basic ProgrammingPRINTDESK by DanNo ratings yet WEB TechDocument122 pagesWEB TechR RahulNo ratings yet 1724084235-HandbookDocument414 pages1724084235-HandbookBaiuNo ratings yet Log On To and To - MCQ in HTML/XMLDocument34 pagesLog On To and To - MCQ in HTML/XMLShyamal Das100% (2) Coa Unit-1Document37 pagesCoa Unit-1Athithya RNo ratings yet Coa Unit-3Document23 pagesCoa Unit-3Athithya RNo ratings yet Coa Unit-4Document23 pagesCoa Unit-4Athithya RNo ratings yet Web Technology (Chapter - JavaScript) Solved MCQs (Set-1)Document6 pagesWeb Technology (Chapter - JavaScript) Solved MCQs (Set-1)Athithya RNo ratings yet Web Technology (Chapter - JavaScript) Solved MCQs (Set-2)Document6 pagesWeb Technology (Chapter - JavaScript) Solved MCQs (Set-2)Athithya RNo ratings yet Real Time Applications Using MapReduceDocument12 pagesReal Time Applications Using MapReduceAthithya RNo ratings yet NIMBUSDocument9 pagesNIMBUSAthithya RNo ratings yet SBEC IV - Multiskill DevelopmentDocument60 pagesSBEC IV - Multiskill DevelopmentAthithya RNo ratings yet Advantages of IotDocument7 pagesAdvantages of IotAthithya RNo ratings yet Unit 4Document11 pagesUnit 4Athithya RNo ratings yet Resource Allocation in Project ManagementDocument12 pagesResource Allocation in Project ManagementAthithya RNo ratings yet Grid Security Solution BriefDocument7 pagesGrid Security Solution BriefAthithya RNo ratings yet Big Data AnalyticsDocument3 pagesBig Data AnalyticsAthithya RNo ratings yet KerberosDocument12 pagesKerberosAthithya RNo ratings yet Software Project Estimation SuccessDocument19 pagesSoftware Project Estimation SuccessAthithya RNo ratings yet 20PIT002 - Elliptic Curve CryptographyDocument4 pages20PIT002 - Elliptic Curve CryptographyAthithya RNo ratings yet Digital Markeing and Its Impact in Todays WorldDocument10 pagesDigital Markeing and Its Impact in Todays WorldMadhura AbhyankarNo ratings yet A Marketing Cloud AdminDocument2 pagesA Marketing Cloud AdminBárbara PulcineliNo ratings yet Our Environment Today: Similar ArticlesDocument1 pageOur Environment Today: Similar ArticlesVinz TombocNo ratings yet Botbro 30Document1 pageBotbro 30t96k7k4w44No ratings yet NRU Observability Presenter Deck TDDocument99 pagesNRU Observability Presenter Deck TDalok singhNo ratings yet Banker Blues WordDocument2 pagesBanker Blues WordMary Anne BantogNo ratings yet Cyber SecurityDocument7 pagesCyber SecurityhtmbottNo ratings yet Vuln 5Document3 pagesVuln 5LUZ ESPINOSANo ratings yet I Mode TechnologyDocument36 pagesI Mode TechnologyhabeebaNo ratings yet Wave OSDR0 Developer ManualDocument632 pagesWave OSDR0 Developer ManualOned GómezNo ratings yet Ericsson MoshellDocument11 pagesEricsson MoshellbeenmakapNo ratings yet CH 1 1Document43 pagesCH 1 1aditya bhatiNo ratings yet Entrance TestDocument8 pagesEntrance TestThắng Nguyễn ĐứcNo ratings yet How To Configure HA Proxy Load Balancer With EFT Server HA ClusterDocument8 pagesHow To Configure HA Proxy Load Balancer With EFT Server HA ClusterPrudhvi ChowdaryNo ratings yet Retrive User Airdrop RewardsDocument3 pagesRetrive User Airdrop RewardsLipi's KhazanaNo ratings yet PF B-NOVA Broadcast HilKOM Digital Rev B V3 04022013Document4 pagesPF B-NOVA Broadcast HilKOM Digital Rev B V3 04022013RobertNo ratings yet Selenium Interview Questions For Experienced and FreshersDocument24 pagesSelenium Interview Questions For Experienced and FresherssachinNo ratings yet Business Center Capture For SAP Solutions 16.7 Release NotesDocument14 pagesBusiness Center Capture For SAP Solutions 16.7 Release NotesBenjamin WolyanNo ratings yet Gov Uscourts FLSD 521536 237 7Document5 pagesGov Uscourts FLSD 521536 237 7ForkLogNo ratings yet Guest Post Accepting WebsitesDocument4 pagesGuest Post Accepting WebsitesEd MartynovNo ratings yet Models IP-422/IP-423: Service ManualDocument92 pagesModels IP-422/IP-423: Service ManualVinay JainNo ratings yet Sedco Magna L3200 C 2022Document3 pagesSedco Magna L3200 C 2022ﺍﻟﻄﺎﺋﺮ ﺍﻟﺤﺰﻳﻦNo ratings yet Boyd, D. & Ellison, N. (2007) - Social Network SitesDocument20 pagesBoyd, D. & Ellison, N. (2007) - Social Network SitesRosmie Jane CantongNo ratings yet A List of Excel's Shortcut Keys - Excel TipsDocument10 pagesA List of Excel's Shortcut Keys - Excel TipsAakash KumarNo ratings yet SE Lab Manual R18Document60 pagesSE Lab Manual R18Sai Krishna100% (1) CEH09 - New Dumps 012017Document28 pagesCEH09 - New Dumps 012017Faizan QureshiNo ratings yet View AnswerDocument112 pagesView Answershiv anantaNo ratings yet 10th Social EMDocument26 pages10th Social EMSivakami SundaramNo ratings yet