Create a personal web page using html

Assignment Help Web Project
Reference no: EM131960337

Assignment

You will create a personal web page using HTML. HTML (HyperText Markup Language) is a standard markup language used to format web pages (it is not a programming language). You will upload your HTML code to your UCSC server, and then anyone can view your web page on the internet.

This assignment will be out of 1000 possible points.

Before You Start:

• We highly recommend using a specialized text editor, such as Notepad++ for Windows. Do not use a standard word processor, like Microsoft Word. It will mangle your code in unforeseen ways. And do not use a web page generator (it is easy to tell the difference).

• Open your text editor and start writing your HTML code in a blank document. Be sure to save your file as "index.html" (all lowercase). There is probably a drop-down menu in the save window that will let you choose HTML. Do not save your file as "index.txt".

• To edit your index.html file later, do not double-click on the file on your computer. Instead, either right click on index.html and choose your text editor, or open the text editor first and open index.html from there.

• To preview your index.html file, double-click on you index.html file to open it in your default browser (i.e. Firefox, Chrome, Safari, Internet Explorer, etc.). This is a preview of what your HTML website will look like when you upload it to your UCSC server.

• You may use the professor's example web page as a starting point. Simply go to the website and view the page's source code (sometimes achieved by pressing Control-U on your keyboard). The website has only some of your required items. Be sure to use different content and values than the professor.

• Do not copy-and-paste the professor's source code into your file. This sometimes leads to unseen errors in the code (this becomes very important in the Javascript assignment). Instead, type all your code by hand. This is an important practice for all programmers.

• You can find a list of many HTML tags here. In general, if you do not know the HTML tag for something, a Google search will help (ex. search "centered text html").

• For full credit, you must close all your HTML tags. For example, <B> must eventually close with </B>, <LI> must eventually close with </LI>, etc.

Required Items:

1. Title (this is different than a heading)
2. Headings of two different sizes (ex. h1, h2, h3, etc.)
3. Colored background (other than white)
4. "Mailto" link to your email address
5. Hyperlink to another website (must use a URL, not a file path)
6. Bold text and italic text
7. Centered text
8. Horizontal line (aka "horizontal rule")
9. Ordered list (numbered list) and unordered list (bulleted list)
10. A working picture. Must use http for the link rather than a local reference. (I'll explain this part in class, or you can look at the example page.)

• Note: Your web page must be uploaded to your public_html folder and the index.html must be submitted to Canvas.
Uploading:

1. Download and install a Secure File Transfer Protocol (SFTP) program, such as Cyberduck, which you can download from the Files section of the class portal.

2. To install Cyberduck for Mac, open the Cyberduck zip file to create Cyberduck.app

3. To install Cyberduck for Windows, run the Cyberduck installer

4. Click "Open Connection" in the top left corner

5. Change "FTP (File Transfer Protocol)" to "SFTP (SSH File Transfer Protocol)" and then enter:

o Server:

o Username: your UCSC username

o Password: your UCSC blue password

6. Click "Connect." If an "Unknown Fingerprint" warning comes up, click "Allow"

7. Select the "public_html" folder. Note: Do not delete, rename, or move the public_html folder. It is a special folder created by the UCSC IT department.

8. To upload your website to the internet, simply drag and drop your index.html file from your computer into the public_html window. Remember, anything you upload is publicly available online for anybody. Also, whatever file is named "index.html" becomes your homepage (hence the importance of naming your file index.html).

9. If you want to upload any other files (ex. a picture to include on your website), drag that file to public_html as well. That file can be accessed/referenced (replace "username" with your UCSC username and replace "filename" with the name of your uploaded file, like "cat.jpg")

10. Now visit your website live on the internet (replace "username" with your UCSC username).

11. If you want to update your website, just change your HTML code in your index.html file and drag it into public_html again.

Attachment:- HTML-Assignment.rar

Reference no: EM131960337

Questions Cloud

Examine risks and vulnerability associated with public cloud : Examine the risks and vulnerabilities associated with public clouds, private clouds, and hybrids. Include primary examples applicable from the case studies.
Additional tax will firm owe if taxable income increases : Nevada Mining currently has taxable income of 80,200. How much additional tax will the firm owe if taxable income increases by 22,200?
What will you report for the total maintenance cost : You have been asked to calculate the total maintenance cost for an output level of 27,000 units. What will you report for the total maintenance cost
Analyze a current ethical issue of marketing : For your individual term paper, you are going to analyze a current ethical issue that confronting the world of marketing.
Create a personal web page using html : You will create a personal web page using HTML. HTML (HyperText Markup Language) is a standard markup language used to format web pages.
What was the annual amount of depreciation : What was the annual amount of depreciation for the years 2013, 2014, and 2015 using the straight-line method of depreciation
What is present value : An investment will pay you $19,000 in 10 years. The appropriate discount rate is 7 percent compounded daily. What is the present value?
What will motivate your customers to buy now : Why is your company uniquely posited to serve this market? Why will customers choose you rather than your competitors?
What is the value of the stock ex-rights : What is the value of the stock ex-rights? What is the amount of immediate profit you can make on ex-rights day per share?

Reviews

Write a Review

Web Project Questions & Answers

  Describe two popular web server software products

Web server configuration depends on the web server software that is used. Describe two popular web server software products and the advantages of each

  Design an application for domicile designs

Design an application for Domicile Designs that gets sales transaction data, including an account number, customer name, and purchase price.

  Description of the nominated mobile web applications

Provide an overview and description of the nominated mobile web applications. Identify and elaborate the main opportunities, problems gaps of the mobile web applications, drawing on your first impression of the: how particular mobile web application..

  Create a simulation of the classic board game

For this homework assignment, I want you to create a simulation of the classic board game, Monopoly. You will not be simulating the entire game. You will be simulating only the movement of pieces, and will keep track of which squares the pieces lan..

  Presentation of design alternatives for engineering systems

Development, evaluation and presentation of design alternatives for engineering systems and projects using principles of engineering economy and cost benefit analysis. Engineering profession, professional ethics and related topics.

  Frameset based questions

Surf the Internet to view Web sites that have been constructed as single pages and with frames pages. Compare and contrast the two different styles.

  Design a web page for attracting travelers

Decide the way you would best represent the destination as an exciting and interesting place to visit - Apply layer styles and filter effects to your design

  What a programmer has to do to implement the feature

COS10020- briefly describe the interaction required to trigger the event and what a programmer has to do to implement the feature. Provide a hyperlink to the page where the enhancement is implemented in your website.

  How to create a dynamic dropdown list in html

How to Create a dynamic Dropdown list in html with php and getting data from a MySQL server?

  Drawbacks and benefits of working with multiple tables

Discuss the drawbacks and benefits of working with multiple tables? Present an example of a situation where multiple tables would be appropriate in an application and discuss why this approach is needed in this scenario.

  Create an inverse navbar

Create an inverse navbar - What file would the CSS need to go in? Remember, I'm using Bootstrap and I have to accomplish this with Bootstrap.

  Identify potential security weaknesses

In this phase you will choose either Aircraft Solutions or Quality Web Design as the company you will work with. You will then identify potential security weaknesses

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd