Skip to content

Commit

Permalink
Add as attribute
Browse files Browse the repository at this point in the history
Fix mdn/content#mdn#31960
  • Loading branch information
dawei-wang committed Feb 7, 2024
1 parent 9109e88 commit 08abe40
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions files/en-us/web/html/attributes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ Elements in HTML have **attributes**; these are additional values that configure
</td>
<td>Alternative text in case an image can't be displayed.</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Element/link#as">as</a></code>
</td>
<td>
{{ HTMLElement("link") }}
</td>
<td>Specifies the type of content being loaded by the link.</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Element/script#async">async</a></code>
Expand Down

0 comments on commit 08abe40

Please sign in to comment.