[Gtranlate]
Core HTML Concepts
What is the difference between hypertext and normal text?
What are the main components of an HTML document’s structure?
Which HTML tag is used to create a line break?
How do you insert an image in an HTML page?
What HTML tag is used to create a hyperlink?
Answers and Descriptions:
Answer: Hypertext contains links to other resources or pages, while normal text does not.
Description: Hypertext enables navigation across web pages or external sites, a core feature of HTML, unlike static normal text.Answer: Head, Title, and Body.
Description: The Head contains metadata, the Title sets the page title, and the Body holds the visible content, forming the foundation of an HTML page.
Image:
