From ffe57a004c05beb3e01d6b8997a55adbd36c070f Mon Sep 17 00:00:00 2001 From: dishanfernando <46771991+dishanfernando@users.noreply.github.com> Date: Fri, 15 Nov 2019 11:13:31 +0530 Subject: [PATCH] docs: Hyperlink to HTML & CSS (#33844) Link to have a reference on the HTML & CSS for basic understanding. PR Close #33844 --- aio/content/marketing/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/marketing/docs.md b/aio/content/marketing/docs.md index 0fed2f5a3a..1177368e9d 100644 --- a/aio/content/marketing/docs.md +++ b/aio/content/marketing/docs.md @@ -29,7 +29,7 @@ Tutorials and guides include downloadable example to accelerate your projects. ## Assumptions -These docs assume that you are already familiar with HTML, CSS, [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript "Learn JavaScript"), +These docs assume that you are already familiar with [HTML](https://developer.mozilla.org/docs/Learn/HTML/Introduction_to_HTML "Learn HTML"), [CSS](https://developer.mozilla.org/docs/Learn/CSS/First_steps "Learn CSS"), [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript "Learn JavaScript"), and some of the tools from the [latest standards](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Language_Resources "Latest JavaScript standards"), such as [classes](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes "ES2015 Classes") and [modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import "ES2015 Modules"). The code samples are written using [TypeScript](https://www.typescriptlang.org/ "TypeScript"). Most Angular code can be written with just the latest JavaScript, using [types](https://www.typescriptlang.org/docs/handbook/classes.html "TypeScript Types") for dependency injection, and using [decorators](https://www.typescriptlang.org/docs/handbook/decorators.html "Decorators") for metadata.