From 50668cd036382b1f1d629e2e55d20341da2f12a2 Mon Sep 17 00:00:00 2001 From: alenniu <43788415+alenniu@users.noreply.github.com> Date: Sun, 28 Oct 2018 22:52:22 -0400 Subject: [PATCH] Additional Source (#20289) This is an additional reference for html layouts. --- guide/english/html/layouts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/layouts/index.md b/guide/english/html/layouts/index.md index 0a6d4cfa3a..d6278c9e7a 100644 --- a/guide/english/html/layouts/index.md +++ b/guide/english/html/layouts/index.md @@ -51,4 +51,4 @@ HTML5 offers new semantic elements that define the different parts of a web page - [W3 Schools - Layout](https://www.w3schools.com/html/html_layout.asp) - [CodeMentorTeam](https://www.codementor.io/codementorteam/4-different-html-css-layout-techniques-to-create-a-site-85i9t1x34) - Layout Techniques to Create a Site - +- [TutorialsPoint - Layout](https://www.tutorialspoint.com/html/html_layouts.htm)