Welcome To Karishma's Website

This is a Website for me to practise coding on.

Here is how to code.

Every html file consists of two main parts.These are the head and body.The head is fairly simple it's the place where you put your title. So you type: <head> , press enter,then, <title> followed by your title, next type </head> to tell the computer that your finished with the head.

Next is the body, it starts when you type <body> .The body is the main content on the site and websites are made from lots of HTML files like this one.Inside the"body" section you can put paragraphs of text ; <p> or an un-ordered list; <ul> or even links to other sites: <a href= "then in these speechmarks put the FULL web address of the site. " </a>

To put something on a new line you add a break: <br /> .Paragraphs will do it automatically.

This is a paragraph of text and it puts in a new line on it's own.

This is a second paragraph on a new line. Click Here To Access Google