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