HTML for Web Development

0% completed

Previous
Next
Quiz
Question 1
Which of the following tags is considered the root element for an HTML document?
A
<body>
B
<head>
C
<html>
D
<div>
Question 2
Which of the following correctly represents the use of an HTML attribute?
A
<p id="intro">Welcome!</p>
B
<p= "intro">Welcome!</p>
C
<p>id:"intro" Welcome!</p>
D
<p -id="intro">Welcome!</p>
Question 3
What is an HTML attribute?
A
A type of tag that creates a hyperlink
B
A special type of comment
C
Additional information provided inside an element’s opening tag
D
A method to run JavaScript code

.....

.....

.....

Like the course? Get enrolled and start learning!
Previous
Next