Question

Directions The following Web page should be created using Notepad (PC users) or TextEdit (MAC users). DO NOT use Word or any Code for the movies page:

<html lang="en">

<head>

<meta charset="UTF-8" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link rel="stylesheet" type="text/css" href="style.css" />

<title>Daniel's Movie Page</title>

</head>

<body>

<a href="hobbies.html">Hobbies</a>

<h1>Movies and Actors</h1>

<ol>

<li class="ol-list1">Gravity</li>

<li>Avenger</li>

<li>Marshal</li>

<li>Interstellar</li>

<li>Dark Knight</li>

<li>Superman</li>

</ol>

<ul>

<li class="ul-list1">Robet Downey jr.</li>

<li>Sharuk Khan</li>

<li>Ranbir Kapoor</li>

<li>Sidhhart Malhotra</li>

<li>Angela Joli</li>

<li>Leonardo DiCaprio/li>

</ul>

<h2>Favorite Movie</h2>

<p>

<b>Gravity:</b> The movie portrayed what happens to an astronaut if he/she

is pushed away from spaceship.It was terrifying how much risk they have to

take when they are in space to fix the space station.

</p>

<h2>Favorite Actor</h2>

<p>

<b>Benedict Cumberbatch:</b>A British actor, who have played many role in

many movies. He always play the character flawlessly. He have played most

famous roles like Doctor Strange and Sherlock Holmes

2 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution:

Hobbies.html

<html>
<head>
   <title>Daniel's Hobbies page</title>
   <link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
   <a href="movies.html">Movies</a>
   <h1>Heading 1</h1>
   <h2>Heading 2</h2>
<table border ="1" style="width:50%">
<tr>
<th>Reading books</th>
<th>Watching Movies</th>
</tr>
<tr>
<th class="th-class">Surfing Internet</th>
<th>Games</th>
</tr>
</table></br>
<img src="https://picsum.photos/200/300" alt="Italian Trulli">
</body>
</html>

style.css

h1{
   color: red;
}
h2{
   color: blue;
}
p{
   color:green;
   font-family: Arial;
}
ol {
font-family: cursive;
}
ul{
   font-size: 28px;
}
table{
   border: solid;
   background-color: purple;
}
li.ul-list1{
   color: orange;
}
li.ol-list1{
   font-family: Arial;
}
th.th-class{
   background-color: orange;
}

C Code For The Movies Page: Danie X Daniels Hobbies page X Daniels Movie Page - x + - 0 x f → C File C:/Users/B.G/Desktop/hX Daniels Movie Page + - 0 x C Code For The Movies Page: Danie Daniels Hobbies page + * c O File | C:/Users/B.G/Desktop/bg.

Thank you, Have a great day:-)

