Mastering HTML Instructions: Create Engaging Posts
What is the most commonly used markup language for creating web pages?
A. HTML
B. CSS
C. JavaScript
D. PHP
Which tag is used to create a hyperlink in HTML?
A. <div>
B. <a>
C. <img>
D. <p>
Answer:
A. HTML
B. <a>
Mastering HTML Instructions:
HTML (Hypertext Markup Language) is the most commonly used markup language for creating web pages. It provides the structure and content for websites by using a system of tags and elements.
To create a hyperlink in HTML, the <a> tag is used. This tag allows you to link to other web pages, documents, or files on the internet. By specifying the URL within the href attribute of the <a> tag, users can click on the link and navigate to the desired destination.