INSERT TEXT HERE

post goes here. text. images. all that.
you can have this be a link to some articles. a la
my first post!
or, just type here, and then add another one of these chunks above or below. or, make a menu for your posts to link to them

  • a post about something
  • another post
  • a link to a photo gallery

  • it's up to you how to order this! you can always just copy the big chunk i have labeled, and just copy paste. like i have done below.
    test
    to seee
    overflow
    test
    let's
    hope
    it
    works

    this is a copy
    whoa, look another post! truly, man is the captain of machine.
    when i want to insert a line break, to go to the next paragraph, i use this command,
    a line break!

    see i used two, and now it's longer.
    now the text is in italics
    you suround the text in what you want it to display as.
    here is an underline
    now, let's use a link. a link is set up like this. this text will be a link and that is the closing end of the link, that ends what text is linked. the # symbol, is where you would replace with the actual hyperlink. so for example you would replace it with www.petsmart.com if you wanted the text to link to petsmart. let's try it!
    take me to petsmart!
    see how it's different?
    with neocities, you have many html pages. these would go on your sidebar, where we can make an about section, maybe a photo gallery, maybe a different thread of posts. it's all up to you. neocities uses filename.html . so in your about section on the sidebar, you would link just simply to filename.html . that way, it loads the new page.

    see how each command has an opening and an ending? u is the opening and /u is the ending.
    this applies for most commands, like links, text decoration, etc. line breaks don't have an ending. neither do images. here is how to put in an image.

    yay! we inserted an image. you insert the image file name in the two quotation marks. then, we can style the image, where you insert style = "" after the closing quotation around the image. for this image, i've made the height 200 pixels tall, which then adjusts the rest of the image as well. you can make your image any height or width, or make it have a border, like so.
    there are lots of different border styles, like double, single, dashed, etc.
    let's talk about how to make your text a different color. see how we have the p command around this whole box? that's a paragraph. luckily, we can apply style, to paragraph!

    now my text is bright green! the text will be bright green until the paragraph ends. like right now.


    see how we closed the paragraph, therefore closing the applied style? how cool!
    the paragraph command itself also acts as a line break, so if we have lots of different paragraphs, it'll neatly fix itself into lots of line breaks.
    let's see about putting an image inline, so text goes around it.
    as we can see, the text will now surround this image, as it has been inserted in the inline way. it'll fit snugly with our text, and just be like how in a textbook, the image floats with the text. la la la la la la floating image floating image blah blah blah blaaaahhhhhh lots of words and stuff. just be careful, because if your floating image is too big, it may be improperly formatted, just meaning you need to put it in a different spot, or just make it smaller or bigger. you can always adjust it, to fit how you like within your text. i have also added the padding property to the style, and have made the padding 5 pixels. this makes the image have 5 pixels of space between any other element.