Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

HTML - Hyper Text Markup Language | Tutorial 1 (Text)


Guest
 Share

Recommended Posts

Hello,

To start this tutorial we are going to need to download this .zip file
Link : http://web.kingdoms-soft.com/HTML/tut1.zip

So lets start, inside the .zip there should be a file called index.html, lets right click on it and open it with "Word Pad". Now all you should see is a blank page, because there is no code on it :P . So lets to lines in that are required for everything to work.

THE Tag

Now on the first line we will add this tagwhich starts the html page, and on the second one we will placewhich ends the html page. Now it should look like this
```

Now lets put a line between the first tag. Now lets put the next tag which is a big part of our page.

THE TAG<br /><br />This declares the title of the page and shows it  if you have tabs and normally at the top of your browser. (depends what browser you using) So lets put the <pre><title></pre> tag in and type the title of your page, for example <pre><title>My first site</pre><br />Like the <html> code we need to place a tag that ends the title, making the line look like,
```
My first site
```
So our page should look like this
```

My first site

```

THE BODY OF THE PAGE

Now lets start the body of our page (The main text and stuff), so lets add a tag, making the start of the body and a tag to end the body.
E.g.
```

My first site

```
Now Lets make a title for our page that will be displayed by text. So in the body space, we will add a

## tag which is for headings (There are 6 (E.g
```

## Welcome
We also need a ending tag,
```

## Welcome

```
Now lets put some blank lines or
under our welcome code so that the main text is no right under it.

Lets add two, our page should now look like this,
```

My first site

## Welcome

```
Now in-between the last
tag and type some random text.
E.g.
```

My first site

## Welcome

Random Text

```
We can use many formatting tags such as

and


```


```
Link to comment
Share on other sites

Awesome. Good for people who want to learn html from scratch.

Although many page creating web hosters* don't allow html. o_O

For example 110mb.I think that allows it but there's been a few that I haven't been able to use html.
Link to comment
Share on other sites

@мсичġġεт:

> Although many new page creating pages don't allow html. o_O

WTF
Link to comment
Share on other sites

@мсичġġεт:

> Yeah I know, I use it all the time but i was just saying that some web hosters don't allow you to use it.
>
> Good tut anyway.

WTF
are you crazy?

pleeeeeeease show me one webhost that does not allow html.

P.S - nice tut
Link to comment
Share on other sites

@мсичġġεт:

> I don't know which one. It was about a year ago. I wanted to find a good host and I stumbled across that one.

its impossible, every host allows HTML . by every, i mean EVERY
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...