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> )



( ! ) Warning: Unknown: Failed to write session data (memcache). Please verify that the current setting of session.save_path is correct (tcp://127.0.0.1:21201) in Unknown on line 0