Tech – HTML Primer

Since there seems to be a small demand for HTML data, I figure it a good idea to give a little point by point on some basic HTML syntax. The basics of some light formatting, links, and image insertion are what I’ll pass over briefly. Nothing too fancy, but enough to make your entries nice.

First of all three sets of good formatting flags.

First Bold, which is simply surrounding text with a . The first of the two tags is an opening tag, the second a closing tag.

Example: ‘This is Bold‘ is easily reproduced like this: ‘This is Bold

The same holds true for Underline: and Italics: .

Note: Do not have any spaces within the opening or closing tags.

For links, itย’s a little more involved. They follow the same opening and closing tag structure as above. The format is as follows.

For example: DarkRen’s Diary

The code for it would look like this:

DarkRen’s Diary

Note: The link above is dark blue colored, the default color for web links. That’s because I didn’t include the font tag that I use to change the color. That’s another open and closed tag set like this: . I surround the text I’m linking with that to make it light blue. The numbers/letters is a hex code that signifies a color. For a list of web safe colors and their hex values, take a look here: VisiBone Webmaster’s Color Lab. 216 web safe colors.

For link tags, there should only be one space, between A and HREF. Otherwise, there should be no spaces within the opening and closing tags.

Lastly, images. Images are a little easier as you only need one tag, rather than two. It’s formatted like this:

Example:

To insert that image would take the following tag:

And if you want to have your image be a clickable link, then you just surround the IMG tag with link tags, which will make it clickable just like it will do for text. Just like that. ๐Ÿ™‚ I probably won’t delve into anything more complex unless its specifically requested because I have a minor in HTML skills. But if you want to know about something in particular, ask and I might see if I can scrape a little guide together.

Be well folks.

Log in to write a note
March 28, 2003

Radical.

March 28, 2003

RYN: Please do not get me wrong! I support the troops! I’m an airman until the day I die. I believe most everyone supports the troops. I’m just saying that we should stand behind our President during this time of war.

March 28, 2003

I like your site. I’m adding you to my favorites.

March 28, 2003

RYN: Oh, I got it. No problem. ๐Ÿ™‚

March 28, 2003

You ask what difference it would make in my diary to start to make the war crimes illegal, at first nothing but when enough want something even haveing the most weapons will not stop the tribunal from bringing about the taming of the wild west. But it takes time and people who are willing to keep on trying even when it is beyond hope.

March 28, 2003

ryn~ it’s more an expression of how i am in two states at once: i am aware both of being underweight and of being in a state called ‘fat’ because somehow that is the term i (and other anorexics) use to describe a state of being too much, too visible, too aware… it is immensely complicated, being able to hold two totally opposed ideas in your head and to see each as being true.

March 28, 2003

RYN: And then again. Maybe YOU should re-read an entry before leaving a derogatory type of note.

thank you ever so – I have been looking for instructions on links for a long time – most leave out the – so whatever I try I can’t end the link text! You rock.

March 29, 2003

thanks for the info. I need all the help I can get.

March 29, 2003

I believe a lot of people found the ‘html help’ OD pages helpful: ‘http://www.opendiaryplus.com/entrylist.asp?authorcode=C102725’ although I understand that they will expire soon. Good work you’re doing here, regards

April 17, 2003

I’m going back over your HTML primer and wondered if you could give me a hint on making the font bigger?