What's new

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Welcome to the new site. New looks, more of a classic retro vibe. I am working on moving content from the old site to here. Many things will not be directly moved and will be added slowly over time. Such as downloads and images. The old site and its content will be available from beta.throneofgeeks.com for a while. Furthermore I have decided to completely get rid of ads as it only slows down the site. If you want to support what I do and the free internet you can buy me a coffee. Thanks! //Sirmadsen

html

  1. Sirmadsen

    Creating a Html link

    Creating a Html link is really simple. The code below will result in --> Throneofgeeks.com The href Attribute The <a> tag defines a hyperlink. The href attribute specifies the URL of the page the link goes to: <a href="https://www.throneofgeeks.com">Throneofgeeks</a> Just replace the URL and...
  2. Sirmadsen

    Insert image using Html

    The src Attribute The <img> tag is used to embed an image in an HTML page. The src attribute specifies the path to the image to be displayed: <img src="img_girl.jpg"> There are two ways to specify the URL in the src attribute: 1. Absolute URL - Links to an external image that is hosted on...
  3. Sirmadsen

    Read This First

    This is where you find simple Php and Html code snippets. I'm using this first and foremost for my own reference when making changes to themes and other basic things. I will be adding Php and Html scripts for simple changes whenever I come across them. This does not stop you for adding...
Back
Top Bottom