My first website 3) The code you add to your page must result in a completed web page, when rendered in Firefox, that looks like the page below (but with your own content). If should contain a) Your name in the place of the word "yourname" b) a list containing at least four of your favourite movies c) at least four images of your favourite movie characters, places you want to visit (or have visited), hairstyles, or something else. The width and height of all the images should be the same. All images should be references to images available on Internet (and not local files on your computer). Welcome to my first website my name is yourname Hint: You must properly use the following html tags to accomplish this task: , , , , , , or , , and Welcome to my first website My name is Sonya Allin I know EXCS1012 in challenging course, and I need to engage in problem solving activities from the first work o These are my fami These are images of places I have visited or want to visit Solaris, the version from 1972 2001 A Space Odyssey Alphaville Part 2: Manipulate a file using VS Code a) Find the index.html file that came with this lab on your own computer b) There are two ways to open this html file in VS code: a. right click on index.html, and click on Open With Other Application (the exact phrasing will vary depending on the operating system you use). If you do not see Visual Studio Code among the recommended applications, click on View All Applications, and scroll down until you see it, then double click on it. VS Code may (or may not) have your web browser automatically open the Visual Studio webpage. If it does, just close the web browser. b. alternatively, you can open the Visual Studio Code first, e.g., by going to Activities and clicking on its icon from list of applications. Once the VSCode is open you can go to "File>Open File ..." and from the dialog box navigate to your folder that contains index.html. Then click on index.html to open in VSCode. ♡ a do te 6 What you now see should look like this: alw You should replace MYNAME with your actual first and last name (using the English alphabet). To save the changes to the file, press Ctrl + S, or click on File (near top left) and then on Save. Part 3: reopening your page in a browser Repeat the steps in Part 1: Launch Firefox again, and then open your file. (If you do not know how, read Step 2 of Part 1 again.) Do you see your first and last name in what this time Firefox renders!? If not, do Part 2 again. Part 4: creating an HTML document named myIndex.html. 1) Launch the VSCode editor 2) In VSCode, open folder where you saved the lab files; then make a new file and save it as myIndex.html Now, type the following lines of codes in your myIndex.html file, and replace ... with your code:

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter13: File Input And Output
Section: Chapter Questions
Problem 8PE
icon
Related questions
Question

