<h1> closing tag
HTML stands for
What is Hypertext Markup Language?
This defines how an object will appear or how an object will act.
What is a tag?
The program that READS HTML code and displays the information on the screen.
What is a browser?
<body> closing tag
what is </body>?
CSS stands for
What is Cascading Style Sheets?
The opening tag+ the content of the tag+ the closing tag is...
What is an element?
The program that you use to write code in.
What is a code editor?
<header> closing tag
what is </header>?
JS stands for
What is Javascript?
This adds extra information to the element.
The smallest dot on a picture or a screen.
What is a pixel?
<footer> closing tag
what is </footer>?
Is Python a markup language? True or False?
What is false?
This is a mistake in your code
What is a bug?
This language uses labels, called tags, to classify information. HTML is an example of this language.
What is a markup language?
<img> closing tag
What is the <img> tag doesn't have a closing tag?
Is HTML a markup language? True or False?
What is true?
This is the process of fixing bugs in your code.
What is debugging?
This language is used to style the website and make it pretty.
What is CSS?