HTML I Css Test: A Grupa
HTML I Css Test: A Grupa
9) How do you change the left margin of an element? 9) You can combine structures e.g, linear and
a) padding: hierarchical.
b) indent: a) True
c) margin: b) False
d) text-indent:
e) margin-left:
10) How do you make a list that lists its items with 10) What is the tag for an inline frmae?
squares? a) Iframe
a) type: square b) Inframe
b) list-style-type: square c) frame
c) list-type: square d) inlineframe
d) style-list: square
11) Which HTML tag is used to define an internal style 11) Can you create an e-mail form with auto responder
sheet? using form action
a) <script> method=mailto:youdomainname.com?
b) <css> a) Yes
c) <stylesheet> b) No
d) <style>
12) What is the correct CSS syntax for making all the 12) There are_____color names recognized by all
<p> elements bold? version of HTML.
a) p {font-weight:bold} a) 6
b) p {text-size:bold} b) 8
c) <p style="text-size:bold"> c) 256
d) <p style="font-size:bold"> d) 16
13) How do you change the left margin of an element? 13) If you want to increase the font size by 2 relative to
a) left-margin: the sorounding text, you enter +2 in the tag.
b) margin: a) True
c) margin-left: b) False
d) text-indent:
14) How do you make each word in a text start with a 14) The default statement of a switch is always
capital letter? executed.
a) text-transform:capitalize a) True
b) ext-transform:uppercase b) False
c) You can't do that with CSS
15) What are the three methods for using style sheets 15) The page title is inside the____tag.
with a web page a) Body
a) Dreamweaver, GoLive or FrontPage b) Head
b) Inline, embedded or document level and external c) Division
c) Handcoded, Generated or WYSIWYG d) Table