Play With Tags

1.How can you open a link in a new browser window?
A href="url" target="_blank"
A href="url" new
A href="url" target="new"
A href="url" target=_window"
How can you create an e-mail link?
Mail href="xxx@yyy.com"
Mail>xxx@yyy.com/mail
A href="xxx@yyy.com"
A href=mailto:xxx@yyy.com
What is the correct HTML for inserting an image?
Img alt="MyImage" image.gif /img
Image src="image.gif" alt="MyImage"
Img src="image.gif" alt="MyImage"
Img href="image.gif" alt="MyImage"
How can you make a list that lists the items without bullets or numbers?
OI
UI
DI
Lists have to have numbers or bullets
What is the name of every homepage on the WWW?
Home.html
Index.html
Anything you want it to be.html
The name of your website.html
What is the correct CSS syntax for making all the elements bold?
P {font-weight:bold}
P style="text-size:bold"
P{text-size:bold}
P style=<"font-size:bold">
Which property is used to change the background color?
Bgcolor:
Background-color:
Color:
Body-color:
How do you add a background color for all elements?
H1 {background-color:#FFFFFF}
H1.all {background-color:#FFFFFF}
All.h1 {background-color:#FFFFFF}
H1{All background-color #FFFFFF}
How do you change the text color of an element?
Color:
Text-color=
Text-color:
Fgcolor:
How do you display hyperlinks without an underline?
A {text-decoration:none}
A {text-decoration:no underline}
A {decoration:no underline}
A {underline:none}
How do you change the font of an element?
F:
Font-family:
Font=
Font-type :
How do you make the text bold in CSS?
Font-weight:bold
Style:bold
Font:b
Font style: bold
How do you change the left margin of an element?
Margin-left:
Text-indent:
Margin:
Indent:
To define the space between the element's border and content, you use the padding property, you are allowed to use negative values?
True
False
15.How do you make a list that lists its items with squares?
Type: square
List-type: square
Type: 2
List-style-type: square
Where in an HTML document is the correct place to refer to an external style sheet?
In the head section
At the end of the document
At the top of the document
In the body section
What are style sheets used for?
To store the keywords of web pages
To script web pages
To define the structure of web documents
To control the look and feel of web documents
In the rule, the "selector":
Selects which element to style
Serves as a property
Allows to substitute the selected attribute
None of the above
What is the "style", when creating an internal CSS?
Property
Value
Tag
None of the above
What value of the text-decoration property substitutes the HTML S tag?
Line-through
Line-through
Overline
Underline
What is the format of the value for the text-shadow property?
Horizontal position vertical position blur color
Upper-left position down-right position blur color
Width height depth color
None of the above
What is the difference between the "pre" and "pre-line" options?
There is no difference
"pre" accepts all line-breaks and whitespace, while "pre-line" ignores the whitespace
"pre-line" accepts all line-breaks and whitespace, while "pre" ignores the line-breaks
None of the above
Which measurement units cannot be used with the word-spacing property?
Cm, mm, inches
Feet, yards
Points
Pixels
The position of which block is specified by the text-indent property?
The whole text block except the first line
The whole text block
The first line of the text block
None of the above
The background color of the content also covers:
Body
Padding
Margins
Padding and margins
How do you make a list not display bullet points?
Bulletpoints: none
List-style-type: none
List: none
List-style-type: no-bullet
Of what type are the :link, :visited, :active and :hover selectors?
Universal
E type
Pseudo
None of the above
In what order do the properties work in the box?
Top->right->bottom->left
Left->top->right->bottom
Top->bottom->left->right
Left->right->top->bottom
List-style-type applies to:
The bullets or numberings of the list
The background color of the list
The font of the list
None of the above
What value of the "display" property makes the inline element act as a blocking level element?
Table-cell
Block
List-item
Inline
The "overflow" property is used to:
Make the box fit to the data it contains
Specify the behavior
Make the box be compatible with the web standards
None of the above
. The clear property is used to:
Clear the styles of the web page
Clear the browser cache
Reset the settings of the web page
Take the next element off the floating group
By default which element in the markup will overlap the others when elements begin stacking?
The first element
The middle element
The last element
None of the above
What property along with float is used in the example to make the elements float side by side?
Position
Align
Width
Style
In order to make the z-index property work you must ...
Use floating
Clear floats
Use the overflow property
Position elements
{"name":"Play With Tags", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"1.How can you open a link in a new browser window?, How can you create an e-mail link?, What is the correct HTML for inserting an image?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker