- Goal
- Understand relationship between HTML and CSS
- Product
- Save file to your server account
- Basic HTML page with 20 lines of CSS
- One CSS question for the teacher tomorrow
- Tools
- Resource
Sample Code
<h1>This is a Header or h1</h1>
<h2>This is an h2</h2>
<h3>This is an h3</h3>
<h4>This is an h4</h4>
<p>This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. </p>
<ul>
<li>Item 1 - in an unordered list</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<ol>
<li>Item 1 - in an ordered list</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>
<a href=”http://www.w3schools.com”>This is a link to W3Schools</a>
Tags: CSS, HTML, Tutorial, Web Design


One Response to “Explore HTML and CSS Relationship - Day 1”
Trackbacks/Pingbacks
Leave a Reply