From 36da71fa49c14c90b20db4cf7bcb85d8ccb84374 Mon Sep 17 00:00:00 2001 From: Vishal Jadhav <44165641+drawingvishal@users.noreply.github.com> Date: Fri, 14 Dec 2018 00:23:05 +0530 Subject: [PATCH] Explanation of example (#29317) * Explanation of example Explanation of the first example on line 18 and 19 * fix: added backticks --- guide/english/html/attributes/href/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/html/attributes/href/index.md b/guide/english/html/attributes/href/index.md index 4f28565689..75c08e641a 100644 --- a/guide/english/html/attributes/href/index.md +++ b/guide/english/html/attributes/href/index.md @@ -15,6 +15,7 @@ Link to Google's Homepage: ```html Visit Google’s Homepage ``` +Above `href` is an attribute and `https://www.google.com` is its value. Image as an Link: