<!DOCTYPE html>
What is the reason for inserting the above piece of code?
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
True or false: HTML is the only programming language used for the internet.
Fill in the blanks: HTML is used to give webpages their styling structure colour( styling, structure, colour ) and CSS is used to provide the structure styling text( structure, styling, text ) of webpages.
Which tag in the following code allows the webpage to display the name in the tab?
<body>
<head>
<html>
<!DOCTYPE>
<a href=https://www.3aaa.co.uk/>Click</a> Why wont the above link tag work?
It is missing a closing tag
It is missing quotation marks around the link
It is missing quotation marks around the text output: Click
JavaScript is the programming code for?
Styling a webpage
Performing functions and effects
Adding structure to a page
True or false: CSS is can be used without html
Bootstrap is a framework for designing web pages. It relies on:
PHP, SQL and Perl
html, css and javascript
Python and Visual Basic
What does SQL stand for?
System Queue Logic
Structured Query Language
Send Query Logic
True or false: SQL is a programming language used for database management