Examples:
<h1> This is a giant heading. Below is what really would appear in the html code: </h1>
This is a giant heading. Below is what really would appear in the html code:
<h6> This is the smallest heading: </h6>This is the smallest heading:
Did I mention there are varieties of sizes from a heading 1 to 6? Well, a most FAQ, is "What is the use of HTML". I answer, many things. The header code is used mostly in text like blog posts. The heading tag is basically bold.2. Second of all... HTML Paragraphs!
HTML paragraphs are made up with the <p> tag.
Example:
<p> This is a paragraph: </p>
This is a paragraph
The paragraph HTML is frequently used after a heading, especially in articles.
3. No webpage or post is good enough without images!
HTML images are made up with the <img
Example:
<img src=" (image.jpg) " width="104" height="142" />
This will be useful when I give other guides later on with formating, imaging, etc)
Crazyp01
No comments:
Post a Comment