Question

In: Computer Science

Hi, I need the HTML5 code for the below. About Me **Would like to add a...

Hi, I need the HTML5 code for the below.

About Me

**Would like to add a image of a plane or something related to travel here.

Mia Jo

I am taking this class to earn my Computer programmer CL1.

Things I Like to Do:

  • Spend time with family
  • Traveling
  • People Watch

Places I Want to Go or Have Visited:

Dubai- December'18 Enjoyed shopping and the desert safari the most.

Cuba- August '18 Enjoyed learning about the culture and history.

China- plan to visited next year!!! I can't wait to see the Great Wall of China!

Iceland- At the top of my bucket list.

Education:

I am a second semester student at Star College.

My Goals:

  • To earn my AAS degree.
  • See as much of the world as possible

Favorite Website:

https://www.travelchannel.com

Contact Information:

555 on my way st • Houston, TX 77339 • (218) 555-1212

Solutions

Expert Solution

<!DOCTYPE html> <!-- This is just to show that it is html5 document-->
<html>
<head>
<style> <!-- Inside the style tag you can add any styles like font, color and so on -->
body{
font-family:Times New Roman;
}
pre{
font-family:Times New Roman;
}
</style>
</head>
<body> <!-- All the contents are inside the body tag-->
<h2>About Me</h2> <!-- h2 is heading tag-->
<img src="https://tse4.mm.bing.net/th?id=OIP.eC9rdaWMRLQuOCTwRRJv6AHaEK&pid=Api&P=0&w=309&h=175" border=10 width=300 height=200/>
<p>Mia Jo</p>
<p>I am taking this class to earn my Computer Programmer CL1.</p> <!-- This is the paragraph tag-->
<h2>Things I Like to Do:</h2>
<p>Spend time with family</p>
<p>Traveling</p>
<p>People Watch</p>
<h2>Places I Want to Go or Have Visited:</h2>
<p><b>Dubai-</b>December'18 Enjoyed shopping and the desert safari the most.</p> <!-- <b> is used to represent in bold-->
<p><b>Cuba-</b>August'18 Enjoyed learning about the culture and history.</p>
<p><b>China-</b>plan to visited next year!!! I can't wait to see the Great Wall of China!</p>
<p><b>Iceland-</b>At the top of my bucket list.</p>
<h2>Education:</h2>
<p>I am a second semester student at Star College.</p>
<h2>My Goals:</h2>
<pre>To earn my AAS degree.
See as much of the world as possible</pre> <!-- <pre> is used to print the contents in different lines-->
<h2>Favorite Website:</h2>
<a href="https://www.travelchannel.com">https://www.travelchannel.com</a> <!-- <a> is the anchor tag that acts as a link-->
<h2>Contact Information:</h2>
<p>555 on my way st.Houston, TX 77339.(218)
555-1212</p>
</body>
</html>


Related Solutions

hi i need a code that will give me this output, For the multiply_list, the user...
hi i need a code that will give me this output, For the multiply_list, the user will be asked to input the length of the list, then to input each element of the list. For the repeat_tuple, the user is only asked to enter the repetition factor, but not the tuple. Your program should take the list created before and convert it to a tuple. output expected: (**user input**) ******Create your List ****** Enter length of your list: 3 ******...
Hi, Please I would like a critical analysis (economic scrap book) about this article below related...
Hi, Please I would like a critical analysis (economic scrap book) about this article below related to microeconomics. Thanks "Subdued Inflation Data Ease Market-Volatility Worries" U.S. economy shows few signs of overheating despite tight labor markets By Daniel Kruger The Wall Street Journal U.S. government-bond prices bounced Tuesday after closely watched data on consumer prices signaled inflation remains muted (faible), easing concerns among investors that rising prices could spark a fresh wave of volatility in financial markets. The yield on...
Hi, I would like the following python code rewritten in a different way/structure etc. I got...
Hi, I would like the following python code rewritten in a different way/structure etc. I got it from a question I posted but am worried fellow classmates will also be using it so am covering bases. her it is. #threeUniqueSongs.py #Simulation of professor listening to 3 songs out of playlist of 4 songs 10000 times sampling with replacement possible import random import math #Here playlist is the list of 4 songs i.e. "Eastside", "Better Now", "Lucid Dreams", "Harder, Better, Faster,...
Hi there, I need mpx2100ap arduino code do I need an amplifier to make this work...
Hi there, I need mpx2100ap arduino code do I need an amplifier to make this work ?
Hi, I would like to know about types of enteral feeding: symptons of intolerance and related...
Hi, I would like to know about types of enteral feeding: symptons of intolerance and related nursing interventions, nursing responsibilities related to NG tube feeding, and what assessment data would indicate desired outcome related to enteral nutrition? Thank you so much.
I need to add this checkpoint to an existing code that i have in python Checkpoint...
I need to add this checkpoint to an existing code that i have in python Checkpoint 1: Once you have created and tested the Bank Account Class create subclasses to the BankAccount class. There should be two subclasses, CheckingAccount and SavingsAccount. You should add interest_rate to the parent BankAccount class. To the CheckingAccount add variables called per_check_fee default to false and allow_overdraft default to True. To SavingsAccount add the variable transactions_per_month, default it to 5. Create instances of CheckingAccount and...
What do I need to implement this code. I need an ADT //--------------------------------------------- // This would...
What do I need to implement this code. I need an ADT //--------------------------------------------- // This would be the Student.h file //--------------------------------------------- #include <iostream> #include <cassert> using namespace std; // each student have a name, an ID (100000000~999999999), and three grades class Student { private: public: Student(); Student(); setName(); setId(); setGrade (); getName(); getId(); getGrade() ; printAll() ; }; //--------------------------------------------- // This would be the Student.cpp file //--------------------------------------------- //====================== YOUR CODE STARTS HERE ====================== Student::Student() //default constructor { } Student::Student(string aName,...
Hi, I would like the numerical solution for this task so I can be able to...
Hi, I would like the numerical solution for this task so I can be able to model it in a kinetic modeling programme like Berkely Madonna (BM). This was the reason why I started my membership with Chegg Study but unfortunately, the solution to this problem was not available. I'm looking forward to hearing from you. you will find the task in de link below. With kind regards, Ahmed https://www.chegg.com/homework-help/comprehensive-problem-multiple-reactions-heat-effects-styren-chapter-12-problem-24qp-solution-9780132317160-exc in J.Snyder en B.Subramaniam, Chem. Eng. Sci., 49, 5585 (1994)....
Hi I would like to see an example in c++ of Stack As Linked List I...
Hi I would like to see an example in c++ of Stack As Linked List I need a seek() function which receives a double number X and which returns in which position in the stack is X. If the value X is not in the stack, the function should return -1
I try to add the table content work, they will not allow me.. see below in...
I try to add the table content work, they will not allow me.. see below in another post pls One question pls i need help with this, kindly show your work as well so that i can learn. I WILL RATE IT AND LEAVE A COMMENT. THANKS Tidal Wave is considering purchasing a water park in San Diego comma California​, for $ 1 950 000. The new facility will generate annual net cash inflows of $ 500 000 for eight...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT