WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

Goto page : Previous  1, 2

View previous topic View next topic Go down  Message [Page 2 of 2]

1Accespted Start Learning HTML on Mon Dec 21, 2009 8:01 pm

ankillien


Administrator
Administrator
First topic message reminder :

Start Learning HTML
Tutorial for absolute beginners

Hello Everyone Very Happy

This tutorial is for absolute beginners who want to start off learning HTML. If you are a noob and want to start your journey to learn coding, go ahead reading...

What is HTML?

HTML stands for Hyper Text Markup Language. It is the base of all the web pages that are available on internet. All the web pages are generated in HTML format. It is the mosr basic language to learn as well.

What you need?

  • You will need to have a computer that is running. Most likely you have this already, since you are reading this page Razz
  • You will need a text editor of your choice. If you have windows,you can use Notepad. If you have a Mac, you can use BBEdit.
  • Now, you need to have a web browser which will display your HTML pages. You can use Internet Explorer, Firefox, Opera, Safari etc. (Note : Firefox is the best browser as per experts opinions).
  • You'll need a place to save your HTML files. You can create a new folder for it.


The Basics :

  • An HTML file is a text file containing small markup tags.
  • The tags tell browser how to display the page
  • An HTML file must have extension of .htm or .html
  • HTML page can be created using a simple text editor


Your First HTML Page :

Now, you'll make first HTML page of your own Very Happy Just copy and paste the below code in your text editor (Notepad).
Code:
<html>
<head>
<title>My First HTML Page - WebArtz</title>
</head>
<body>
<h1>This is the HTML page header.</h1>
<p>Here is a paragraphi I wrote for my first HTML page.</p>
</body></html>

Save the page as firstpage.html. Now open the page with any web browser.

You'll see your first HTML page. It will look like this. The code is pretty simple and readable. You can edit it yourself Wink

This is how we create HTML pages. Here you have started of learning HTML from very basic. You'll learn more about how to code HTML page yourself in my next tutorial.

Thank You
Notice : This tutorial is copyrighted by WebArtz Forum. You may not publish it on anywhere without written permission from the administrators.



Last edited by ankillien on Fri Dec 25, 2009 9:24 pm; edited 2 times in total


21Accespted Re: Start Learning HTML on Tue Sep 28, 2010 7:53 am

Soul Eater


Registered Member
Registered Member
oh now i get it, so thats jsut a simple code, then you teach us to make from scratch, wow its awesome.

22Accespted Re: Start Learning HTML on Tue Sep 28, 2010 11:55 am

blindbat1457


Registered Member
Registered Member
Saiyan Prince wrote:oh now i get it, so thats jsut a simple code, then you teach us to make from scratch, wow its awesome.


Indeed. It is very simple code. Anyone can learn it and anyone can make a web page. Now to style it such as colors/borders/rounded edges/lines etc that takes CSS which is also very basic. I can tell you right now anyone can learn HTML & CSS in a few days.

Best place to learn these are www.w3schools.com

23Accespted Re: Start Learning HTML on Tue Sep 28, 2010 11:58 am

Soul Eater


Registered Member
Registered Member
Ill havea look at that, im jsut reading webartz tuts for now.

24Accespted Re: Start Learning HTML on Thu Sep 30, 2010 6:12 am

Syfte


Registered Member
Registered Member
Cool stuff. Haven't seen it really explained like this yet.

Also anyone with Chrome could hit
Ctrl+O
to open the file. Had to google it. =P

http://www.spotfeed.net

View previous topic View next topic Back to top  Message [Page 2 of 2]

Goto page : Previous  1, 2

Permissions in this forum:
You cannot reply to topics in this forum