# 1
pilihan
What does HTML stand for?
What does HTML stand for?
HighText Machine Language
HyperText and Links Markup
HyperText Markup Language
Home Tool Markup Language
What does HTML stand for?
HighText Machine Language
HyperText and Links Markup
HyperText Markup Language
Home Tool Markup Language
Which tag displays the webpage title on the browser tab?
<title>
<h1>
<head>
<meta>
Which tag is used to insert an image?
<img>
<image>
<src>
<picture>
What is the purpose of the <a>
tag?
Insert audio
Insert hyperlink
Create table
Insert image
The <br>
tag is used to:
Bold text
Horizontal line
Bullet list
New line
Which tag is used to insert a horizontal line?
<line>
<hr>
<br>
<border>
Which attribute of the <img>
tag specifies the image source (file name or URL)?
src
alt
href
link
Which tag is used to define a paragraph in HTML?
<para>
<paragraph>
<p>
<pg>
Which of the following is correct HTML code to display a heading “Welcome” and a paragraph “This is my website” as in the picture?
<h1> Welcome </h1> <p> This is my website </p>
<p> Welcome </p> <h1> This is my website </h1>
<h1> Welcome <p> This is my website </h1>
<p> <h1> Welcome This is my website </h1> </p>
Which statement is true about the <h1>
tag?
It is used for paragraphs
It is smaller than <h6>
It is used for paragraphs
It is the largest heading in HTML