diff --git a/README.md b/README.md index 03f372c..d1f35eb 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ csj-html-basic-markup ===================== -Welcome to the Basic Markup project from CSJ: Introduction to Web Development. - -In this project you will mark up a document based on the decision from +Welcome to the Basic Markup project from CSJ. +Introduction to Web Development. + + In this project you will mark up a document based on the decision from Supreme Court Chief Justice Warren in the 1954 *Brown v. Board of Education* case that made segregated schools illegal in the United States. This is a landmark decision, and heartening to read, but we are not focusing so much on @@ -11,12 +12,14 @@ the words as the structure. The goal of this assignment is to practice marking up documents. You will be expected to use a set of common tags: - -* document tags (html, head, body, meta, link, script) -* headings (h1...h6) +eg.this is starting of html tag, + this is ending of html tag + +* document tags (html, head,title,form, body, meta, link, script) +* headings (h1,h2,h3,h4,h5,h6) * paragraphs (p) * links (a) -* lists (ul, li) +* lists (ul, li,ol) * images (img) * text formatting (b, i, sup, sub)