Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
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
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.<html>this is starting of html tag,
</html>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)

Expand Down