Web Development MCQs QUIZ-1
WEB QUIZ-1 Web Application Development Marks: 50
- Advantages of CSS are? (Click all appropriate) Styles can be stored.
- <img> tag is a Void element? Yes
- If I want to change text color what rule will be work? background-color: blue
- p{color:#FF0000;}, this rule will set _____ color. blue
- <HR> represents _______ horizontal Resource
- font-weight property is associated with ________ bold
- The Largest heading in HTML is? H1
- Birth of Internet was started __________ by the start of 1969.
- For internal CSS, we set styling in _________ tags. div
- Select the item below that indicates the top-level domain name for the URL http://www.mozilla.com. http URL mozilla com
- The interconnected network of computer networks that spans the globe, seems to be everywhere today is called ________. Intranet
- For center the elements the following rule will be used. margin: 0 auto;
- The ideal size for favicon is _____ 40 x 40 30 x 30 16 × 16 18 x 18
- Which of the following configures a background color of #00CED1 for a web page using CSS? body { background-color: #00CED1; }
- If my file have a .txt file extension after saving as html, what should I do? save again as before
- How many type of lists are there? One Two Four Three
- The “cascade” (rules of precedence) that applies the styles in order from outermost (external styles) to innermost (HTML attributes coded on the page). Select the highest precedence. Inline Styles
- In ____, Mosaic, the first graphical web browser became available. 1993 1991 1995 1994
- To create an e-mail hyperlink to the e-mail address help@terrymorris.net, click appropriate answer. <a href="mailto:help@terrymorris.net">help@terrymorris.net</a>
- <h1 style="color:#cc0000">This is displayed as a red heading</h1> this styling is said to be ? Embedded CSS Internal CSS Inline CSS Imported CSS
- For HTML 5, what is the right way? <DOCTYPE !html>
- Of the following organizations, which one coordinates applications for new TLDs? Internet Assigned Numbers Authority (IANA)
- Can an Image be a hyperlink? Yes No
- The percentage of the global population that used the Internet was _____ in 2015. 28.8% 5.8% 15.7% 45%
- Span is a/an ________ element None of these Block Void Inline
- For opening link in new tab using anchor tag which attribute should be set ________? Target Title Src Href
- Internal CSS is also known as ______. External CSS Embedded CSS
- Style sheets are composed of style rules that describe the styling to be applied. Each rule has ___parts. Five Three Four Two
- Are inline styles recommended? Yes No
- Web developers use ____ methods to incorporate CSS technology: Five Three Four Two
- In 1991, the first World Wide Web was created by _________ Steve Jobs Bill Gates Dennis Ritchie Tim Berners-Lee
- p{color:rgb(0,0,255);}, this rule will set _____ color. Black Red Blue Green
- In UL, LI represents ______. List Index List Iterate List List Item
- text-decoration property is associated with ________ underlined italic strike bold
- __________ image file does not provide transparency. GIF JPEG PNG
- # is used for _____ selector. Class Descendent ID None of these
- which font unit is recommended by W3C. em pt xx-small px
- Are there more than one way to validate my HTML? Yes No
- What is a unique text-based Internet address corresponding to a computer’s unique numeric IP address called? IP address domain name URL user name
- My web page looks different in some browsers. What can I do? Consult with experts
- Which of the following organizations takes a proactive role in developing recommendations and prototype technologies related to the Web? Internet Engineering Task Force (IETF)
- Why should I create a folder, why not just use the desktop, click most appropriate? There is no need for create a Folder
- Do I have to start each tag on its own line? No Yes
- DIV element represents as ____ Division Divine None of these Divide
- Is there a quick way to apply the same styles to more than one HTML tag or more than one class? No Yes
- For Line break we use __________ tag   Br Hr Block element
- For setting body background image, which one is right? body { background-image: url(texture1.png); }
- <link rel="stylesheet" href="color.css"> this styling is said to be ? External CSS Internal CSS
- In CSS, what is the way for comment? /* comment */ /* comment
Style is separate from structure
Documents are potentially smaller
Site maintenance is easier.
No
colour: blue
color: blue
text-color: blue
green
red
black
horizontal rule
hyper reference
Horizontal reference
strike
underlined
italic
H2
H6
H4
by the start of 1991.
by the end of 1969.
by the end of 1995.
Body
p
Head
MAN
LAN
Internet
margin: auto;
margin: 0;
margin: auto 0;
body { bgcolor: #00CED1;}
document { background: #00CED1; }
document { bgcolor: #00CED1; }
type the name of the fil e within quotation marks (“index.html”)
type the name of the file within single quotes (‘index.htm’)
delete file and save again
External Styles
Bowser Defaults
Embedded Styles
HTML attributes
<a="mailto:help@terrymorris.net">help@terrymorris.net</a>
<a href="help@terrymorris.net">help@terrymorris.net</a>
<a mailto="help@terrymorris.net">help@terrymorris.net</a>
<!DOCTYPE html>
<DOCTYPE html!>
<DOCTYPE html>
Internet Engineering Task Force (IETF)
World Wide Web Consortium (W3C)
Internet Corporation for Assigned Numbers and Names (ICANN)
Inline CSS Imported CSS
Change browsers properties
This is part of life in the world of web developers.
Rewrite HTML and CSS
World Wide Web Consortium (W3C)
Internet Corporation for Assigned Numbers and Names (ICANN)
Web Professional Standards Organization (WPO)
We can change folders names
Folders will help you to organize your work.
We can save any type of file in Folders
body { background-image: url(texture1); }
body { background-image: src(texture1.png); }
body { background-image: href(texture1.png); }
Embedded CSS Inline CSS
// Comment <!- -Comment- ->
For Solution Attempt Quiz for free and see answers
Click Here to StartWeb Development MCQs QUIZ-2
Comments
Post a Comment