Zusammenfassung der Ressource
Frage 1
Frage
<!DOCTYPE html>
What is the reason for inserting the above piece of code?
Antworten
-
Allows the user to insert text
-
Adds a header to the page
-
Tells anyone/anything accessing the document what language is used within it
-
Tells anyone/anything accessing the document what style the document is
Frage 2
Frage
True or false: HTML is the only programming language used for the internet.
Frage 3
Frage
Fill in the blanks:
HTML is used to give webpages their [blank_start]structure[blank_end] and CSS is used to provide the [blank_start]styling[blank_end] of webpages.
Antworten
-
styling
-
structure
-
colour
-
structure
-
styling
-
text
Frage 4
Frage
Which tag in the following code allows the webpage to display the name in the tab?
Antworten
-
<body>
-
<head>
-
<html>
-
<!DOCTYPE>
Frage 5
Frage
<a href=https://www.3aaa.co.uk/>Click</a>
Why wont the above link tag work?
Antworten
-
It is missing a closing tag
-
It is missing quotation marks around the link
-
It is missing quotation marks around the text output: Click
Frage 6
Frage
JavaScript is the programming code for?
Frage 7
Frage
True or false:
CSS is can be used without html
Frage 8
Frage
Bootstrap is a framework for designing web pages. It relies on:
Antworten
-
PHP, SQL and Perl
-
html, css and javascript
-
Python and Visual Basic
Frage 9
Frage
What does SQL stand for?
Frage 10
Frage
True or false:
SQL is a programming language used for database management