<b>
The <b> tag is used for defining bold text, the body code for the <b> tag looks something like this:
<body>The end result of this looks like this:
<b>This is bold text</b>
</body>
This is bold text<br />
<br /> signals the browser to insert a line break, when inserted to the body code it looks like this:
<body>This would look like this:
This is line one.
<br />
This is line two.
</body>
This is line one.Although it is not necessary to have a / in the tag it is good form to do so.
This is line two.
<i>
<i> is the tag to make text italicized, Your body code should look like this when it is put in:
<body>In your browser it will look like this:
<i>This text is italicized</i>
</body>
This text is italicized<del>
The final tag I will be showing you today is the <del> tag, this tag strikes through text like
<body>The final product looks like this:
<del>This text is deleted</del>
</body>
This text is deleted
That's it for this time, See y'all tomorrow.
getting closer to l33t status AWWW YEAAAAA
ReplyDeleteI remember when I first learned HTML, I thought I was wizard.
ReplyDeleteReally useful.
ReplyDeleteNice. I know all this but its good info :P
ReplyDeleteHeh, never knew that del tag. I never quite learned HTML5, when I learned it I think it was still 4. and I never learned it that well :P
ReplyDeletethis is pretty basic stuff
ReplyDeleteThanks for sharing your info. I really appreciate your efforts and I will be waiting for your further write ups thanks once again.
ReplyDeletehtml5 converter