HTML Web Page project:
Need help to create a web page exactly as the example below using HTML. I need the source code.

HTML code: Save this below code as index.html
<htm>
<head>
<title>CA272 Midterm</title>
<style type="text/css">
</style>
</head>
<body>
<h1 style="text-align: center;">Welcome to <span
style="font-style: italic; color:#00f">your_name's</span>
CA272 Midterm</h1>
<h4>Text</h4>
<p>
In this class, I learned how to...
</p>
<ol>
<li>create an <b>(X)HTML web
page</b>,where i can</li>
<li>change <small>the
size of my font.</small></li>
<li>change <font
color="#f00">the size of my font.</font></li>
<li>change <span
style="font-style:italic">my font
style.</span></li>
<li>and change the background
color of my web page.</li>
</ol>
<h1>Images</h1>
<p><img src="cameron_log0.JPG"
style="float:right;width:149px;height: 231px">I also leaned how
to insert and float an image on my web page. For example, here is a
image with the proper dimension and alternate text tages. I can
also link an image to another web page. If you click on the image
to the right, it will take you to <b>Cameron Moll's</b>
site at<a
href="#">www.cameronmoll.com</a></p>
<h1>Links</h1>
<p>I can also create links</p>
<ul>
<li>relative links are best
used___________</li>
<ul>
<li>here is an example of a
relative link to a <a href="#">neighboring
image</a></li>
</ul>
<li>absolut links are best
used___________</li>
<ul>
<li>here is an example of a
absolute link to a <a
href="#">csszengarden</a></li>
</ul>
<li>named anchors are best used
when___________</li>
<ul>
<li>this named anchor takes
you to the <a href="#">top of this
page</a></li>
</ul>
</ul>
<p>I can open a link in a new window too. Try
this link to<a href=""
target="_blank">csszengarden</a></p>
<p style="text-align: center">
Feel free to contact me at<br>
<a href="mailto
:your_emailaddress.com">your_emailaddress</a><br>
If you have any questions about
this midterm.
</p>
</body>
</htm>
Sample web-page:


HTML Web Page project: Need help to create a web page exactly as the example below...
Could you create a website based on html and css? Details in the
below: Note: You can put link that I can download
that folder
Based on Project 2-1, do the necessary changes to have a webpage
structure of a header, main, and footer sections. Then:
•Set the width of the page to 700px
•Use the font family starting with Verdana
•Move one of the images from your Project 2-1 to the header.
•Set the width of the header image...
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 CSS-styled Table Page For this Assignment you will first read the appropriate chapters in the textbook and then a create web page, for example called table.html, in your ubunix.buffalo.eduaccount just as you did in Home Page Assignment. Assignment Requirements Your new web page should utilize the following HTML tags and include the following: A <body> tag that uses an appropriate style value to change the background color of the web page. Appropriate <table>, <tr>, <th>, and <td> tags...
i need help with this web page project and i need the code too for this web page Include two or three HTML features that make the website more robust, dynamic, and professional. Which features you opt to add can be discussed in the discussions. Some ideas might be to have all three types of links (internal to the page, links to your other pages, or links to other websites). Complete a Contact Us page which includes a form. Try...
Place an e-iall k t0 yuIJU 6. Create a web page about your favorite sports team with a two-column table that list the positions and starting players. Use embedded CSS to style the table border, back ground color, and center the table on the web page. Place an e-mail link to yourself n the web page. Save the file as sport8.html. 7. Create a web page about your favorite movie that uses a two-column table contain- ing details about the...
1. Write the HTML code to create a fragment identifier at the beginning of a web page designated by the word “top”. 2. Write the HTML code to create a hyperlink to the named fragment designated by “top”. 3. Write the HTML code to assign the header element to the appropriate ARIA landmark role, as shown in the slides. 4. Write the HTML code to associate a web page with an external style sheet named myprint.css to configure a printout....
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...
Create a web page: That includes an unordered list describing 2 – 3 courses you are taking this semester The text My Current Courses should be contained within <h2> tags The page should include a hyperlink to the home page Write the HTML code so one your listed courses is configured by using a class named favorite The web page should use the external style sheet named ass3.css Save the page as current.html
please help me with this project subject: Web and Mobile Development You are to create a page that has four images that are links to other schools in the New England area. Each image is to be controlled in size by a CSS responsive design. The page is to appear balanced by an appropriate, complimentary, background color. White is not an option as a background color. Look up how to make image links on W3Schools. There is to be a...
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...