Flag This Hub

Basic HTML Tips

By


Basic HTML Tips

HTML stands for- "hypertext markup language". Its the codes that create certain aspects to your web pages. Things like bold text and italic can be made using HTML codes.

On some sites and blogs or blog editors we sometimes need to create our own HTML codes. Here are some basic HTML tips on hypertext and hyperlink that you can keep bookmarked for later use and ease. Just right click on your mouse and bookmark this page.

I have also included some other tricks as well! Just copy and paste the examples and replace your own links and text instead!

These are some simple tips and tricks that you can use to make your own codes for your sites and web pages or blogs. All you will have to do in some of these instances is copy the examples and replace the examples with your own text or links!


_________________________________________________________________

Here is how to make text link:



<a href="YOUR URL"> YOUR TEXT HERE </a>


Here are the results that I have linked to another hub:

YOUR TEXT HERE


_________________________________________________________________


How to make your text link open in another tab or window:




<a href="YOUR URL" target="_blank"> YOUR TEXT HERE </a>


_________________________________________________________________


How to center objects or images or videos on your page:


Place this code before the objects code <center>
Place this code after all the objects code at the end </center>


_________________________________________________________________


Use this code to get "space" between objects or items:


<p>

You may have to close this tag using </p>

_________________________________________________________________


How to make text scroll:


<marquee bgcolor="#000000">Text Goes here</marquee>


_________________________________________________________________


You can change the color of the background:


Black
<marquee bgcolor="#000000">Text Goes here</marquee>

White
<marquee bgcolor="#FFFFFF">Text Goes here</marquee>

Red
<marquee bgcolor="#FF0000">Text Goes here</marquee>

Blue
<marquee bgcolor="#0000FF">Text Goes here</marquee>

_________________________________________________________________


How to make your text flash:


<marquee scrolldelay="480" scrollamount="375"><br /> Text goes here</marquee>


_________________________________________________________________


Here is how to make Bold Text and Larger Text
:

<b>Bold Text</b>

<h1>Large </h1>

_________________________________________________________________

I hope that this basic information on some HTML tips will help!

Comments

carrie450 18 months ago

Great tips PhoenixV. I'll bookmark, thanks

PhoenixV 18 months ago

Thanks Carrie!

jill of alltrades 18 months ago

You did this quite well. I thought that HTML is beyond me. However, I discovered that I could follow your tips. Yehey!

Thanks for sharing! Rated up and useful!

PhoenixV 18 months ago

Thanks Jill!

oceansnsunsets 18 months ago

This is awesome, I have always wanted to know if this kind of thing was possible, but I am not technical at all. This will make it possible for me now, thank you!

keepitnatural 18 months ago

Very useful. No doubt I shall refer back to this many times in the future!

PhoenixV 18 months ago

Thanks Ocean!

poetvix 18 months ago

Thanks for the marquee tag. Good info!

PhoenixV 18 months ago

Thanks Keep!

PhoenixV 18 months ago

Thanks Poet!

chinemeremz 17 months ago

Hi this is really helpful

Submit a Comment
Members and Guests

Sign in or sign up and post using a hubpages account.



    Like this Hub?
    Please wait working