Please help me with this. I am not understanding how and what to do?

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<title> My first website</title>
</body>
</html>
3) The code you add to your page must result in a completed web page, when rendered in
Firefox, that looks like the page below (but with your own content). If should contain
a) Your name in the place of the word "yourname" b) a list containing at least four of
your favourite movies c) at least four images of your favourite movie characters, places
you want to visit (or have visited), hairstyles, or something else. The width and height
of all the images should be the same. All images should be references to images
available on Internet (and not local files on your computer).
<h1> Welcome to my first website</h1>
<h2> my name is yourname</h2>
Hint: You must properly use the following html tags to accomplish this task: <h1>,
<h2>, <p>, <strong>, <u>, <hr>, <ul> or <ol>, <li>, and <img>
Welcome to my first website
My name is Sonya Allin
I know EXCS1012 in challenging course, and I need to engage in problem solving activities from the first work o
These are my fami
These are images of places I have visited or want to visit
Solaris, the version from 1972
2001 A Space Odyssey
Alphaville
Transcribed Image Text:<!DOCTYPE html> <html> <head> </head> <body> <title> My first website</title> </body> </html> 3) The code you add to your page must result in a completed web page, when rendered in Firefox, that looks like the page below (but with your own content). If should contain a) Your name in the place of the word "yourname" b) a list containing at least four of your favourite movies c) at least four images of your favourite movie characters, places you want to visit (or have visited), hairstyles, or something else. The width and height of all the images should be the same. All images should be references to images available on Internet (and not local files on your computer). <h1> Welcome to my first website</h1> <h2> my name is yourname</h2> Hint: You must properly use the following html tags to accomplish this task: <h1>, <h2>, <p>, <strong>, <u>, <hr>, <ul> or <ol>, <li>, and <img> Welcome to my first website My name is Sonya Allin I know EXCS1012 in challenging course, and I need to engage in problem solving activities from the first work o These are my fami These are images of places I have visited or want to visit Solaris, the version from 1972 2001 A Space Odyssey Alphaville
Part 2: Manipulate a file using VS Code
a) Find the index.html file that came with this lab on your own computer
b) There are two ways to open this html file in VS code:
a. right click on index.html, and click on Open With Other Application (the
exact phrasing will vary depending on the operating system you use). If you do
not see Visual Studio Code among the recommended applications, click on View
All Applications, and scroll down until you see it, then double click on it. VS
Code may (or may not) have your web browser automatically open the Visual
Studio webpage. If it does, just close the web browser.
b. alternatively, you can open the Visual Studio Code first, e.g., by going to
Activities and clicking on its icon from list of applications. Once the VSCode is
open you can go to "File>Open File ..." and from the dialog box navigate to
your folder that contains index.html. Then click on index.html to open in
VSCode.
♡ a do te
6
What you now see should look like this:
alw
<Sel
to the text
dat daaring 11 12 13 the C
Wigh
For exister wat in for your
I learcati,
tral"), wa sp
berp
Jacated
"W
de dow or your legint.
the ship
Termind Infant-click the dotter, and
This Y
alon d the wor
Tyrk.co
w in the art the trib
Is the content of this file familiar to you? If your answer is no, do Part 1 (above) again.
c) Now, go to line 8 and change it to this:
Hello world! Welcome to the Web Sand
My name is MYNAME!</h1> You should replace MYNAME
with your actual first and last name (using the English alphabet).
To save the changes to the file, press Ctrl + S, or click on File (near top left) and then on Save.
Part 3: reopening your page in a browser
Repeat the steps in Part 1: Launch Firefox again, and then open your file. (If you do not know
how, read Step 2 of Part 1 again.) Do you see your first and last name in what this time Firefox
renders!? If not, do Part 2 again.
Part 4: creating an HTML document named myIndex.html.
1) Launch the VSCode editor
2) In VSCode, open folder where you saved the lab files; then make a new file and save it as
myIndex.html
Now, type the following lines of codes in your myIndex.html file, and replace ... with
your code:
Transcribed Image Text:Part 2: Manipulate a file using VS Code a) Find the index.html file that came with this lab on your own computer b) There are two ways to open this html file in VS code: a. right click on index.html, and click on Open With Other Application (the exact phrasing will vary depending on the operating system you use). If you do not see Visual Studio Code among the recommended applications, click on View All Applications, and scroll down until you see it, then double click on it. VS Code may (or may not) have your web browser automatically open the Visual Studio webpage. If it does, just close the web browser. b. alternatively, you can open the Visual Studio Code first, e.g., by going to Activities and clicking on its icon from list of applications. Once the VSCode is open you can go to "File>Open File ..." and from the dialog box navigate to your folder that contains index.html. Then click on index.html to open in VSCode. ♡ a do te 6 What you now see should look like this: alw <Sel to the text dat daaring 11 12 13 the C Wigh For exister wat in for your I learcati, tral"), wa sp berp Jacated "W de dow or your legint. the ship Termind Infant-click the dotter, and This Y alon d the wor Tyrk.co w in the art the trib Is the content of this file familiar to you? If your answer is no, do Part 1 (above) again. c) Now, go to line 8 and change it to this: Hello world! Welcome to the Web Sand My name is MYNAME!</h1> You should replace MYNAME with your actual first and last name (using the English alphabet). To save the changes to the file, press Ctrl + S, or click on File (near top left) and then on Save. Part 3: reopening your page in a browser Repeat the steps in Part 1: Launch Firefox again, and then open your file. (If you do not know how, read Step 2 of Part 1 again.) Do you see your first and last name in what this time Firefox renders!? If not, do Part 2 again. Part 4: creating an HTML document named myIndex.html. 1) Launch the VSCode editor 2) In VSCode, open folder where you saved the lab files; then make a new file and save it as myIndex.html Now, type the following lines of codes in your myIndex.html file, and replace ... with your code:
AI-Generated Solution
AI-generated content may present inaccurate or offensive content that does not represent bartleby’s views.
steps

Unlock instant AI solutions

Tap the button
to generate a solution

Knowledge Booster
Graphical User Interface
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L