From 6680452bcda43368206edb612e08f23a1cbbdb54 Mon Sep 17 00:00:00 2001 From: ASAlishaa <115576463+ASAlishaa@users.noreply.github.com> Date: Wed, 12 Oct 2022 10:23:14 +0530 Subject: [PATCH] Added new resources to the repos. Added a new useful link of the HTML cheatsheet. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 35e2b60..54d2ea3 100644 --- a/readme.md +++ b/readme.md @@ -269,7 +269,7 @@ The initial release of HTML was 1993. The first version of HTML was written by T The word HTML is an acronym. That is stands for Hypertext Markup Language. It is the standard markup languages to develop websites. HTML is the build block of the web that allows building layouts of page using HTML elements. HTML is not not a programming language instead it is a markup language. -HTML code will be rendered by a browser and it give a human readable output. Look at the figure bellow to understand better how the HTML code convert to a website using a browser. +HTML [code](https://www.interviewbit.com/html-cheat-sheet/) will be rendered by a browser and it give a human readable output. Look at the figure bellow to understand better how the HTML code convert to a website using a browser. ![](images/html_code_output.png)