NEW
Font size
Worksheets1. HTML Basics
Total questions: 10
Worksheet time: 3mins
Coding is writing ___________ for a computer to understand and do a ___________.
Instructions, Business
Directions, Chore
Instructions, Task
Directions, Duty
Computers need really ____________ instructions.
Inaccurate
Solid
Accurate
Unsure
Code can be written in different _________.
Prescriptions
Receipes
Formulas
Languages
In Coding Club, we are learning the language of ___________.
HLMT
HMTL
HTML
HTMT
Which one is a HTML Tag?
<>
p
Which one is a HTML Element?
<>
p
When coding a website, we always start with which line of code?
<html></html>
<!DOCTYPE html>
<head></head>
<body></body>
We use <head></head> to set ___________ on the webpage and this cannot be seen by people.
Settings
Content of the website
We use <body></body> to write the ___________ on the webpage and this can be seen by people.
Settings
Content of the website
<h5> is the biggest size for heading.
True
False
