From b56a72421b176eb5e790fc2209c95581e71ea114 Mon Sep 17 00:00:00 2001 From: Alvin Kiveu <67068458+alvin-kiveu@users.noreply.github.com> Date: Mon, 21 Nov 2022 02:14:08 +0300 Subject: [PATCH] making the html page visible --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b6a624..e0b854a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Check out a working example on [JSFiddle](https://jsfiddle.net/solodev/3stm0mnq/ The scroll down anchor contains the following basic HTML markup. -``` +```html
@@ -46,7 +46,7 @@ The scroll down anchor contains the following basic HTML markup. The following JavaScript is required to initialize the anchor. -``` +```js $(document).ready(function(){ $("a").on('click', function(event) { if (this.hash !== "") { @@ -70,7 +70,7 @@ All necessary CSS is included in scroll-down.css This tutorial includes the following third party resources. -``` +```html