Web Programming Tuts For The Beginner - HTML for the beginner

free web hosting
Open Discussion > CONTRIBUTE > Tutorials

Web Programming Tuts For The Beginner - HTML for the beginner

odomike
Hello and welcome to our lil' web programming session. Here we assume that our students are complete noovices of web programming. If you havent ever done any web prograqming, then you've come to the right place.

HERE WE GO

--------------------------------------------------------------------------------

HTML TAGS

HTML works in a very simple, very logical, format. It reads like you do, top to bottom, left to right. That's important to remember. HTML is written with TEXT. What you use to set certain sections apart as bigger text, smaller text, bold text, underlined text, is a series of tags.

Think of tags as commands. Let's say you want a line of text to be bold. You will put a tag at the exact point you want the bold lettering to start and another tag where you want the bold lettering to stop. If you want just a word to be italic, you will place a start italic tag at the beginning of the word and an end italic tag at the end of the word. Is this making sense so far?

--------------------------------------------------------------------------------

Tag Format

All tag (I sometimes call them command) formats are the same. They begin with a less-than sign: < and end with a greater-than sign: >. Always. No exceptions. What goes inside the < and > is the tag. Learning HTML is learning the tag to perform whatever command you want to do. Here's an example:

The tag for bold lettering is "B". That makes sense.

Here's what the tags look like to turn the word "ODOMIKE" bold.

<B>ODOMIKE</B>

Look At What's Happening:

1. <B> is the beginning bold tag.
2. "ODOMIKE" is the word being affected by the <B> tag.
3. </B> is the end bold tag. Notice it is exactly the same as the beginning tag except there is a slash in front of the tag command.
4. This is what the bold tags above produced: Joe Nice, huh?

Some Questions

Q. Is the end tag for other commands simply the begin tag with the added slash?
A. Yup.

Q. Will the tags show up on my page?
A. No. As long as your commands are inside the < and > marks, the tag is used to alter the text, but the actual code is hidden from the viewer.

Q. Your bold tag uses a capital "B". Do all HTML tags use a capital letter?
A. The browser doesn't care. In terms of tags, capitals and lowercase letters are equal. But I think it would be a very good idea for you to make a habit of writing your tags in capital letters as it sets them apart from the normal text. It also makes them easier to pick out later when you are revisiting the code.

Q. Must everything have a tag to show up on the page?
A. No. If you just type in text, it'll show up. But it will not have any special look.

Q. What if I forget to add the end tag or forget to add the slash to the end tag command?
A. That's trouble, but easy-to-fix trouble. It will be obvious if you've not placed an end tag when you look at the document in your browser. The entire document will be affected after the point where you forgot the end tag. Just go back into the document, add the slash, and reload the document into the browser.

Q. Do all HTML tags require both a begin and end tag, like above?
A. No. There are exceptions to the rule, but let's stay on the ones that do require both tags to work for now. Moving along...

--------------------------------------------------------------------------------

Open and Close Tags

The majority of HTML tags do require both an open and a close tag (a begin and end tag). Most are very easy to understand because the tag is obvious. Here are a few and what they do to text:

Effect => BOLD, ITALIC, TYPEWRITER
Code => B, I, ,TT
Code Used => <B>BOLD</B>, <I>ITALIC</B>, <TT>TYPEWRITER</TT>
What it does => Bold, Italics, Typewriter

Can I Use Two Tags at Once?

Yes. Just make sure to begin and end both. Like so:

<B><I>Bold and Italic</I></B> gives you Bold and Italic

<B><TT>Typewriter and Bold</TT></B> gives you Typewriter and Bold

If you do use multiple tags to alter text, make a point of not getting the end tags out of order. Look at this:


<B><I><TT>Text Text</TT></B></I>

In terms of format, the example above is not correct. The end tags are out of order in relation to the start tags.

Follow this rule:

Always set the beginning and end tags at the same time, always placing them on the farthest end of the item being affected.

Here, again, is the example above in correct form:

<B><I><TT>Text Text</TT></I></B>

