This tag defines a hyperlink, which is used to link from one page to another.
What is an 'a' tag?
This is the meaning of the CSS acronym.
What is Cascading Style Sheet?
What does HTML stand for?
What is Hyper Text Markup Language?
The rules you need to follow when using a programming language.
What is syntax
HTML tag will create the largest heading?
What is <h1>?
This is the CSS selector that is used to identify a class.
What is a dot?
A visual tool that programmers use to help them plan an algorithm.
What is a flowchart
You create a statement block by enclosing the statements in a set of ____.
What is braces (curly braces)
What should be the first line of your HTML files?
What is <!DOCTYPE html>?
This is the CSS selector that identifies an id.
What is a hash (#)?
Array
The repetition structure is referred to more simply as a ____.
What is a loop
This tag defines a division or a section in an HTML document.
What is a 'div' tag?
These properties define the space around elements.
What is margin?
It is basically a sequence of nodes, each node points towards the next node forming a chain-like structure.
Linked List
Assigning a beginning value to a memory location.
What is initializing
When you place JavaScript on an HTML page, within which two immediate tags would you place it?
<script> </script>
These CSS properties define the space between the element border and the element content.
What is padding?
Stack
Queue