Vladislav Kudriašev Portfoolio
Programmeerimine
Pythoni funktsioonid
Sõnastik
Näidis koodid
Разработка программного обеспечения
Multimeedia
Andmebaasid
SQL TRIGGERID
SELECT laused
Robootika
Katsed
Teoria
Esitlus
Veebirakendused
THKIT Koduleht
SEO
JS Kalkulaatorid
JS Vormid
Dinosaur plugin
PHP
Quiz
Inglise/eesti/vene terminid
Ristsõna
Pood
Minu konto
Ostukorv
Kassa
Tarkvara arendusprotsess
Projektijuhtimine
Projektijuhtimise näidistest
.SSH key loomine / kasutamine
CASE vahendite klassifitseerimine
UML Skeemid
Use Case Diagramm
Mobiilirakendus Levonin
Tegevusskeem
Inglise/eesti/vene terminid
Noorem Tarkvaraarendaja eriala
Quiz
HTML Quiz
Question 17:
What is the correct HTML for making a drop-down list?
<input type=”dropdown”>
<input type=”list”>
<select>
<list>
Question 18:
What is the correct HTML for making a text area?
<input type=”textarea”>
<textarea>
<input type=”textbox”>
CSS Quiz
Question 10:
Which CSS property is used to change the text color of an element?
text-color
color
fgcolor
Question 17:
How do you display a border like this:
The top border = 10 pixels
The bottom border = 5 pixels
The left border = 20 pixels
The right border = 1pixel?
border-width:10px 5px 20px 1px;
border-width:10px 1px 5px 20px;
border-width:10px 20px 5px 1px;
border-width:5px 20px 10px 1px;
Question 25:
What is the default value of the position property?
relative
absolute
static
fixed