Explanation of example (#29317)

* Explanation of example

Explanation of the first example on line 18 and 19

* fix: added backticks
This commit is contained in:
Vishal Jadhav
2018-12-14 00:23:05 +05:30
committed by Randell Dawson
parent 78475bc914
commit 36da71fa49

View File

@ -15,6 +15,7 @@ Link to Google's Homepage:
```html ```html
<a href="https://www.google.com">Visit Googles Homepage</a> <a href="https://www.google.com">Visit Googles Homepage</a>
``` ```
Above `href` is an attribute and `https://www.google.com` is its value.
Image as an Link: Image as an Link: