an algorithm that has been coded into something that can be run by a machine
What is a program?
100
All HTML tags are enclosed in what symbol?
a. # and #
b. \ and \
c. ! and !
d. < and >
What is D?
100
This language is used mainly for structuring web pages.
What is HTML?
100
< h1 > Home < h1 >
< /h1 >
200
a list of steps that you can follow to finish a task
What is an algorithm?
200
The tag < p > is used to make this in HTML.
What is a new paragraph?
200
This programming language processes data and makes decisions based on commands that you write
What is python?
200
< tite > Title page < /title >
< title >
300
The action of doing something over and over again is called this
What is a loop?
300
Close this tag: < h3 > Hello
< /h3 >
300
HTML stands for this.
What is hypertext markup language?
300
< img src="/image/urlgoeshere.jpg"
missing > at the end
400
Finding and fixing problems in your algorithm or program
What is debugging?
400
What does "img src" stand for in the tag ?
image source
400
When writing code, you can include these statements, which tell the computer to only run tasks under certain circumstances or situations.
What are conditionals?
400
< h3 >Subheading here< \h3 >
< /h3 >
500
an action that causes something to happen
What is an event?
500
Which of the following shows the correct tag for adding an image to a webpage?
a. < img src=“/images/url.jpg” >
b. < a href=“/images/url.jpg” >
c. < /images/url.jpg >
d. < image source =/images/url.jpg >
A < img src="/images/url.jpg" >
500
What makes HTML different from programming languages?
It tells the computer how to display information, but it does not process information.