CS 181 - Electronic Publishing on the WWW * ~ CLASSROOM SUPPLEMENTS ~ Week 1

Starting with HTML

More beginning HTML

Lists

Links

In class I was asked about excluding part of your html code from being displayed without having to permanently delete it. So, here's the comment tags. They are paired and need to be appropriately nested as is necessary with all other tags.

<!--    -->

If you put these tags around a section of other tags, they will not display on the screen.

Example snippet of code:

<!-- <ul>List one:<li>item one</li>
<li>item two</li></ul> -->

<ol>List two:<li>item a </li>
<li>item b </li></ol>

Only the items in bold will appear in your browser window.

A few tutorial sites for those who'd like to work in between classes:

  Janet Sedgley ~ 370-4796 (9 am to 9 pm) ~ office hours by arrangement

 

colorful spider web