Jump to content
xisto Community
Sign in to follow this  
Mike

List Of Html Tags And.. ..what they make.

Recommended Posts

<html> -Shows the start of an HTML document

<body> -I use this tag a lot, it has to do with the 'body' of the page.

<body bgcolor=""> -In between the quotation marks you put a hex code or a color name. That will be the background color of your page.

<font color=""> -In between the quotation marks you put a hex code or a color name. That will be the color of the text on your page.

<title> -You put your site name in between the <title> and </title> tags and it makes it show up on the top bar of your browser thing.

<big> -Makes big text

<small> -Makes small text

<b> -Makes bolded text.

<i> -Makes italicized text.

<u> -Makes underlined text.

<img src=""></img> -Put a link to to the image in between the quotation marks to display a picture from another site.

<li> -Makes a bullet point

<table> -indicates the start of a table

<tr> -Makes a row in the table

<td> -Makes a column in the table

 

There are tons more but those are just some that I use daily. Have fun with them!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.