From 3c08cc446b0e28bd1c671c8aaa95290d92846a22 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sat, 7 Oct 2017 17:50:22 +0300 Subject: [PATCH] minor --- 2-ui/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/index.md b/2-ui/index.md index 5c4e1484..d94378cf 100644 --- a/2-ui/index.md +++ b/2-ui/index.md @@ -1,3 +1,3 @@ -# Browser: Document, DOM, Interfaces +# Browser: Document, Events, Interfaces Learning how to manage the browser page: add elements, manipulate their size and position, dynamically create interfaces and interact with the visitor.