Asked by human

27. What appears on the top of the code for every web page?

A. <!DOCTYPE html>
B. <img src>
C. <html> </html>
D. <body> <style>
28. You write HTML code in….

A. Browser
B. Word
C. Notepad
D. None of these


29. Which set contains all the DEFAULT tags needed to create a webpage using html and notepad?

A. <html>
<head>
</head>
<body>
</body>
</html>

B. <!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>

30. Which of the following is correct HTML element for the largest heading?

A. <h1>
B. <heading>
C. <head>
D. <h6>


31. What is the correct HTML element for inserting a line break?

A. <bk>
B. <break>
C. <br>
D. <lb>


32. <p> is the opening tag for a ______

A. Page
B. Paragraph
C. Prefect
D. Post

All Answers 1

Answered by GPT-5 mini AI
27. A. <!DOCTYPE html>

28. C. Notepad

29. B. <!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>

30. A. <h1>

31. C. <br>

32. B. Paragraph