Font size
Worksheetsigcse web
Total questions: 130
Worksheet time: 1hrs 19mins
Which part in a HTML script to insert the LINK to the CSS file.
<head> ... </head>
<body> ... </body>
<title> ... </title>
<a href= mystyle.css"> APPLY CSS </a>
Which table beginning tag to use for inserting another row.
<tr>
<td>
<table>
<tq>
Which Web design layer we see Java scripts?
Style or Presentation
Behaviour
Structure or Content
Which Web design layer HTML codes can be found?
Presentation or style
Behaviour
Structure or Content
Tick all attributes applicable to an HTML table
width
padding
color
cellpadding
which brackets to use in CSS
[ ]
{ }
( )
< >
Which should be the first part to see in an HTML file?
<htm>
<!DOCTYPE HTML>
<body>
<html>
Can you count the number of heading tags used in HTML?
1
3
6
9
The term used for CSS inserted in HTML tags.
In - line CSS
External CSS
Embedded CSS
The first page in a website is called (a)
The full meaning of FTP is (a)
(a) makes it possible to navigate within the webpages of a website.
All websites have a domain name, such as www.theambassadorsschools.com
True
False
To publish a website, all the files used in creating the website must be stored in ONE folder.
True
False
Before Publishing a newly developed website, is it appropriate to ‘Test’ it on your local computer?
True
False
There are two types of website testing. (Tick only the TWO that apply).
Functional Testing
Network Testing
User Testing
Computer Testing
They develop specifications for the use of HTML and other programming languages that are used on the Internet.
International Standard Organization (ISO)
Joint Web Expert Consotrium
HTML Group
World Wide Web Consortium (W3C)
Can you re-write the embedded CSS declaration part to a correct one?
p < color: "orange"; font-size: 54;}
(a)
HyperText Markup Language, a language used to create web pages, is better known as?
Website
Internet Explorer
HTML
Hyperlink
The parts of HTML source code that mark the start and end of various parts of a webpage, and which consist of a command between the symbols '<' and '>' (< >) are called what?.
Tags
Elements
Sections
Labels
The tag that signals to a computer that the file it is reading is an HTML document is _____________ .
<web>
<!DOCTYPE html>
<head>
<html>
What goes in the <head> section?
A brain
the title
hair
the body
The part of an HTML document that includes the content seen in a web page is the:
Body
Head
Info block
Content block
The largest size heading tag - often used to create the main heading of a web page - is ____ .
<h1> </h1>
<h2> </h2>
<h5> </h5>
<h6> </h6>
Which of these is a correct starting tag?
<H1>
</H1>
<H!>
</H/>
Which is these is a correct ending tag?
<body>
</body/>
<'body'>
</body>
Which is NOT a browser?
Safari
Internet Explorer
Google Chrome
What is <p> used to create?
Plastic
Paragraph
Picture
Page
What does text become when the <b> tag is used?
Bigger
Black
Bold
Backwards
What is a network application?
A computer program that is used to access the Internet
A computer program that is used to store data on a network
A computer program that is used to communicate with other computers
A computer program that is used to create websites
What does URL stand for?
Uniform Resource Locator
Universal Resource Language
Unified Resource Link
User Resource Locator
What is the purpose of a web browser?
To access the Internet
To create websites
To store data on a network
To communicate with other computers
What does the host in a URL identify?
The resource (network drive, computer, web page)
The language computers use to communicate
The location of a resource on the host
The type of protocol used
What does the location in a URL identify?
Where to find a resource on the host
The resource (network drive, computer, web page)
The language computers use to communicate
The type of protocol used
What are web browsers?
Network applications used to access the Internet
Computer programs used to store data on a network
Computer programs used to communicate with other computers
Computer programs used to create websites
What is the general syntax for a URL?
protocol, host, location
location, host, protocol
host, location, protocol
protocol, location, host
What are URLs?
Street addresses for the Internet
Unique identifiers for web pages
Languages computers use to communicate
Resource locations on a network
What is the protocol in a URL?
The language computers use to communicate
The resource (network drive, computer, web page)
The location of a resource on the host
The type of protocol used
What are some features of web browsers?
Accessing the Internet and viewing web pages
Creating websites and storing data
Communicating with other computers and accessing files
Programming and designing web applications
What does DNS stand for?
What does URL stand for?
Apa perintah yang paling pertama dalam mengawali pembuatan HTML...
<body>
</body>
</html>
<html>
Manakah pada pilihan dibawah ini yang merupakan mahasa Markup…
PHP
JavaScript
HTML
Python
Tiga Struktur dasar Tag HTML yaitu…
title – head – body
html – head – title
html – head– body
html – title – table
Membuat text tebal pada HTML yaitu menggunakan…
<b>
<p>
<i>
<br>
Perintah untuk mengganti baris pada HTML adalah...
<br>
<tr>
<td>
<li>
HTML merupkan singkatan dari...
Hyper Link Markup Leaguage
Hyper Text Markup Laguage
Hyper Test Markup Laguage
Hyper Team Markup Laguage
Dalam HTML tang <p> digunakan untuk...
Membuat komentar
Membuat paragraf
Membuat header
Membuat footer
Perhatikan kode html beikut ini:
<ul>
<li>Satu</li>
<li>Dua</li>
<li>Tiga</li>
</ul>
Hasil dari kode html di atas adalah …
Struktur dasar membuat tabel pada html ....
<table>
<tr>
<td> </td>
</tr>
<table>
<table>
<tr>
<tr> <td>
<table>
</td>
<table>
<tr>
<td> </td>
</tr>
</table>
<td>
<table>
<tr> </tr>
</table>
</td>
Pasangan hasil yang sesuai untuk pemformatan dengan tag <u> dan <i> secara berurutan adalah …
satu dan dua
satu dan dua
satu dan dua
satu dan dua
Coding dibawah ini berfungsi untuk,
<img src="png.png" width="100" height="100"></img>
Menampilkan audio
Menampilkan video
Menampilkan gambar
Menuju ke suatu link
Penulisan DOCTYPE yang benar dalaman HTML 5 adalah
<html>
<DOCTYPE>
<!DOCTYPE HTML5>
<!DOCTYPE HTML>
berikut ini yang bukan termasuk tag untuk membuat heading adalah......
<h4>
semua benar
<h5>
<h7>
<h1 align=”center”>hello world</h1>cobaperhatikanelemen HTML diatas, mana yang termasukisidari tag HTML?
hello word
center
<div>
<h1 align=”center”>
Apa fungsi dari hyperlink dalam halaman web?
Untuk menggabungkan 2 atau lebih kolom pada baris yang berbeda
Untuk memudahkan pengunjung web dalam menulusuri/menjelajahi seluruh isi atau informasi yang tersimpan dalam situs web bersangkutan.
Mengubah tampilan halaman web
Untuk menggabungkan halaman web
This should be at the top of every web page we write.
<head>
<title>
<!DOCTYPE html>
<html>
This is where information ABOUT the web page goes.
<head>
<title>
<style>
<body>
This is where content that appears on the screen of a web page goes.
<head>
<title>
<p>
<body>
This tag create a line that extends across the entire page.
<p>
<body>
<h1>
<hr>
What tag is used to separate text into paragraphs.
<body>
<a>
<p>
<b>
How would you code text to appear like this:
The best thing about 2020 is getting to use Zoom for 14 hours a day.
The <b>best thing about 2020 is getting to use Zoom for <i>14 hours a day.
The "b"best thing"/b" about 2020 is getting to use Zoom for "/i"14 hours a day"/i".
The <b>best</b> thing about 2020 is getting to use Zoom for <i>14 hours</i> a day.
The <b>best thing</b> about 2020 is getting to use Zoom for <i>14 hours a day</i>.
Which tag is used to create hyperlinks?
<a>
<b>
<c>
<d>
Which tag is used to insert an image?
<pic>
<img>
<a>
<src>
Which attribute is used in conjunction with the <a> tag for defining the location of a hyperlink?
src
href
style
h1
Which attribute is used in conjunction with the <img> tag for defining the location of an image?
src
href
style
h1
Which of the following header tags would produce the largest text?
<h2>
<h4>
<h6>
<h9000>
Which tag is used to create a bulleted list?
<ol>
<li>
<ul>
<bl>
Which tag would you use to create a numbered list?
<nl>
<ol>
<ul>
<li>
Which tag is required for every item that is included in any kind of list?
<b>
<a>
<li>
<td>
Which tag is required for every item that is included in a table?
<b>
<a>
<li>
<td>
Which tag is used to start a table?
<table>
<tb>
<t>
<td>
Use this tag to start a new horizontal row of items in your table.
<table>
<tr>
<td>
<li>
Which of the following is the correct syntax for tags with attributes?
<tag AttributeName="AttributeValue">
<tag "AttributeName; AttributeValue">
<tag> "AttributeName=AttributeValue"
<tag "AttributeName=AttributeValue">
Which of the following is the correct syntax for tags with attributes and properties?
<tag AttributeName="Property:Value;">
<tag "AttributeName; Property:Value;">
<tag> "AttributeName=Property:Value;"
<tag "AttributeName=Property:Value">
Which of the following lines of code has a coding error?
<img src="www.cdschools.org/pic.jpg" width="200px">
<a href="www.cdschools.org">Central Dauphin</a>
<img scr="www.cdschools.org/pic.jpg" width="200px">
<p style="color:blue";>This text is red!</p>
Which of the following would produce red text?
<b style="color:green";>red text</b>
<b style="color:rgb(255,0,0)";>red text</b>
<b style="color:#00FFAA";>red text</b>
<b style="color:blue";>red text</b>
What is the highest value you can set the red, blue, or green value in RGB color coding?
h6
F
10
255
What is the highest value you can set red, green, or blue to in color hex coding?
00
99
AA
FF
What is a good practice to help make the debugging process more efficient?
Use double quotations on all your tags
Indenting
Use ALL CAPS when writing code
Avoid using color on your web page
Which of the following tags does NOT have a closing tag?
<a>
<b>
<br>
<p>
Which of the following codes would create a horizontal line
<br>
<h1></h1>
<hr>
<p>
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
Which list tag would you use for an ordered list
<h1></h1>
<ol></ol>
<ul></ul>
<a></a>
When working with color codes RGB stands for...
Green Red Purple
Red Great Blue
Red Green Blue
Blue Green Raspberry
Which of the tag is used to create a numbered list?
<L> </L>
<LI> </LI>
<li> </lo>
<ol> </ol>
Web pages starts with which of the following tag?
<form>
<HTML>
<body>
<Title>
<p> is the opening tag for a _____________
page
paragraph
preorder
period
</p>
Group of webpages is called _____.
Website
Web browser
Web Search engine
None of the above
In a form, a drop-down list of options
begins with a select tag followed by a list of option tags.
begins with an option tag followed by a list of select tags.
begins with a select tag followed by a list of datalist tags.
begins with a datalist tag followed by a let of option tags.
How more than one option can be selected in drop down?
Use of multiple attribute inside <option> tag.
Use of multiple attribute inside <select> tag.
Use of multiple attribute inside <text> tag.
It is not possible to select more than one option in drop down.
Which portion of this tag is the text that will show up if there is a problem with my photo link?
<img src="cat.jpeg" alt="cat jumping"/>
img src=
cat.jpeg
cat jumping
alt=
<input type="___________" name="gender" value="male"> Male
<input type="___________" name="gender" value="female">Female
(Fill the type of input which used to select just one option.)
(a)
What does HTML stand for?
Hyper Tremendous Movie Lines
Hyper Text Markup Language
Hey Thanks for Making me Late
<h1> is an example of a _______.
Headline Tag
Paragraph Tag
filename
<p> is a _______ tag.
image
paragraph
filename
Web pages starts with which of the following tag?
<form>
<HTML>
<body>
<Title>
Choose the correct HTML element for the largest heading:
<head>
<h1>
<heading>
<h6>
HTML controls the _________ of a webpage.
feel
precision
structure
style
<p> is the opening tag for a _____________
page
paragraph
preorder
period
What defines the beginning and ending of the visible part of a webpage?
<head> main part of the document </body>
<body> main part of the document </html>
d) </body> main part of the document <html>
<body> main part of the document </body>
Which character is used to indicate an end tag?
!
#
/
\
Which of the following is the proper format for an HTML tag?
>h1<Content Affected by Tag >/h1<
<h1>Content Affected by Tag<h1>
<h1 Content Affected by Tag />
<h1>Content Affected by Tag</h1>
What is the correct HTML element for inserting a line break?
<lb>
<BREAK>
<br>
<break>
¿Que es HTML?
Es un lenguaje de programación que permiten la manipulación de objetos
Es una pagina para realizar paginas web
Es un lenguaje de formato de texto estándar usado para crear y mostrar páginas en la Web
Es un programa para crear paginas web
¿Para que sirve "<! DOCTYPE>"?
Es lo que va al final del documento HTML, para que el archivo lo de por finalizado
Es lo que va al principio del documento HTML, para que lo reconozca el navegador
¿Para que sirve "<Title>"?
Sirve para poner los textos en negrita
Sirve para indicar titulo del documento
Sirve para poner información en el documento
¿Para que sirve "<Body>"?
Sirve para agregar atributos a la pagina web (Color, Imagen de fondo, etc...)
Sirve para agregar imagenes al documento
Es para dar énfasis a una parte en concreto
¿Para que sirve "<H1>" a "<H6>"?
Sirve para definir el color de un texto
Sirve para definir el tamaño de un texto
Sirve para definir en donde saldrá el texto
¿Para que sirve "<p>"?
Es para darle división al contenido
Es para distribuir textos en párrafos
¿Para sirve "<br>"?
Sirve para hacer un salto de linea en el texto
Sirve para agregar enlaces
¿Para que sirve "<Hr>"?
Sirve para ponerle color a un párrafo
Sirve para separar un texto de otro
Sirve para agregar imágenes y un texto
¿Para que sirve "<! --...-->"?
Sirve para agregar comentarios a un documento HTML y son visibles para cualquiera que vea el código fuente de la página
Sirve para agregar comentarios a un documento HTML que son visibles al final de la pagina
¿"<img>" sirve para agregar imagenes?
Verdadero
Falso
¿Para que sirve "<Center>"?
Se usa para alinear una imagen
Se usa para alinear un texto
¿Para que sirve "<Font>"?
Sirve para indica la fuente del texto
Sirve para agregar enlaces
¿La etiqueta "<U>" sirve para poner el texto en negrita?
Verdadero
Falso
¿Para que sirve "<a>"?
Es para darle énfasis a un texto
Sirve para agregar enlaces a una pagina web
¿Para que sirve "<Table>", "<Tr>" y "<Td>"?
Sirve para crear una tabla, agregar filas y columnas
Sirve para crear una tabla, cambiar color y tamaño
¿Es la etiqueta "<Head>" la estructura de todo un documento HTML?
Verdadero
Falso
