Jump to content

Recommended Posts

Posted

HTML Headings

 

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

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

<p>This is a paragraph.</p>
<p>This is another paragraph.</p> 

HTML Links

 

HTML links are defined with the <a> tag.

<a href="http://www.mrhotfire.com">This is a link</a> 

HTML Images

 

HTML images are defined with the <img> tag.

<img src="mrhotfire.jpg" width="104" height="142"> 

 

Note: The filename and the size of the image are provided as attributes.

 

Credits:Olympus,Internet&ME.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...