Basic Html

Basic Html

HTML Headings
HTML headings are defined with the <h1> to <h6> tags.

Examples
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>

HTML Paragraphs
HTML paragraphs are defined with the <p> tag.

Examples
<p>This is a paragraph</p>
<p>This is another paragraph</p>
HTML Links
HTML links are defined with the <a> tag.

Example
<a href=”http://www.marvelweb.com”>This is a link</a>
HTML Images
HTML images are defined with the <img> tag.

Example
<img src=”logo.jpg” width=”104″ height=”142″ />

People who read this also read:
  • Ten Tips For Your Web Site Home Page
  • HTML and Web Design
  • Web design: Building a website
  • Build a Professional Webpage Layout
  • Build A Website – The Easy Way To Profitable Websites
  • 10 Huge Web Design Mistakes your Making
  • Basic Web Design Principles
  • If you have any questions, addtional information, or found this helpful "Leave a Comment" below.
    blog comments powered by Disqus