-
Head
-
H1
-
H6
-
Heading
-
There is no right answer
Test of CSS knowledge - Part 7
If you are learning about CSS, the following quiz of Network Administrator will provide useful knowledge for your learning.
-
Question 1: Which card is used for the biggest title?
-
Question 2: Where is the card used to create a numbered list?
-
List
-
OI
-
UI
-
DI
-
There is no right answer
-
-
Question 3: In CSS, how to select all tags
in a document document?
-
.p {}
-
#p {}
-
{}
-
p {}
-
There is no right answer
-
-
Question 4: Where are the tags used to create a list of bullet points at the beginning of the line?
-
List
-
OI
-
UI
-
DI
-
There is no right answer
-
-
Question 5: What is the way to create a hyperlink?
-
TipsMake.com
-
A name = "http://www.tipsmake.com"> TipsMake.com
-
A url = "http://www.tipsmake.com"> TipsMake.com
-
A> http://www.tipsmake.com
-
There is no right answer
-
-
Question 6: What is the format to open the link in a new browser window?
-
Href = "url" target = _window "
-
A href = "url" target = "_ blank"
-
A href = "url" new
-
A href = "url" target = "new"
-
There is no right answer
-
-
How is sentence 7: Class "warning" in the following HTML segment declared in CSS?
Don't do it.
Do it.
Nooo, don't do it.
-
cảnh báo {}
-
#warning {}
-
.warning {}
-
p {}
-
There is no right answer
-
-
Question 8: How is "mainpic" ID in the following HTML segment declared in CSS?
img id="'mainpic'" src="'cat.png'"-
mainpic {}
-
img {}
-
.mainpic {}
-
#mainpic {}
-
There is no right answer
-
-
Question 9: Which card is used to get down?
-
lb
-
brbr
-
br
-
break
-
There is no right answer
-
-
Question 10: What is the way to create an email link?
-
A href = "xxx@yyy.com"
-
A href = mailto: xxx@yyy.com
-
Mail href = "xxx@yyy.com"
-
Mail> xxx@yyy.com/mail
-
There is no right answer
-