Font size
WorksheetsHTML
Total questions: 27
Worksheet time: 15mins
Set the size of the image to 150 pixels wide in the next HTML tag ...
<img src="w3schools.jpg" (a) ="150">
Make the element below into a link that goes to "https://www.w3schools.com".
<a (a) ="https://www.w3schools.com">This is a link</a>
Use the correct HTML tag to add a second heading with the text "Tuzla".
(a)
Fill in the blank that the color of the table will be red in HEX code ...
<table (a) ="#ff0000">
How many level of headings use HTML ?
4
5
6
7
If I want to move the text to a new line, which tag do I use ?
<br>
<nl>
<endl>
<newline>
If I want to use horizontal line the entire width of web page, you must use tag ...
<nl>
<hl>
<hr>
<newline>
Which img element attribute can you use to specify text that is shown instead of the image in HTML?
src
alt
txt
text
A web page shows a cat toy image with a different border. How do you think you would create this border?
style="dashed-border";
style="border:dotted";
style="border:double";
style="border:dashed";
One of the file types listed, _____ is not recommended for use on the web because it is not supported in all browsers.
.jpg
.png
.gif
.tiff
The software that can be read and render HTML document is ________.
browser
server
compiler
interpreter
What will the following HTML code do?
<a href='http://www.google.com' target='_blank'>Google</a>
Displays a link which when clicked, goes to the Google.com website in same the window tab without closing the current one
Displays a link which when clicked, goes to the Google.com website in a new window tab
Displays a link which when clicked, does nothing as the target is blank
Displays a link which when clicked, open the email editors for sending an email to Google
The <td> tag is used to create a
table
column
heading
row
CSS is ...
Computer Style Sheets
Creative Style Sheets
Colorful Style Sheets
Cascading Style Sheets
Which input controls are using for create multi-line text ?
texting
textarea
text
textarray
Fill the blank if you want to pass tekst to back-end process ?
<input type="____________" name="tekst">
text
textarea
select
password
Which element is used if you want to create drop down list ?
list
dropdown
select
option
Which attribute is used to give a name to the control which is sent to server?
<input type="text" (a) ="polje">
Which type of controls are used to create button ?
<input type="________" value="Send">
command
action
submit
button
Which method is used to upload data ?
GET
PUT
INPUT
POST
Which tag is used for creating HTML forms
<format>
<forms>
<form>
<formatting>
Fill the blank if you want to setup length of the field to 50 ?
<input type="password" name="sifra" (a) ="50">
Which element would you use to start paragraph in HTML ?
<head>
<body>
<p>
<pre>
HTML stands for ...
(a)
Which of the following represents a secure website ?
https
http
html
html5
Which element must be used when color coding in HTML?
//
<>
$
#
Which HTML tag that identifies the beginning of the ordered list ?
<ul>
<ol>
<url>
<orl>
