From a7a096b319ff32f499f12843bd466d10255e43f4 Mon Sep 17 00:00:00 2001 From: ArshadAman <38555984+ArshadAman@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:26:48 +0530 Subject: [PATCH] Update in Readme. Added tables(tr,td) strong, em in text formatting, ol in list in goal of assignments --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03f372c..c5d2b3f 100755 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ expected to use a set of common tags: * headings (h1...h6) * paragraphs (p) * links (a) -* lists (ul, li) +* lists (ul,ol, li) * images (img) -* text formatting (b, i, sup, sub) +* text formatting (b, i, sup, sub, strong, em) +* tables ( tr, td) Use the following link to help you find the resources you need for this project: http://www.w3schools.com/html/default.asp