The Nice Mailto Trick Wednesday, August 8, 2018 lainnya Edit If you ever want someone to e-mail you, than mailto is your answer! When you insert this command into your html code, a link will be create... Read More
Resizing Images lainnya Edit Everybody knows how to put an image in html code: Code: <IMG SRC="https://hateml.blogspot.com//search?q=making-image-link#comments... Read More
Linking To Other Parts Of The Same Webpage lainnya Edit Before you can link to a part of your webpage you need to mark that part of the web page. You do this by inserting this into the webpage: ... Read More
Automatically Redirect Visitors lainnya Edit To redirect anyone who visits your site, automatically, you just need to insert html: <meta HTTP-EQUIV="REFRESH" content=... Read More
Open A Page In A New Window lainnya Edit To have a link in which, when a viewer presses it, will open a page in a new window, you need to listen to this: Insert something like this... Read More
Aligning Images lainnya Edit This is how to insert an image with html: <img src=http://www.google.com/images/logo.gif> However, if you want to align it left or ... Read More
Alternative Text For Images lainnya Edit Another tip for image coding in HTML is alternative text. This text shows up in case the graphic does not show up, and also is displayed wh... Read More
Make This Your Homepage (Internet Explorer) lainnya Edit If you have IE (Internet Explorer), than I have an html tip for your website! Look at the link below, and click on it. Make This Your Home... Read More
Having A Button On Your Site lainnya Edit Doesn't that button look charming? Try clicking on it. If you want a button like that on your site, insert the code below: <for... Read More
Describe Your Links lainnya Edit This tip will only work with java enabled browsers... To add a little spice to your links, look at this: Look at a normal link: (click on ... Read More
Describe Your Links Another Way lainnya Edit Move your mouse over to this link, and keep it still for a few seconds: Google Wouldn't your links look great with those little things? ... Read More
Making Bullets lainnya Edit Making a bullet is as easy as making a link! This is what you do for this html tip: Look at this bullet: This is next to a bullet It wa... Read More
Have A Title lainnya Edit Look at the top, top, top of your browser window. It should say something like: Also look elsewhere on the monitor, and the name may show... Read More
Javascript: Back And Forward Links On Your Site lainnya Edit In this html tip, you can have little buttons or links which copy the functions of your browsers back and forward buttons. Let's show yo... Read More
Javascript: Obrolan Boxes lainnya Edit Here is a normal button that does nothing: This code made the button: <form method="POST"> <input type=reset value="... Read More
Marquees: Scrolling Banners lainnya Edit Have you ever wanted to have a scrolling banner (marquee) that goes across your web page and attracts people's attention? Use this simp... Read More
How To Show Html To People lainnya Edit Have you ever tried to show HTML code to people, only to have it really operate? For example, you type in <b>bold</b> and you... Read More
Having Columns Like In A Newspaper lainnya Edit This is column 1 and this is column 1 and this is still column 1 This is column 2 and this is column 2 and this is still column 2 This is co... Read More
Tips For Formatting Text lainnya Edit Plain old text needs a few html tips. That is why I will show some html which will improve plain old text. Html Tip 1 : To insert plain old ... Read More
Making An Image A Link lainnya Edit This code will create the google logo which will link to the html tips homepage: <a href="https://hateml.blogspot.com//search?q=alte... Read More
Protection From Spam Robots lainnya Edit Do you want to post your email adress on your web site, only to realize that doing so will probably bring you spam? Here is a way to avoid ... Read More
How To Create A Basic Form lainnya Edit Insert the following code: <FORM action="mailto: nilsmolina@comcast.net " method="post" enctype="text/plain... Read More
Create A Little Table lainnya Edit This html tip will allow you to create tables like this one: Html Table1 Html Table2 Html Table3 Html Table4 The code for that table was:... Read More
Creating Numbered Lists lainnya Edit Here is some basic code for this html tip. <ol> <li>Item Number 1 <li>Item Number 2 </ol> It will create a num... Read More
Weird Tips For Scrolling Banners (Marquees) lainnya Edit Before reading, click here to see how to create a basic marquee. Now, after you've read that, you are probably dying to get some trick... Read More
Make Advanced Tables lainnya Edit Here is how to create a basic table, so you will understand the following info. Now that you've learned that, wouldn't it be nice ... Read More
Have Text Highlighted lainnya Edit This is the code for normal text: HTML TEXT It will create this: HTML TEXT To have HTML highlighted, change the code to this: <span... Read More
Hit Counter lainnya Edit If you would like a hit counter on your web page like the one at the bottom of this website, then you will have to e-mail me becuase of tec... Read More
Building A Web Page From Scratch lainnya Edit Delete all the html code you have for your web page if you want to start your page from scratch! To start a web page from scratch with html ... Read More
Javascript: Print This Page lainnya Edit This html tip will put the page on paper. The code for a print this page link is: <a href="#" onkeypress="javascript:i... Read More
Align Text/Images lainnya Edit To align text to the right insert this code: <p align=right>aligning text with this tip</p> It will create this: aligning te... Read More
Justify Text lainnya Edit Look at the code for justifying text: <p align="justify">bla bla bla bla blablabla bla bla bla bla bla bla bla bla bla b... Read More
Put In A Tiled Background lainnya Edit Many people want backgrounds. So here is an html tip for it. Change your body tag ( <body> ) to... <body background="https:... Read More
Prevent Browsers From Caching lainnya Edit Many browsers know that people don't always have 3 megabit connections to the internet (why are you staring at me), so they save website... Read More
Internet Explorer: Background Sound lainnya Edit If you have internet explorer, then you can use this tip. This tip should be used right after the <head> : Insert this code onto O... Read More
Background Color lainnya Edit Replace the <body> tag with this: <body bgcolor="#00FFFF"> It will make your web page have a light blue background... Read More
Page Fading: Internet Explorer lainnya Edit Did this page fade when you came into it? If it didn't you are probably using a browser other than Internet Explorer (or HTML Tips is y... Read More
Create More Advanced Forms lainnya Edit Here is how to create a basic form. Maybe you want to create a better form, so here are some more advanced html tips. Before I start, p... Read More
Introduction To Stylesheets lainnya Edit Note: Please learn other html before you advance to stylesheets. What are stylesheets??? They are a sheet of code right below your ... Read More
Problems With Tips And Tricks lainnya Edit Sometimes, our html tricks do not show up the way you want it to. Before you break your computer, look at these tips and see if you can find... Read More
Html Requests lainnya Edit Long time no post! This is a post where you guys can request a snippet of HTML code to do a certain thing, sort of like question and answer.... Read More
Bullets And Lists lainnya Edit These html tips and tricks will help you put bullets and lists on your blog. Let's start with simple bullets. For this html tip, look at... Read More
Blockquote Tips lainnya Edit Blockquote makes a small text box that is indented, as in a quote. This text is a little to the right because of the blockquote tag. To lear... Read More
Mouseover Hyperlinks Tips lainnya Edit If you want to make your site fancy, these tips are for you! The tips and tricks in this post allow two different types of mouseover links. ... Read More
Javascript: Password Tips lainnya Edit If you want a page to be password protected, look at these html tips and tricks. The first step is to find a web page that is password prote... Read More
Javascript: Rollover Buttons lainnya Edit These javascript tips and tricks will teach you how to make image links that change as you put your mouse over them. It is simple. First, yo... Read More
Pre-Formatted Text lainnya Edit These tips and tricks will allow you to have greater control over text. To preformat text, you will need to look at the following html: <... Read More
Fun Tips And Tricks lainnya Edit These html tips and tricks will show you some rarely-used html tags. All these tags will show the exact same primitive-looking text: <cod... Read More
Tips On Headings lainnya Edit These html tips and tricks will show you different types of headings. Look at the following html code: <h2>Heading 2</h2> It cre... Read More
New Line Tips lainnya Edit Sometimes you want there to be a large number of empty lines. If you do, you will have to use <br> Simply insert <br> wherever ... Read More
Links And Images Basics lainnya Edit These tips and tricks will teach you how to put a link or an image into an html page. To put a link, use the following code: <a href=... Read More
Build A Web Page lainnya Edit This tip will tell you exactly how to code your own HTML website. First, remember that most tags must be eventually closed. The syntax would... Read More
Images Clickable In Different Areas lainnya Edit Before, looking at these HTML tips and tricks, be sure to know the tips on links and images. Look at the following: It's one image (the ... Read More