
Test from HTML
Quiz by Daria Pawlak
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
1. What HTML tag is used to create a new paragraph? Jaki znacznik HTML jest używany do tworzenia nowego akapitu?
<h1>
<ol>
<p>
<span>
60s - Q2
2. Which tag is used to specify the font family in HTML? Który znacznik jest używany do określenia typu czcionki w HTML?
<strong>
<blockquote>
<font color=”red”>
<font face=”Arial CE”>
60s - Q3
What does the <ul> tag do in HTML? Co robi znacznik <ul> w kodzie HTML?
Creates a list of unordered points Tworzy nieuporządkowaną listę
Creates a new paragraph Tworzy nowy paragraf
Creates a list of ordered points Tworzy uporządkowaną listę
Inserts a header Wstawia nagłówek
60s - Q4
4. Which HTML tag is used to change the font size? Który znacznik HTML jest używany do zmiany rozmiaru czcionki?
<font size=”7”>
<q>
<em>
<u>
60s - Q5
5. What is the purpose of the <th> tag in HTML? Do czego używamy znacznika <th> w HTML?
Defines a header cell in a table Definiuje komórkę nagłówka w tabeli
Groups the body content in a table Grupuje zawartość treści w tabeli
Defines a cell in a table Definiuje komórkę w tabeli
Groups the header content in a table Grupuje zawartość nagłówka w tabeli
60s - Q6
6. What does the <centre> tag do in HTML? Do czego służy znacznik <centre> w HTML?
Adds a new image Dodaje obraz
Changes font size Zmienia rozmiar czcionki
Centres text Wyśrodkowuje tekst
Adds a hyperlink Dodaje hiperłącze
60s - Q7
7. Which tag is used to create a hyperlink in HTML? Który znacznik jest używany do tworzenia hiperłącza w HTML?
<img>
<span>
<a href=”link do strony”>
<li>
60s - Q8
8. What is the purpose of the <caption> tag in HTML? Do czego używamy znacznika <caption> w HTML?
Defines a table Definiuje tabelę
Defines a header cell in a table Definiuje komórkę nagłówka w tabeli
Defines a table caption Definiuje podpis tabeli
Groups the body content in a table Grupuje zawartość treści w tabeli
60s - Q9
9. What does the <font color=”red”> tag do in HTML? Co robi znacznik <font color=„red”> w kodzie HTML?
Includes a blockquote Zawiera cytat
Changes the color of the text Zmienia kolor tekstu
Adds bold text Dodaje pogrubiony tekst
Centers text Wyśrodkowuje tekst
60s - Q10
10. Which tag is used to make text bold in HTML? Który znacznik jest używany do pogrubiania tekstu w HTML?
<blockquote>
<em>
<ul>
<strong>
30s