HTML Text and Documents Linking tutorials
A Hyperlink, link for short, is the basis of web development. It is where you mouse over an image or text, your cursor changes to a hand, you can click it and a new page opens. This is useful for linking a website to all sub pages, to link to new websites, to link to images such as thumbnails that will open full images.
Related Tutorials
Text Over Images
Place text over your images with HTML commands alone!
So, You Want To Align Text
you will learn the basics about wrapping text around images and justifying to one side or the other.
Images
Learn how to place images in your page and how to align images and add spaces around an image.
HTML - Images
If you are going through the whole HTML series of tutorials you will want to open up your HTML page in your text editor now. If you are just coming in you can still follow along easily. Just open up a text editor and begin the tutorial.
Images & Other Pretty Things
The IMG tag is used to present graphical images on your pages.
Pre-Load Images
Set up your pages so that the images are in the cache waiting to be used rather than downloading each image as you need it.
Setting Your Tables
The TABLE tag is used to create presentation tables (like spreadsheets), but is more commonly used as a way of controlling the placement of text and images on web pages.
Inserting Images and Backgrounds
We will learn how to put images into our page.
Images
This section will show how to add images to your pages.
Links
Make a link from your page to any other page on the World Wide Web. Learn what is anchor and how to create email, text and images links.
How To Speed Up Your Images Load Time
Learn how to make your images load faster for your users and visitors to view with this tutorial.
Changing Text with HTML
You may type any text between the html start and end tag without any other tags and it will display in the browser as typed. The browser uses it's default text color and font to display your text. But that isn't very exciting. HTML contains a rich set of text formatting tags that you can use to manipulate the text in whatever format you can dream up.
Thumbnail Images
Please be kind with your large images. Big ones take a long time to download. Let the viewer see a smaller version to check if he/she even wants to spend the time waiting for it.
HTML Flags
HTML works in a very simple, very logical, format. It reads like you do, top to bottom, left to right. That's important to remember. HTML is written with TEXT. What you use to set certain sections apart as bigger text, smaller text, bold text, underlined text, is a series of flags.
How To Add Thumbnail Images
Learn how to add thumbnail images to your web page, which when clicked takes your user or visitor to a larger external image.
A Tutorial on Text
Ever seen text that is underlined or bold or italic or different colours? well I will show you how to acheive that in this little section. To get the different types of text, you need to use our good friend tags again.
How To Add Inline Images
Learn what inline images are and how to add them to your web pages in this tutorial.
How To Add External Images
External images are and how to add them to your web pages in this tutorial.
Aligning Text
Alignment attributes can be added to the <p> tag to align the text in a paragraph to the left, right or center (though large chunks of text are rarely aligned right or center).
Adding Images, Media, and Scripts
Images, media, and scripting help a site become "dynamic and rich." This is called dynamic because many of these features offer the opportunity for the site visitor to interact in an active way with the site.
Very Basic HTML
HTML stands for HyperText Markup Language. HTML is the language used to wrote basic web pages. It allows us to control how our page is displayed, place images on that page, place the text where we want it, make links to other pages, display tabular data and much more. In this tutorial i will try and introduce you to the basics of HTML so you can get started.
Adding Text and Links
In this tutorial, you'll learn how to work with text and links efficiently and appropriately. From the logic of headers and lists to a variety of linking options, you'll find out what it means to create great text in noble fashion, making your content as royal as can be.
Using "Titles" with Your Web Links & Images
Using "Title Tags" for your web links & images is an arsenal many companies fail to utilize. These tags will help search engines to navigate through your information.
HTML - Text Formatting
Understand the basics of HTML I will now go over how to format text with different tags and attributes. After this tutorial you will know a few tags and attributes you can use to change the appearance of your text. At the very bottom of this tutorial you will see the full list of tags and attributes you can use for text formatting.
Text Styles
In this tutorial you will learn how to use HTML tags to add bold, etc to your text.
Preformatted Text
Yes, <pre> stands for "preformatted" (not "pretentious," though that was a good guess). Preformatted text differs from regular text in two important ways: (1) It will appear in a monospaced, or fixed-width font (making it look typewritten), and (2) it will appear in the browser window exactly as you typed it, including carriage returns and spaces.
Text Commands
This tutorial gives you a list,of all those fun little things you can do to text.
Using Teletype
Teletype is much like preformatted text, but with less hassle. You'll still want to use preformatted text when you honestly need to format the text. But if you're just looking for that retro-typewriter look, teletype is the way to go.
Graphics And Pictures
Colors, images, pictures, and graphics bring a lot of flavors to a web page. As you already know, a web page is in fact a text file equipped with HTML tags that a browser is asked to analyze, interpret, and render a result. Unlike in a word processor, a picture cannot be included on a web file. Instead, you tell the browser where the image is located, the browser will try to find it and then display it. This, of course means if you provide the wrong address, I mean if you don't clearly state where the picture is located, or if the browser doesn't find the picture where you said it was, there would be an error on your page.
Basic HTML
HTML stands for Hyper Text Markup Language. Every single person who wish to make webpage should know about it. To get started, Open your Notepad or any other Text Editor.
The Textarea Tag
The textarea tag creates a multiple lined text input field in your reader's browser. It allows the reader to type in nearly unlimited lines of text.
Change Your Font
This is very usefull tutorial about text font. Text font command will only work if the font you call for is loaded on the computer displaying the page.
Basic HTML: Paragraphs and Headers
Text makes up the core content of any web site, and has lots of tags to enable us to display it exactly how we need it. In this tutorial you'll learn how to present text in the simplest way using paragraphs and headers.
Adding Text & Color
Learn how to make your page more exciting by adding text and color.
1 x 1 Images
Here's a great way to cut down on bytes and speed up the loading of your page. Use a 1 x 1 pixel image and shape it just about any way you want.
Images In Forms
So you want an active image on your site that does not produce an hand cursor when you move over it with the mouse? It can be done, in MSIE at least!
So, You Want Some Text Color, Huh?
Learn how to change the color of text, links, and visited links.
Backgrounds
When deciding whether you want to use a plain color or an image you should consider the fact that very few of the web's 100 most visited sites use background images.
Bold, Italics, and Underlined Text using HTML
Short video tutorial on how to use HTML to make text bold, italicized, and underlined.
Antecedent HTML
HTML is composition of tags. HTML document is purely text file, so that can be made with text editor promiscuously. HTML document like this can be referred as web page , presented in web server browser.
 
Categories