Notice the Bold tags are on the far ends. Next in line are the Italics and finally the Typewriter Text tags are closest to the affected text. Just keep setting commands at the farthest ends each time you add them and you'll stay in good form.

--------------------------------------------------------------------------------

Single Tags

The open and close tag format dominates the majority of the available HTML tags, but there are tags that stand alone. Here are three I use extensively:

TAG WHAT IT DOES
<HR> This command gives you a line across the page. (HR stands
for Horizontal Reference.) The line right above
the words "Single tags" was made using an <HR> tag.

<BR> This BReaks the text and starts it again on the next line.
Remember you saved your document as TEXT so where you
hit ENTER to jump to the next line was not saved. In an HTML
document, you need to denote where you want every carriage
return with a <BR>.

<P> This stands for Paragraph. It does the exact same thing as the
<BR> above except this tag skips a line. BR just jumps to the
next line, P skips a line before starting the text again.

--------------------------------------------------------------------------------

[b]

 

 

 


Reply

whyme
This tutorial is somewhat similar to GM-Univesity's HTML Guide. However, I'll let you go on this one.

Reply

nickmealey
nice for begginers.


user posted image

Reply

PHPtech
Pretty good, you should put your HTML in these BBCode tags though, it makes it easier to read
CODE
[html]HTML HERE[/html]

Reply

GM-University
Yeah, I agree, the HTML BBCode gives it a cool effect and makes it easier to read, pretty good though, good for begginers.

Reply

OpaQue
CREDITS REDUCED FOR COPYING TUTORIAL!

MANY SOURCES HAVE BEEN FOUND!

Reply

rectab
nice for begginers.

Reply

odomike
Well well well, what I dont know now is whether to go on posting in this forum or not. How on earth ncan someone say that a tutorial I took my own time to write and post looks like that of some university?

It seems as if everyone is out on this board to know what and what I am gonna post. I admit to the fact that the former one was copied from some where but what I am not gonna take is the fact that I copied this tutorial from some where.

What ever is your (OpaQue) reason for reducing my credits, I dont know.

Let me take it that these are the prices I have to pay for having my website been hosted for free.

Reply

mahesh2k
nice for beginners put this into your site or make it ebook pdf good work.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Similar Topics

