( ! ) Notice: session_start() [function.session-start]: Server 127.0.0.1 (tcp 21201) failed with: Failed reading line from stream (0) in /var/www/html/common-2.3/SWAT/SWAT.php5 on line 108
Call Stack
#TimeMemoryFunctionLocation
10.0005104944{main}( )../workshops.php5:0
20.0010168272include_once( '/var/www/html/succeed/config/standardIncludes.php5' )../workshops.php5:18
32.424618776376SWAT->startSession( )../standardIncludes.php5:113
42.424718776448session_start ( )../SWAT.php5:108
SUCCEED: Web Design

SUCCEED

   

Web Design
Shodor > SUCCEED > Curriculum > Workshops > Web Design

Creating Content

  • Put a <title> tag in the <head>
  • Put content in <body> . Include a <h1> .
  • Explain the unordered list and list item tags. Create a list.
    <ul><li>item</li></ul>
  • Create a link in our list. ( <a href="http://www.google.com">link<a> )