Add a comment
Know the answer?
Add Answer to:
Code for the movies page: <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • <!DOCTYPE HTML> <html lang="en"> <head>    <meta charset="utf-8"> <title>Plaid Scarf Selector</title>    <link rel="stylesheet" href="a3.css" />...

    <!DOCTYPE HTML> <html lang="en"> <head>    <meta charset="utf-8"> <title>Plaid Scarf Selector</title>    <link rel="stylesheet" href="a3.css" />    <script src="a3.js"> </script> </head> <body>    <section>        <h1> Plaid Scarf Selector </h1><br>        <p>Feels close to real cashmere (but costs a lot less).        Think of this scarf as the next best thing to wearing authentic cashmere.        Its microsueded fabric really is that soft. In fact, at first touch some        mistake if for the real...

  • Create an external style sheet named Lab05.css. In this style sheet put the following styles: At the top of the style sheet, add the line: @charset "utf-8"; Add this comment: /* Lab 5 Extern...

    Create an external style sheet named Lab05.css. In this style sheet put the following styles: At the top of the style sheet, add the line: @charset "utf-8"; Add this comment: /* Lab 5 External Style Sheet - Brandon  */ Style the h1 element with a background color of lightgreen and center the text. Style the p element with a blue text color and yellow background color. Style the p element of class .firstclass with a green text color. Style the...

  • This is my code so far: <!DOCTYPE html> <html> <head> <title>JavaScript is fun</title> <meta charset="utf-8" />...

    This is my code so far: <!DOCTYPE html> <html> <head> <title>JavaScript is fun</title> <meta charset="utf-8" /> </head> <body> <script type ="text/javascript"> //declare a variable and store text in it var x = "JavaScript is fun"; //write the variable 5 times document.write(x + x + x + x + x); //store 5 as string in variable x x = "5"; //store 3 as string in variable y var y = "3"; //write the value x + y to the document document.write("<br>");...

  • Javascript to edit a HTML file. Where to begin? <!doctype html> <html>    <head>      <meta charset="utf-8">      <title>TODO:...

    Javascript to edit a HTML file. Where to begin? <!doctype html> <html>    <head>      <meta charset="utf-8">      <title>TODO: Change The Title</title>    </head>    <body>      <h1></h1>      <p>First paragraph.</p>      <p class="intro">Second <span>paragraph</span>.</p>      <button id="start">Start</button>      <main> </main>      <!--       Test 6: DOM Programming       You MAY consult the notes for week 7, but you MAY NOT discuss this test or       your code with any other students.  All work must be your own.       Instructions:              1. Put all solution code in a file named solution.js.  When you upload your          solution to...

  • JUDY'S HTML TUTORIAL MENU CREATING YOUR FIRST WEB PAGE The best way to make a web...

    JUDY'S HTML TUTORIAL MENU CREATING YOUR FIRST WEB PAGE The best way to make a web page is to just dive right in. Open Notepad. To open notepad in Windows, click the windows icon in the lower left corner of the screen and then type "notepad." Notepad is a text editor. Other text editors you may consider are TextPad, Sublime Text, or NotePad++. Do not use Word or WordPad; they are word processors. If you are using an Apple computer...

  • Create a HTML code on HTML tags and attributes Add textual content to your page which...

    Create a HTML code on HTML tags and attributes Add textual content to your page which describes your topic. Your text does not have to be all that unique. You can copy from the textbook or other sources as long as you cite your sources. Remember, you are trying to explain something to another student. Task 2: Find at least three (3) resources on the Internet which also explain your topic and add them as links (<a>) to your page...

  • <!-- Title: Week2 Lab2 Author: Lovcita Jean-Michel Date: 07/18/2020 --> <!DOCTYPE html> <html lang="en"> <head> <meta...

    <!-- Title: Week2 Lab2 Author: Lovcita Jean-Michel Date: 07/18/2020 --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title> Week2 Lab2 </title> </head> <body> <h1> Video Call Platforms </h1> <h2> Top Competition in Education </h2> <p> There are many companies competing to be platform of choice for viraleducation.Below are a few of the choices that schools may use. <ul> <li> Zoom </li> <li> Google Meet </li> <li> Microsoft Teams </li> </ul> <h2> Free Plan Details </h2> <p> Each platform offers free...

  • HTML Decide on a subject for your first web page. All page content must be related...

    HTML Decide on a subject for your first web page. All page content must be related to this subject. Create your first web page. Name the file Brandon-Lab01.html. The page must contain the foundation !DOCTYPE, html, head, and body tags. The html tag must also include the lang attribute with a value of en Place the following in the head of your page: Title the page Lab 1 - Brandon. Add the meta character set tag. A <link href="Lab01.css" rel="stylesheet"...

  • Hello Ive been tryting to add the CDN of jquery to my html code and I...

    Hello Ive been tryting to add the CDN of jquery to my html code and I keep getting an error Need help with this : ​​ Navigate to www.code.jquery.com in your Chrome browser. On this page, you'll find different stable versions of jQuery. Select uncompressed for jQuery Core 3.3.1. Copy the <script> tag that is given to you. In store_hours.html, paste that tag directly above your body's closing tag. This is the jQuery CDN. After you paste this code into...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT