Note : Do not copy paste code create your own standards


I) Create HTML file and Upload it on Webserver.



HTML Setup:

To setup an HTML just download a simple notepad or notepad ++ form notepad offical website https://notepad-plus-plus.org/ and install it in your PC.


1. How to create a HTML file:

  • Create a simple new file using notepad++ editor.

  • Save the file with file name "yourname.html”
            e.g. my first name is Tim last name is Berners-Lee. so i create the html file name with "tim.html"

  • In this example refer the below screenshot for details.


  • 2. Uploade the file on Webserver:

  • In this example we are uploading the file on dev04.apextsi.com. Get the FTP credentials from the IT department of Apex Technology and access it through FileZilla.

  • In this example we are using FTP credentials as follows:

    Host name : dev04.apextsi.com

    Username : saumitra

    Password : xxxxxxxxx

    Port No : 22



    Step 3: After uploading a HTML file in dev04 server we are running a HTML file by URL: http://dev04.apextsi.com/saumitra/emergentltd/training/resume/html/tim.html .

    NEXT