Loading

[NEW SOLN] WEBD 125 WEEK 1 ASSIGNMENT MARKING UP YOUR SITE AND FTP’ING TO COTON

[SOLVED] WEBD 125 WEEK 1 ASSIGNMENT MARKING UP YOUR SITE AND FTP’ING TO COTON: The first step in building your site is to build the structural HTML, the foundation of your site. For now you’re just marking up the site; you will add styles and other features later in the course. Be sure to refer to the lectures this week for resources to use when completing this assignment.

[SOLVED] WEBD 125 WEEK 1 ASSIGNMENT MARKING UP YOUR SITE AND FTP’ING TO COTON: Note:�Each week you will build upon your site. You will need to incorporate feedback that you receive this week from your instructor in the new file that you create for next week’s assignment. Each week’s assignment will include this in the instructions.

Instructions:

  1. Find a location on your computer where you want to store your local files. It could be the Desktop, Documents, anywhere on your computer you’d like. 
  2. Create a folder called ‘WEBD125’. This will be your local root directory for your files. 
  3. Inside your local ‘WEBD125’ folder, create the following directories (folders): ‘html’, ‘css’, and ‘images’.
  4. Open your HTML editor (your IDE, such as Sublime Text) and create a file called ‘index.html‘ in your ‘html’ folder in your local root. 
  5. In your index.html file, mark up the website with all required elements including:
    1. An HTML doctype. 
    2. An HTML root element, followed by a head element, with a meta tag declaring a charset of ‘utf-8’, and a title tag nested inside the head element.  
    3. Copy the snippet below (everything up to and including the closing body tag), and paste it into your HTML file as your body element.
  6. [SOLVED] WEBD 125 WEEK 1 ASSIGNMENT MARKING UP YOUR SITE AND FTP’ING TO COTON:
  1. In the first <h1> after the opening <body> tag, enter your name to replace “Your Name”.
  2. Add to your title tag: ‘Firstname Lastname’ – using your own name. 
  3. Be sure the code is neatly indented and well-formed.
  4. Enter at least two comments in your HTML code.

7. Save all your files and FTP everything to your Coton root folder:

  1. Open your FTP and log in to your remote server. 
  2. Drag the ‘html’, ‘css’, and ‘images’ folders from your local root to your remote root:
Support