Keywords : web, programming, tuts, beginner, html, beginner

  1. Create Dynamic Html/php Pages Using Simple Vb.net Code
    Taking your application data, and creating a webpage for others to vie (1)
  2. Add Flashing Inbox To Invisionfree Forum
    Html code for invsiionfree!! (2)
    Do you find it annoying when you are on your invisionfree forum, and you get a new message, and it
    ends up taking you 5 minutes to notice? This code makes the inbox link flash bold red saying how
    many messages you have. In version 1 the word inbox stays the same, and doesnt change at all (for
    Example this is flashing: Inbox (2) In version 2 (the second code) the word inbox changes to
    messages (constantly, so that if you have none, it says messages (0) instead of inbox (0). It still
    flashes Red Put the following In the Header and Body Section (Admin Cp>>>Skinning ....
  3. How To: Html Tables.
    I find these really useful. (8)
    If you are a novice web designer, but want your site to look advanced and proffessional, then what
    better way to do so than to use HTML tables? HTML tables are a really easy way of formatting your
    text, to make your ste look proffesional. It looks good, and its easy, what more can you ask for?
    You have to use the tag, so first lets start off with: HTML Table > /table > In
    between theese two tags, we will add the data for the table, using the tags and . =Table
    Heading (Title) =Table Data (what you want in the table) =table row (new row) So, lets ....
  4. [php] Clean Code Functions
    Clean up your html output from php scripts (5)
    There is another Topic about writing 'clean' HTML code posted elsewhere on the Forum.
    I'll edit this Topic and add the link so you can review it on your own, and there is no need for
    me to comment on it in this thread, but the purpose of this Topic is to introduce a pair of
    functions which can be used for making sure that the HTML output from my scripts is readable when a
    view-source is reviewed. Two handy functions are included here. They work together quite nicely,
    and I will start this Tutorial with a short summary of the reasons for their 'being....
  5. Cakephp On Ubuntu
    using your own public_html folder (0)
    Hi, there are many tutorials about this, but i would like to type the steps i followed in order to
    get cakephp working on my user public_html folder. as many of you probably know, if you have
    apache's userdir module loaded, you can put your web pages on /home/user/public_html , and
    access them with the url: http://localhost/~user/ . I really prefer this, so all my web pages are
    on my personal home, but how to configure cakephp to work with these paths, i got a hard time with
    this, but finally got it!. here's how: in case you don't have apache2's u....
  6. Html Span
    (7)
    HTML Span Description The span tag is quite the handy tag to have at your disposal. You can use
    it for everything from Text Formating, to creating a scrollable text area. When combined with CSS it
    becomes an easy-to-use tool for making your website as uniform as possible, as your not bogged down
    with tags for every heading and title on your website. Try It Out CODE <html>
    <body> <div class="content"> <span class="heading1"> Heading
    or title goes here. </span><br><br> All the content insi....
  7. Html Bdo...
    (13)
    Description I find that it is often difficult to write a sentence backwards, but thanks to HTML, I
    can now complete this task in only a few seconds. Now the only problem is it is very difficult to
    read... Try It Out Welcome to one of the most useless functions of HTML. The tags enable you to
    write a sentence backwards. The code is quite simple. CODE <bdo dir="rtl">I
    find that it is often difficult to write a sentence backwards, but thanks to HTML, I can now
    complete this task in only a few seconds. Now the only problem is it is very difficult to r....
  8. Want-to-start Html Tutorials
    An HTML tutorial that covers the basics (2)
    NOTE: Don't use a rich text editor* for writing HTML code! Use Notepad in Windows,
    SimpleText in Mac or TextEdit in OSX, but you must set the following preferences for the HTML code
    to work! In the Format menu, select Plain Text. Open the preferences window from the Text
    Edit menu, then select "Ignore rich text commands in HTML files." Start Creating Your Own HTML
    File You can either use HTM or HTML file extensions. For more information, visit:
    http://filext.com/file-extension/htm for HTM or http://filext.com/file-extension/html for HT....
  9. Creating Navigation For Html Websites
    Have a common navigation menu for the whole website! (12)
    Pre-requisite: HTML, inline frame tags 1 Attachment(.zip) included. Updates : 29-12-07: Doctype
    added in example files (Advised by jlhaslip) Designing a whole website takes a lot of planning
    and organization. Designing a proper navigation system is a basic step in building your website. If
    you are developing webpages in html you would have observed that as you go on creating pages it
    becomes difficult to maintain the links to the pages. This article will guide you in developing a
    common navigation menu for your website. It describes three ways, so if you don'....
  10. Create A Simple Html Editor With Php And Javascript
    (3)
    Ok, I will teach you how to create a simple HTML editor that runs online with buttons that add HTML
    tags. Before we start: You should have basic knowledge of these languages. HTML/XHTML
    Javascript PHP You will need Ability to use filesystem functions. Chmodding abilities
    Features of Editor Online PHP safe Full HTML support A Few Bad Features Can only create new
    documents or overwrite Fairly unsafe Now we are ready to begin. The PHP Script This will be
    our PHP script that we will use to make the file. Make a file called save.php Here is the....
  11. Html Legend
    Learn how to create a handy legend with HTML! (9)
    I think this is pretty neat... good for those people who maybe aren't that great at designing
    things but still want something to look nice.. CODE <fieldset> <legend>Legend
    title</legend> Content </fieldset> try it in note pad.. it looks nice...good for
    forums, sign up forms.......
  12. Programming Using Basic Language!
    This topic will be big - PM me for more! (0)
    --Please tell me if I have errors in this! Thank you!-- Welcome to Ask Andrew D's Guide
    to programming in the basic language. I am very experienced with basic and I have used several
    different types. I will provide you with each one. I'll assume you have played around with some
    type of language for just a short while, but gave up. Well, here are some parts that will help you
    in what you want to do! REM // /* */: Rem is the easiest command you will EVER HAVE TO LEARN,
    guaranteed. It stands for a remark, or comment. Here is how you use it: CODE #1....
  13. [asp Tutorial]basic Info & Download/installation Tutorial For Asp.net 2.0
    Tutorial Type:Beginner-Advance (1)
    Basic Info & Download/Installation Tutorial for ASP.NET 2.0 Introduction Well I
    received a book about programming in ASP 2.0 and was ask to review it after I went through this
    book. In my success I was able to download and install the software needed in order to get it
    running on my computer. So those would like to like to learn to program in ASP or refresh your mind.
    Then this tutorial I am providing will give you some basic information on ASP and install the
    software needed to get ASP running. Unless you already have a windows base hosting provider,....
  14. Programming In Glut (lesson 6)
    Texture filters and lighting (2)
    This is the last of the six tutorials I have moved from astahost. I hope you enjoy these and the
    rest soon to come. QUOTE This tutorial demonstrates how to use texture filters and will let you
    see the differences of each filter. I will also be introducing lighting into this tutorial. We
    first have to create our "bitmap.h" header file with the functions we use to load our bitmaps, this
    is changed from the last tutorial to fit the needs of this one. The first thing to do is to link
    all of our OpenGL libraries and include our needed headers for the functions we w....
  15. Programming In Glut (lesson 5)
    Texture mapping and keyboard controls (0)
    Lesson 5 of 6. These are beginning to be more advanced tutorials. If you are not familiar with my
    previous tutorials you may need to go back and read them. QUOTE In this tutorial I am going to
    teach you how to texture map your polygons and implement basic keyboard control. There is alot of
    new material in this tutorial and I hope I have explained it enough. Before you get started you
    will want to name a bmp file "image.bmp" or "image" depending on your computer settings (if one
    doesn't work then use the other) and place it in the same folder as your project.....
  16. Programming In Glut (lesson 4)
    Creating 3D objects (0)
    Lesson 4 of 6. I hope you are enjoying them /laugh.gif" style="vertical-align:middle"
    emoid=":lol:" border="0" alt="laugh.gif" /> . QUOTE Hello, in this tutorial we will be creating
    a 3D pyramid. We are building this tutorial from Lesson 3, but I took out the 2D objects and placed
    a 3D pyramid in there instead. The 3rd axis for drawing can be a litle confusing, but after you get
    the hand of it you'll do fine. Now when you are setting a 3D vertex just remember that the
    camera is on the positive end of the z axis. So things that have a more positive z axis va....
  17. Programming In Glut (lesson 3)
    Animating your objects (0)
    Lesson 3 of 6. QUOTE In this tutorial I am going to talk about how to get animation in your
    program. I will be working directly off of Lesson 2 and will now take out the notes left behind
    from Lesson 1, but I will leave the notes from Lesson 2. CODE #include<glut.h>//include
    our glut library First we are going to initialize a variable called "time" which will record how
    much time has passed so we can use it to determine how to animate the objects. Then we have our
    init function that initializes some stuff in GLUT CODE float time = 0;//(NEW....
  18. Programming Glut (lesson 2)
    Drawing 2D objects (0)
    This is the second of the six from astahost, again, I hope you enjoy. /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> QUOTE This is the second
    lesson in my series of tutorials on how to use GLUT to create graphics. In this tutorial I am going
    to be teaching you how to create different types of polygons. I am going to be adding on to last
    tutorial's code and will leave the notes in to help you remember what all the function are. I
    will also be noting the new functions that we will be using and how to use them. CODE #inc....
  19. Programming In Glut (lesson 1)
    Creating a windwo (0)
    This is the first of six lessons I am transferring from Astahost for programming in GLUT, and after
    the six I hope to make more, I hope you enjoy. QUOTE Hello, I'm starting a series on how to
    program in OpenGL using the OpenGL Utility Toolkit, a.k.a. GLUT. I chose GLUT because it is quick
    and easy to write, and very easy to learn. In this tutorial I am going to teach you how to create a
    basic window which we will build off of in later tutorials. Throughout the tutorial I will leave
    notes to let you know what each command does, and how you can modify it to fit....
  20. Spice Up Your Forms
    With a bit of CSS and HTML alignment (11)
    Ever wonder how to make those stylish forms you see everywhere? Well now it's your change to
    learn. This short tutorial will show you how to do exactly that. Here is a bit of css to spice
    up the form. I have included comments to explain what classes will change what in the forms.
    CODE <style type='text/css'> .form table { background-color: #187cae; }
    /*The following css class will change the table cells within the .form div */ .form td {
    background-color: #bbe0f4;            padding: 3px;            border: 0px;         ....
  21. Do You Want To Use Php Code In Your Html Pages?
    Within two minutes you will! (9)
    Whilst searching around for help to setup cutenews blog I came across a way to use php in html pages
    - lo and behold it works! so I thought I'd share it with you all (Unfortunately I can't
    remember the site so I wrote this up a couple of minutes after I did it:) ). This method requires a
    web server with apache installed. So, luckily for us all this covers the whole of Trap17... even
    Qupis /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> Just
    to make the point, this is in no way a difficult task and it doesn't requir....
  22. How To Make A Simple File Based Shoutbox Using Php And Html
    (8)
    A simple tut to make a simple shoutbox. Let me jump right in. First of all you need the standard
    equipment for PHP, an IDE like XAMPP and an editor like PHP EDITOR 2OO7. Were going to make a
    simple guestbook using three files, webpage.php, shout.php and shout.txt. Webpage.php can be
    changed to whatver you want, it will be the page on which the guestbok is shown, you could even use
    this code and add it to another php page n your site. Shout.php is the proccessing page and
    shout.txt is where the shouts are stored. Firstly we need to make the visual design of the box.....
  23. Simple Scripts In Html And Javascript
    Things like BackgroundColorChanger and so (7)
    like in the topic, here is a description how to change the Backgroundcolor "On The Fly", by klicking
    on a button or radio-box first, we ned the html-and body-tags, create a new html-file on your
    desktop and write the following: QUOTE <script language = "JAVASCRIPT">
    browser interpretation: html - tag means "hey, browser, here comes HTML" in the body-tag you define
    the looking of your site. you can add things like "bgcolor" for the background, "text" for the
    textcolor and link / alink / hlink / vlink to define the linkcolor ( ) the scripttag i....
  24. Document Type Declarations
    And why we use them in html pages (0)
    This code: CODE <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd"> <html> <head>
      <title>HTML 4.0 Strict document</title>     <meta
    http-equiv="content-type"  content="text/html;charset=utf-8" >     <meta
    http-equiv="Content-Style-Type"  content="text/css" > </head>
    <body>      <p>... Your HTML content here ...</p>      <p>... More
    HTML content here ...</p>   </b....
  25. Fast Template Design In Joomla Cms
    Basic knowlege of Html needed (2)
    Joomla is one of the most powerfull CMS sistems around. It is free under GNU/GPL license and
    everyone with simple knowlege of webdesign (and even without it) can use it for it's website.
    For now the only way i know on how to design a template in joomla is by using Dreamweaver and Joomla
    (joomlasolutions1.0.mxp-dreamweaver.mxp) extension for dreamweaver! Template design in joomla
    is quite simple really. This template that i'll show you is the most simplest of them all, but
    it's enough for one to learn Basics of template design. Further notice is that this....
  26. Integrating Html And Css Part 1
    (5)
    Ok. Well i am writing this as a series of tutorials i will be doing on this subject, so enjoy. I
    hope this helps. Introduction to HTML and CSS
    HTML and CSS are to work together. HTML is what puts the characters on the page, while CSS is what
    makes everything look outreageous! For instance, I would use HTML if i wanted to put "Trap17 is
    the poop!" onto my page, although if i wanted to make it look nice like this by adding a font,
    and maybe some color, then I would use CSS. Learn the HTML. Ok this is my lit....
  27. Tutorial: Help About C & C++ Programming Langauge
    (2)
    Help About C & C++ Programming Langauge Prologue I remember the time I
    started learning C. It was not too long ago. I liked programming, I always did, but I didn't
    know a lot of languages. The only languages I knew were useless, such as Visual Basic, PHP, ASP, and
    the basics of Javascript and VBScript. So I decided to learn a real language: C. So I downloaded
    some tutorials and started reading. The well known "Hello, world!" program didn't cause any
    difficulties, nor did the few programs after it. But then some new word showed up ....
  28. How To Create Html Page Anchors
    Click A Link And Take You To A Certin Place On The Same Page (5)
    Have you ever wondered how people have a normal link but all it does it take you to the middle of a
    long page? well here is a solution DEMO: Here Ok well first off for the link it will be just
    like a normal link code except you wont put a http://URL.com/file.php it will look somthing like
    this QUOTE name ">Click This Link! there must be a # sign in front of this to work..
    now, for the content that the person will be re-directed to after clicking the link QUOTE name
    "> the items in bold is what you need to change QUOTE name "> i....
  29. Basic Html (for Us Kids)
    (23)
    What is HTML? HTML (hypertext markup language) is computer language that is used to webpages. It
    can be confusing to understand for some of us kids. HTML pages are text files that has of HTML tags
    (they can place the text or images whereever you want to place it), and text you can place between
    the tags so the text willshow up on your page when you put it on the WWW. Tags are instructions that
    tell your browser what to show on ya website. They break up your webpage into basic sections. All
    tags start with a (right bracket). If you are a starter you need 4 tools A....
  30. HTML tags and examples
    Condensed form of course from my site... (37)
    Well, I decided to try and help out some of the users here who might be unexperienced in HTML, so I
    condensed the begginer's HTML course at my website. Here it is... Lesson 1 HTML means Hyper
    Text Markup Language. HTML is a very common language used for many websites, is the base for more
    complicated and powerful langauges like php, HTML can seem hard, but you will find it is one of the
    easiest langauges one can learn. The core of HTML is the tag, a tage is just a set of two
    arrows-like brackets created by hitting Shift and the comma key, or Shift and the period....

    1. Looking for web, programming, tuts, beginner, html, beginner

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for web, programming, tuts, beginner, html, beginner

*MORE FROM TRAP17.COM*
Similar
Create Dynamic Html/php Pages Using Simple Vb.net Code - Taking your application data, and creating a webpage for others to vie
Add Flashing Inbox To Invisionfree Forum - Html code for invsiionfree!!
How To: Html Tables. - I find these really useful.
[php] Clean Code Functions - Clean up your html output from php scripts
Cakephp On Ubuntu - using your own public_html folder
Html Span
Html Bdo...
Want-to-start Html Tutorials - An HTML tutorial that covers the basics
Creating Navigation For Html Websites - Have a common navigation menu for the whole website!
Create A Simple Html Editor With Php And Javascript
Html Legend - Learn how to create a handy legend with HTML!
Programming Using Basic Language! - This topic will be big - PM me for more!
[asp Tutorial]basic Info & Download/installation Tutorial For Asp.net 2.0 - Tutorial Type:Beginner-Advance
Programming In Glut (lesson 6) - Texture filters and lighting
Programming In Glut (lesson 5) - Texture mapping and keyboard controls
Programming In Glut (lesson 4) - Creating 3D objects
Programming In Glut (lesson 3) - Animating your objects
Programming Glut (lesson 2) - Drawing 2D objects
Programming In Glut (lesson 1) - Creating a windwo
Spice Up Your Forms - With a bit of CSS and HTML alignment
Do You Want To Use Php Code In Your Html Pages? - Within two minutes you will!
How To Make A Simple File Based Shoutbox Using Php And Html
Simple Scripts In Html And Javascript - Things like BackgroundColorChanger and so
Document Type Declarations - And why we use them in html pages
Fast Template Design In Joomla Cms - Basic knowlege of Html needed
Integrating Html And Css Part 1
Tutorial: Help About C & C++ Programming Langauge
How To Create Html Page Anchors - Click A Link And Take You To A Certin Place On The Same Page
Basic Html (for Us Kids)
HTML tags and examples - Condensed form of course from my site...
advertisement



Web Programming Tuts For The Beginner - HTML for the beginner



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE