The first image is what we have to do for assignment and second image is what I
ID: 3852467 • Letter: T
Question
The first image is what we have to do for assignment and second image is what I have done so far My question is that I'm inserting an image and it's not working Isn't this the right format Please let me know what I am doing wrong Thanks SUMMER 2017 Assignment #4: A Single Web Page/My Page (Practice HTML) (20 marks, 5%) This a needed for other sites on the Internet, your task is to create a single Web page (filename: "mypage.html"), and upload it (eventually, when you are done it) to the directory specified in Assignment #3. will give you the opportunity to practice building a Web page. From this web page you will learn the necessary HTML tags 5 Using the reference material in the Lessons and Resources prov ded at the course Web ste ard avalable at Marking Scheme for My Page This web page must contain all of the following items: 1 XML Coding (Use the template provided) (1 Mark) 2 A title (1 Mark) 3. A heading (1 Mark) 4 A background colour using the hexadecimal coding scheme in theExplanation / Answer
I read the HTML code you've written.
I would like to mention 2 things here.
The first thing that will solve the issue is: The path seems like it is not the complete path.
In short, you are missing the user name to write in the path.
You can simply write your user name before Desktop folder for this time. For other locations, use the properties option of the image and you'll get the complete path and it is convenient as well.
Now, the second point is...
<img> tag is not a paired tag.
If you are following the simple HTML syntax, you should write it as:
<img src="" alt=" " > and so on
If you are following the XHTML standards which says a tag must be closed, be it a paired tag or stand alone tag.
So, in that case, we close the stand alone tag by putting a / before > as follows:
<img src="" alt=" " />
/> indicates end of stand alone tag so I would recommend you to use it because it is the standard and as this seems the starting phase for learning HTML, having good coding practice from beginning will help you a lot in future.
Do comment if there is any query. Thank you. :)
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.