Web Technologies (HTML, CSS, JavaScript, HTTP)
Identify the correct definition of HTML tag.
- A. A web address that specifies the location of a resource on the internet and how to retrieve it.
- B. A markup element enclosed in angle brackets that defines the structure of content on a web page. ✓
- C. A secure version of HTTP that encrypts data exchanged between a browser and a website.
- D. A set of defined rules that allow different software applications to communicate with each other.
Correct answer
B. A markup element enclosed in angle brackets that defines the structure of content on a web page.
Explanation
HTML tag refers to a markup element enclosed in angle brackets that defines the structure of content on a web page.