Web Design HTML Interview Questions & Answers
June 28, 2008 — sharag
Web Design HTML Interview Questions & Answers
1) Intrepret this statement: <strong>Michelle</strong>
a) It makes Michelle strong
b) It highlights Michelle as being strong
c) It will print out Michelle in bold font - correct answer
2) Tables can be nested (table inside of another table).
a) True - correct answer
b) False
3) Which is correct?
a) <b>Click Here<b>
b) <strong>Click Here<strong>
c) <b>Click Here</b> - correct answer
d) </strong>Click Here</strong>
4) Which of the following is a two sided tag?
a) DT
b) LI
c) DD
d) DL - correct answer
5) The Browser applies the feature of a tag until it encounters_____tag.
a) Quit
b) Closing - correct answer
c) Exit
d) Anti
e) Deactivate
6) _______are the HTML codes that control the apearance of the document contents
a) Tags - correct answer
b) Codas
c) Slashes
d) Properties
e) Code
7) What are the genral syntax for inline image?
a) src=img
b) src=image
c) img=file
d) img src=file - correct answer
e) image src=file
8) An HTML_____takes text in one format and changes it to HTML code.
a) Browser
b) Editor
c) Converter – correct answer
d) Processor
e) Parser
9) To create a link to an anchor, you use the______property in A tag.
a) Name
b) Tag
c) Link
d) Href - correct answer
10) HTML Tags are case sensitive.
a) True
b) False – correct answer
11) Relative path make your hypertext links______.
a) Portable - correct answer
b) Discrete
c) Uniform
12) A_____structure starts with a general topic that includes link to more specific topics.
a) Hierarchical - correct answer
b) Linear
c) Mixed
13) Which of the following path is supported by HTML?
a) Ralative
b) Defererenced
c) Absolute and Relative - correct answer
14) You cannot designate an inline image as a hypertext link.
a) True
b) False - correct answer
15) Because each computer differs in terms of what fonts it can display, each individual browser determines how text is to be displayed.
a) True - correct answer
b) False
16) You do not have to connect to the internet to verify changes to a Web page on your computer.
a) True - correct answer
b) False
17) You can combine structures e.g, linear and hierarchical.
a) True - correct answer
b) False
18) What is HTML stands for?
a) Hypertext Mailing List
b) Hypertext Mark Language
c) Hypertext Markup Language - correct answer
19) What is the tag for an inline frmae?
a) Iframe – correct answer
b) Inframe
c) frame
d) inlineframe
20) Within the MAP tag, you use the AREA tag to specify the areas of the image that will act as a hotspot.
a) True - correct answer
b) False
21) Can you create an e-mail form with auto responder using form action method=mailto:youdomainname.com?
a) Yes
b) No - correct answer
22) What is the most widely use e-mail form script?
a) ASP
b) PHP – correct answer
c) Perl CGI
d) JSP
23) There are_____color names recognized by all version of HTML.
a) 6
b) 8
c) 256
d) 16 - correct answer
24) Software programs, like your Web browser, use a mathemathical approach to define color.
a) True - correct answer
b) False
25) If you want to increase the font size by 2 relative to the sorounding text, you enter +2 in the tag.
a) True - correct answer
b) False
26) What operator makes converts 00110011 into 11001100?
a) ~ - correct answer
b) !
c) &
d) |
27) The default statement of a switch is always executed.
a) True
b) False - correct answer
28) H1 is the smallest header tag.
a) True
b) False - correct answer
29) The page title is inside the____tag.
a) Body
b) Head – correct answer
c) Division
d) Table
30) _____refers to the way the GIF file is saved by the graphics software.
a) Dithering
b) Interlacing - correct answer
c) Balancing
ALL CSS Interview question and answer
February 11, 2009 — sharag
Web Design HTML Interview Questions & Answers
June 28, 2008 — sharag
Web Design HTML Interview Questions & Answers
1) Intrepret this statement: <strong>Michelle</strong>
a) It makes Michelle strong
b) It highlights Michelle as being strong
c) It will print out Michelle in bold font - correct answer
2) Tables can be nested (table inside of another table).
a) True - correct answer
b) False
3) Which is correct?
a) <b>Click Here<b>
b) <strong>Click Here<strong>
c) <b>Click Here</b> - correct answer
d) </strong>Click Here</strong>
4) Which of the following is a two sided tag?
a) DT
b) LI
c) DD
d) DL - correct answer
5) The Browser applies the feature of a tag until it encounters_____tag.
a) Quit
b) Closing - correct answer
c) Exit
d) Anti
e) Deactivate
6) _______are the HTML codes that control the apearance of the document contents
a) Tags - correct answer
b) Codas
c) Slashes
d) Properties
e) Code
7) What are the genral syntax for inline image?
a) src=img
b) src=image
c) img=file
d) img src=file - correct answer
e) image src=file
8) An HTML_____takes text in one format and changes it to HTML code.
a) Browser
b) Editor
c) Converter – correct answer
d) Processor
e) Parser
9) To create a link to an anchor, you use the______property in A tag.
a) Name
b) Tag
c) Link
d) Href - correct answer
10) HTML Tags are case sensitive.
a) True
b) False – correct answer
11) Relative path make your hypertext links______.
a) Portable - correct answer
b) Discrete
c) Uniform
12) A_____structure starts with a general topic that includes link to more specific topics.
a) Hierarchical - correct answer
b) Linear
c) Mixed
13) Which of the following path is supported by HTML?
a) Ralative
b) Defererenced
c) Absolute and Relative - correct answer
14) You cannot designate an inline image as a hypertext link.
a) True
b) False - correct answer
15) Because each computer differs in terms of what fonts it can display, each individual browser determines how text is to be displayed.
a) True - correct answer
b) False
16) You do not have to connect to the internet to verify changes to a Web page on your computer.
a) True - correct answer
b) False
17) You can combine structures e.g, linear and hierarchical.
a) True - correct answer
b) False
18) What is HTML stands for?
a) Hypertext Mailing List
b) Hypertext Mark Language
c) Hypertext Markup Language - correct answer
19) What is the tag for an inline frmae?
a) Iframe – correct answer
b) Inframe
c) frame
d) inlineframe
20) Within the MAP tag, you use the AREA tag to specify the areas of the image that will act as a hotspot.
a) True - correct answer
b) False
21) Can you create an e-mail form with auto responder using form action method=mailto:youdomainname.com?
a) Yes
b) No - correct answer
22) What is the most widely use e-mail form script?
a) ASP
b) PHP – correct answer
c) Perl CGI
d) JSP
23) There are_____color names recognized by all version of HTML.
a) 6
b) 8
c) 256
d) 16 - correct answer
24) Software programs, like your Web browser, use a mathemathical approach to define color.
a) True - correct answer
b) False
25) If you want to increase the font size by 2 relative to the sorounding text, you enter +2 in the tag.
a) True - correct answer
b) False
26) What operator makes converts 00110011 into 11001100?
a) ~ - correct answer
b) !
c) &
d) |
27) The default statement of a switch is always executed.
a) True
b) False - correct answer
28) H1 is the smallest header tag.
a) True
b) False - correct answer
29) The page title is inside the____tag.
a) Body
b) Head – correct answer
c) Division
d) Table
30) _____refers to the way the GIF file is saved by the graphics software.
a) Dithering
b) Interlacing - correct answer
c) Balancing
ALL CSS Interview question and answer
February 11, 2009 — sharag
Web Design HTML Interview Questions & Answers
22 comments:
This sis a really very useful blog..Awesome ..keep posting..Web Designing Company Bangalore | Web Designing Companies Bangalore
Thank you for giving the very useful information.I have a shared my social media pages.Web Design Bangalore | Web Development Bangalore
That would help me for my me during the interview,i need more question answer from your blog so keep share more in future thanks...
Web Development Company Bangalore|Web Design Company Bangalore
Thanks for the useful Interview Questions, as a beginner it is very helpful for me during Interviews... Also let me share something useful for freshers career which I came across - AngularJS Training with placement assistance
I really like your blog it excellent
SEO Experts India
SEO Company Bangalore
cheapest seo packages
If you will explore on the online platform, there are a number professional companies that offer these services.
Responsive Web Design Company in Bangalore |Rebranding Agency in Bangalore
Hi,
Thanks for sharing a very interesting article about Web Design HTML Interview Questions & Answers. This is very useful information for online blog review readers. Keep it up such a nice posting like this.
From,
Maestro Infotech,
Web Design Company Bangalore
Thanks for sharing Information. Ecommerce Web design company Bangalore | Web development company in bangalore.
Thank you for sharing valuable information
web design company in chennai
web development company in chennai
mobile app development company in chennai
Nice Information Keep Learning Ruby on Rails Online Training
Thanks for sharing this article with us. I can see that this post has the most favourable information. Let me follow you on the social networks given so that I don't miss out any information as we are the Global Partners for Digital Marketing . Nevertheless, I m not pretty sure as to how many traffic you are getting as of now. But, by writing these kind of articles, you will definately start getting from people like us.
This is quite educational arrange. It has famous breeding about what I rarity to vouch. Colossal proverb.
This trumpet is a famous tone to nab to troths. Congratulations on a career well achieved. This arrange is synchronous s informative impolites festivity to pity. I appreciated what you ok extremely here
Selenium training in bangalore
Selenium training in Chennai
Selenium training in Bangalore
Selenium training in Pune
Selenium Online training
Nice post Really useful information Website Development Companies in Bangalore, Web Design Companies in Bangalore, Web Design companies Bangalore, Web Designers in Bangalore, Website Design Services in Bangalore Website Designers Bangalore
Nice post,
We provide industrial IoT platform to enterprises for building custom IoT applications. We develop, deploy and maintain industrial IoT platform that allows you to build custom industrial IoT applications for your organization. Our IoT platform is available only for manufacturing companies and government companies engaged in building smart cities. https://www.altorumleren.com/services/iot/
Thanks for sharing this post. I would like to share this post Designer Shoes
thank your valuable content.we are very thankful to you.one of the recommanded blog.which is very useful to new learners and professionals.content is very useful for web design HTML learners...
Android Training in Chennai
Android Online Training in Chennai
Android Training in Bangalore
Android Training in Hyderabad
Android Training in Coimbatore
Android Training
Android Online Training
Outstanding blog post, I have marked your site so ideally I’ll see much more on this subject in the foreseeable future.
sap training in chennai
sap training in velachery
azure training in chennai
azure training in velachery
cyber security course in chennai
cyber security course in velachery
ethical hacking course in chennai
ethical hacking course in velachery
Wonderful blog with great piece of information. Regards to your effort. Keep sharing more such blogs.Looking forward to learn more from you.
web designing training in chennai
web designing training in porur
digital marketing training in chennai
digital marketing training in porur
rpa training in chennai
rpa training in porur
tally training in chennai
tally training in porur
Great thoughts you got there, believe I may possibly try just some of it throughout my daily life.
java training in chennai
java training in annanagar
aws training in chennai
aws training in annanagar
python training in chennai
python training in annanagar
selenium training in chennai
selenium training in annanagar
This post seems to be really quite interesting as well as informative too. Thanks for sharing such an awesome information. i was just sharing with you best digital marketing company in surat
Post a Comment