Don't worry if the examples use tags you have not learned.
You will learn about them in the next chapters.
HTML Headings
HTML headings are defined with the <h1> to <h6> tags.
HTML Code:
example
<h1>This is a heading1</h1>
<h2>This is a heading2</h2>
<h3>This is a heading3</h3>
HTML paragraphs are defined with the <p> tag.
HTML Links
HTML links are defined with the <a> tag.
example
<a href="http://www.mysweetfrnz.blogspot.com">This is a link</a>
<a href="http://www.facebook.com/urzkumarcool">This is another link</a>
(You will learn about attributes in a later chapter of this tutorial).
HTML Images
HTML images are defined with the
HTML Code:
<img src="kumar.jpg" width="104" height="142" />



0 comments:
Post a Comment