HTML Slidy - a Web based alternative to PowerPoint
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
- html
- , tools
- , tidy
- , web
- , programming
- , webdesign
- , css
- , web design
- , coding
- , validation
- , External
- , slideshow
- , markup
- , furl
- , KIT126
- , html stuff
- , HT2007
- , channelll
- , 2-site
Groups (1)
-
Webdesign
11 members,32 bookmarks
The goal of the WDIG is inter-department sharing of web development knowledge, as well as building a network around the subject.
Bookmark History
Public Sticky notes
<h1>heading <h2>subheading</h3>
is mapped to
<h1>heading</h1> <h2>subheading</h2>
<p>here is a para <b>bold <i>bold italic</b> bold?</i> normal?
is mapped to
<p>here is a para <b>bold <i>bold italic</i> bold?</b> normal?
<h1><i>italic heading</h1> <p>new paragraph
In Netscape and Internet Explorer this causes everything following the heading to be in the heading font size, not the desired effect at all!
Tidy maps the example to
<h1><i>italic heading</i></h1> <p>new paragraph
Highlighted by fulvius


Public Comment