Question

In: Computer Science

go to w3schools online html editor • Your Name in Bold • Your Current College Major,...

go to w3schools online html editor

• Your Name in Bold

• Your Current College Major, Not in Bold text

• A horizontal line

• Your Favorite Hobby in Italics

• Your Favorite Movie written in Red text ... use any resource you would like (web/textbook/etc) to figure out how to complete this step.

• A picture from another website of your Favorite Book or Magazine

• Text under the Book or Magazine stating what it is or why it's your favorite

• A link to an interesting webpage, the link text must match the page you are linking to. (ie: Don't write CNN for the link, and have it point at MSNBC.com)

• A picture of an interesting person that is also a link to their wikipedia page. The picture itself must be the link, no actual text to click on.

• Embed a you tube video of your favorite music video.  

Solutions

Expert Solution

For some reason i cannot use you tube dot com here so go to this is the video and replace here here to you tube

<!DOCTYPE html>
<html>
<head>
   <title>Page Title</title>
   <style type="text/css">
       body{
           font-size: 25px;
       }
       .name{
           font-weight: bold;
       }
       .hobby{
           font-style: italic;
       }      
       .movie{
           color: red;
       }
       .book{
           width: 500px;
           height: 300px;
       }
   </style>
</head>
<body>
       <center>
           <p class="name">Your Name</p>
           <p>College major</p>
           <!-- hr tag for horizantal line -->
           <hr>
           <p class="hobby">Listening to music</p>
           <p class="movie">the perfect date</p>
           <!-- image to display image -->
           <img class="book"src="https://mk0thinklikeamop0kdi.kinstacdn.com/wp-content/uploads/2019/10/jay-shetty-book-fb.jpg"><br>
           <p>think like a monk is a book written by jay shetty.it is an amazing book, it helps to unleash the true potential of your life.</p>
           <a href="https://jayshetty.me/">Jay shetty</a><br><br>
           <!-- wrapping anchor tag around image -->
           <a href="https://en.wikipedia.org/wiki/Elon_Musk"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Elon_Musk_Royal_Society.jpg/220px-Elon_Musk_Royal_Society.jpg"></a>
           <br><br>
           <!-- embeded you tube video -->
           <!-- this is the video -->
           <iframe width="560" height="315" src="https://www.changehere.com/embed/gwLKAq9PlsQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
           <br><br>
   </center>
</body>
</html>


Related Solutions

<!DOCTYPE html> <html> <body> <!-- replace the text below with your name!--> <!-- --> <!-- -->...
<!DOCTYPE html> <html> <body> <!-- replace the text below with your name!--> <!-- --> <!-- --> <title> TYPE YOUR NAME HERE</title> <script> // // A bug collector collects bugs every day for five days. Write a function that keeps // a running total of the number of bugs collected during the five days. The loop // should ask for the number of bugs collected for each day, and when the loop is // finished, the program should display the total...
<!DOCTYPE html> <html> <body> <!-- replace the text below with your name!-->    <!-- -->   ...
<!DOCTYPE html> <html> <body> <!-- replace the text below with your name!-->    <!-- -->    <!-- -->    <title> name </title> <script> // // Write a function that calculates the amount of money a person would earn over // a period of years if his or her salary is one penny the first day, two pennies // the second day, and continues to double each day. The program should ask the // user for the number of years and...
Note: You need to show your work. Microsoft Word has an equation editor. Go to “Insert”...
Note: You need to show your work. Microsoft Word has an equation editor. Go to “Insert” and “Equation” on newer versions of Word. On older versions, go to “Insert” and “Object” and “Microsoft Equation.” If you choose instead to use Excel for your calculations, be sure to upload your well-documented Excel files so that I can check your work, but you still need to answer the questions IN THIS FILE! Chapter 5 Part A: A university found that 20% of...
What kinds of risk are included in investment risk? Go online to survey current or recent...
What kinds of risk are included in investment risk? Go online to survey current or recent financial news. Find and present a specific example of the impact of each type of investment risk. In each case, how did the type of risk affect investment performance?
A text editor window should pop up with the following source code (except with your actual name):
  A text editor window should pop up with the following source code (except with your actual name): csci1011.lab8;/**** @author Your Name*/public class Account {} Implement the Account class. Add a public enum called ACCOUNT_TYPE with two values CHECKING, SAVING Add the following private instance variables to the Account class: An instance variable called aType of type Enum ACCOUNT_TYPE. An instance variable called accountOwner of type String. An instance variable called interestRate of type double. An instance variable called balance...
Your child will go to the college in 2024 and you are building financial plan to...
Your child will go to the college in 2024 and you are building financial plan to prepare for the college tuitions and fees. The expected cash flow you need in first year is $40,000 and increases by 5% per year. Tuition is due on August 31st each year in 2024, 2025, 2026, and 2027. You will deposit the same amount of money every month from August 31st, 2018 to August 31st, 2024. If you believe that you can earn 4%...
Create and test an HTML document for yourself, including your name, address, and electronic mail address....
Create and test an HTML document for yourself, including your name, address, and electronic mail address. If you are a student, you must include your major and your grade level. If you work, you must include your employer, your employer’s address, and your job title. This document must use several headings and <em>, <strong>, <hr />, <p>, and <br /> tags. 2.2 Add pictures of yourself and at least one other image (of your friend, spouse, or pet) 2.3 Add...
Create, test, and validate an HTML document for yourself, including your name, address, and email address....
Create, test, and validate an HTML document for yourself, including your name, address, and email address. If you are a student, you must include your major and your grade level. This document must use several headings and <em>, <strong>, <hr />, <p>, and <br /> tags.
1-Introduce yourself by telling us your name,planned major at CSUDH, current hobbies,work ( if any) 2-...
1-Introduce yourself by telling us your name,planned major at CSUDH, current hobbies,work ( if any) 2- Define opportunity cost. What's the opportunity cost when you decide to do the following: a- Attend college instead of taking a job b- Watch a movie instead of studying for an exam. 3- What's the comparative advantage of the US versus Japan. Does comparative advantage benefit the two countries to trade with each other?
Assignment - Store Design and code a HTML/CSS/JS based web application for your online store. Assignment...
Assignment - Store Design and code a HTML/CSS/JS based web application for your online store. Assignment Specification · Minimum of SIX web pages are required for this assignment: § One Landing/Container Page ( a page with logo) § One Home Page § Three or more Product Line Pages (pages with product and it information ) § One Order Page (for customer to order a product after view the profuct on the product page) · Build internal CSS style sheets in...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT