DEV Community

Karthick (k)
Karthick (k)

Posted on

Beginner HTML Questions

19-05-2026

  1. What is the <span> tag.
The <span> tag is an inline container used to mark up a part of a text or part of a document.

Enter fullscreen mode Exit fullscreen mode
  1. What does the nav tag do in HTML?
 The nav tag in HTML is used to define a section of a page whose purpose is to provide navigation links, either to the current document or other documents
Enter fullscreen mode Exit fullscreen mode

Top comments (0)