• Welcome to ForumKorner!
    Join today and become a part of the community.

Understanding Web Pages

Minus-Zero

Member
Reputation
0
Understanding Web Pages

Creating a website really is not difficult! All you really need to do is write text into a word processing program, then format the text with HTML. Once completed all you do is publish the files on a web server.​

Using HTML

You create web pages using HTML! If you take a quick look at HTML coding at first you may be confused. Yet, It is really easy to learn and use! If you would like to learn HTML, I have created a few tutorials on it. (See Below)

http://www.hackforums.net/showthread.php?tid=274502

HTML tag is an element of code that tells you browser what to put on the screen. Each command is typed in between these "<" ">"
EX: <h1> </h1>

As you noticed tags have 2 parts. Then opening where it begins the command and closing tag where it ends the command.

Easy Route

Well now a days, you don't need to know all this. All you have to do is used a web editor. There are many out there now a days. Alot of people use dreamweaver. Creating a website could not be simple! All you have to do is create the site on the program. No real knowledge of HTML is needed.


As of now this is all you need to know for basics!​

Thank you for reading!

- Minus-Zero
 
Top