HTML stands for __________
HyperText Markup Language
What property can be used to center text?
text-align
Which HTML tag is used to insert an image?
<img src=”htmllogo.jpg” />
Which property can change the background color of an element?
background-color
Which tag is used to make a clickable link?
<a></a>
Which tag is used for inserting the largest heading in HTML?
h1
What is margin?
The space that surrounds the whole element.
What file extension is used for HTML?
.html
Is % a relative or absolute unit?
relative
What attribute goes in an anchor tag to link it to the destination path.
href
What is HTML?
HTML is the standard markup language mainly used to create web pages
HTML describes the structure of a webpage
HTML consists of a set of elements that helps the browser how to view the content
What is the main difference between class and ID?
Ids can only be used once classes can be used multiple times.
Which of the following HTML tags is used to create an unordered list?
<ul></ul>
What property can change the text color of an element?
color
Which is used to create a line break?
<br>
What is the correct syntax of doctype in HTML5?
<!doctype html>
What is padding?
The space between the content and the border of an element.
Which tag is used to create a numbered list in HTML?
<ol></ol>
What symbol represents an id?
#
Which tag makes a horizontal rule?
<hr>
How do we write comments in HTML?
<!-- -->
//
What does HSL stand for?
Hues, Saturation, Lightness.
Which tag makes text bold?
</b>
What value is used to make a circle using border-radius?
50%
In HTML, which attribute value creates a link that opens in a new window tab?
_blank