Questão 1
Questão
What does HTML stand for?
( როგორ იშიფრება HTML ? )
Responda
-
Hyperlinks and Text Markup Language
-
Home Tool Markup Language
-
Hyper Text Markup Language
Questão 2
Questão
Who is making the Web standards? ( ვინ აწესებს web-ის სტანდარტებს? )
Questão 3
Questão
Choose the correct HTML element for the largest heading:
(აირჩიეთ სწორი HTML ელემენტი უდიდესი ტექსტის ფონტით გამოსატანათ )
Questão 4
Questão
What is the correct HTML element for inserting a line break?
Responda
-
<break>
-
<newline>
-
<br>
-
<new>
Questão 5
Questão
What is the correct HTML for adding a background color?
Questão 6
Questão
What is the correct HTML for creating a hyperlink?
Responda
-
<a href="http://www.google.com">google</a>
-
<a url="http://www.google.com">google</a>
-
<a>href="http://www.google.com"</a>
Questão 7
Questão
How can you open a link in a new tab/browser window?
Responda
-
<a href="url" new>
-
<a href="url" new_window>
-
<a href="url" target="_blank">
-
<a href="url" target="_new">
Questão 8
Questão
How can you make a numbered list?
Questão 9
Questão
What is the correct HTML for making a text input field?
Responda
-
<textfield>
-
<text>
-
<input type="text">
-
<input type="textfield">
Questão 10
Questão
What is the correct HTML for making a text area?
Responda
-
<input type="textarea">
-
<input type="textbox">
-
<textarea>
Questão 11
Questão
Which doctype is correct for HTML5?
Questão 12
Questão
What does CSS stand for?
Responda
-
Creative Style Sheets
-
Computer Style Sheets
-
Cascading Style Sheets
-
Colorful Style Sheets
Questão 13
Questão
Where in an HTML document is the correct place to refer to an external style sheet?
Questão 14
Questão
Which HTML tag is used to define an internal style sheet?
Responda
-
<script>
-
<style>
-
<code>
-
<css>
Questão 15
Questão
Chose correct CSS syntax?
Responda
-
{body;color:black;}
-
{body:color=black;}
-
body{color=black;}
-
body {color: black;}
Questão 16
Questão
Inside which HTML element do we put the JavaScript?
Responda
-
<js>
-
<script>
-
<javascript>
-
<scripting>
Questão 17
Questão
Where is the correct place to insert a JavaScript?
Questão 18
Questão
How do you call a function named "myFunction"?
Questão 19
Questão
JavaScript is the same as Java.
Questão 20
Questão
Which operator is used to assign a value to a variable?