Environmental Sciences, asked by saimawani724622, 1 month ago

inquiry based lesson plan on some topic​

Answers

Answered by mostak4
0

Answer:

which which topic you have plan?

Answered by tanvinagar
4

Answer:

Answer:

All HTML elements can have attributes

Attributes provide additional information about elements

Attributes are always specified in the start tag

Attributes usually come in name/value pairs like: name="value"

Explanation:

The href Attribute

The <a> tag defines a hyperlink. The href attribute specifies the URL of the page the link goes to:

Example

<a href="https://www.w3schools.com">Visit W3Schools</a>

Similar questions