Basics of Web Design: Html5 & Css3
Basics of Web Design: Html5 & Css3
4th Edition
ISBN: 9780134444338
Author: Terry Felke-Morris
Publisher: PEARSON
bartleby

Concept explainers

Question
Book Icon
Chapter 12, Problem 2HOE
Program Plan Intro

Program Plan:

  • Include the HTML tag using <html>.
    • Include the header tag using <head>.
      • Include the background color using <bgcolor=""> tag.
      • Include the title on the webpage using <title> tag.
      • Include the style using <style> tag.
      • Include the footer using <footer>.
      • Close the style tag using </style>.
    • Close the header tag using </head>.
    • Include the body tag using <body>.
      • Include the heading to be displayed in the webpage using <h1> </h1> tag pair.
      • Include the ordered list using <ol><li> and </li></ol> tag pair.
      • Include the hyperlink of required website using <a> tag.
      • Include the main using <main> tag.
      • Include the table using <table> tag.
      • Close the table using </table> tag.
      • Close the main using </main> tag.
    • Close the body tag using </body>.
  • Close the file using </html> tag.

Expert Solution & Answer
Check Mark
Program Description Answer

The following program code describes about the webpage that includes the information about the hosting websites.

Explanation of Solution

Program:

<!--HTML Tag-->

<html lang="en">

    <!--Alignment for background color-->

    <body bgcolor="#E6E6FA">

        <!--Head Tag-->

        <head>

        <!--Title Tag-->

        <title>Hosting Websites</title>

        <meta charset="utf-8">

            <!--Style Tag-->

            <style type="text/css">

            table, th, td {

                border: 1px solid black;

                border-collapse: collapse;

            }

            #holder{

                min-height: 100%;

                position:relative;

            }

            #body{

            padding-bottom: 350px;   /* height of footer */

            }

            <!--Alignment for footer-->

            footer{

                height: 100px;

                width:100%;

                position: absolute;

                left: 0;

                bottom: 0;

            }

            <!--Close Tag-->

            </style>

        <!--Close Tag-->

        </head>

        <!--Alignment for Body Tag-->

        <body>

            <!--Alignment for Header Tag-->

            <h1>Hosting Websites</h1>

                <!--Alignment for Ordered List Tag-->

                <ol>

                <li><a href="https://www.1and1.com/web-hosting?ac=OM.US.US469K02463T2103a&PID=1238355&cjevent=5d9fba366d7a11e880c101b60a180513">1&1 Web Hosting</a></li>

                <li><a href="https://in.godaddy.com/offers/web-hosting?isc=cjc1hos5&utm_source=cj&utm_medium=affiliate&utm_campaign=xx-xx_corp_affiliate_base&utm_content=Opie+Marketing_1132585&tgt=1238355">GoDaddy</a></li>

                <li><a href="https://www.hostpapa.com/lp/hosting-review-discount-pricing?_ga=2.124435724.70132745.1528723092-1100687200.1528723092">HostPapa</a></li>

            <!--Close Tag-->

            </ol>

            <!--Alignment for Header Tag-->

            <h1>Table for Hosting Websites</h1>

            <!--Alignment for Main Tag-->

            <main>

                <!--Alignment for Table-->

                <table style="width:40%">

                <tr>

                  <th>Table of Contents</th>

                  <th>1&1 Web Hosting</th>

                  <th>GoDaddy</th>

                  <th>HostPapa</th>

                </tr>

                <tr>

                  <td>Setup Fees(in rupees)</td>

                  <td>66.7755</td>

                  <td>99</td>

                  <td>266.4275</td>

                </tr>

                <tr>

                  <td>Monthly Fees (in rupees)</td>

                  <td>538.9255</td>

                  <td>449</td>

                  <td>538.9255</td>

                </tr>

                <tr>

                  <td>Domain Name Registration Costs</td>

                  <td>Free</td>

                  <td>Free</td>

                  <td>Free</td>

                </tr>

                <tr>

                  <td>Amount of Disk Space</td>

                  <td>100GB</td>

                  <td>100GB</td>

                  <td>Unlimited</td>

                </tr>

                <tr>

                  <td>Type of E-commerce Package</td>

                  <td>Basic</td>

                  <td>Economy</td>

                  <td>Starter</td>

                </tr>

                <tr>

                  <td>Cost of E-commerce Package</td>

                  <td>538.9255</td>

                  <td>449</td>

                  <td>538.9255</td>

                </tr>

                <!--Close Tag-->

                </table>

            <!--Close Tag-->

            </main>

        <!--Alignment for footer-->

        <div id="holder">

        <div id="body"></div>

        <!-- email link attachment -->

        <br>

<A HREF="mailto:name@mydomain.comCli">xyz@gmail.com</A>

        <p>Name:XYZ</p>

        </div>

    <!--Close Tag-->

    </body>

<!--Close Tag-->

</html>

Sample Output

Output:

Screenshot of the webpage

Basics of Web Design: Html5 & Css3, Chapter 12, Problem 2HOE

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
In about 200 words, describe the technologies Web servers use to tailor customized Web pages that respond to users’ requests. In your answer, include a comparison of client-side and server-side approaches and outline the advantages of each.
Describe the use of WebSockets in real-time web communication. Provide examples of applications where WebSockets are beneficial.
Define Web services. How are Web services used? Provide examples of Web services. Note how XML (eXtensible Markup Language) allows different applications from different platforms to communicate. Define intranet. Explain how intranets are used. List intranet applications. Note technologies, devices, and software used with intranets. Define extranet. Mention how extranets are used. Web srevices
Knowledge Booster
Background pattern image
Computer Science
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
Text book image
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781305971776
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Text book image
Fundamentals of Information Systems
Computer Science
ISBN:9781337097536
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Text book image
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning
Text book image
Fundamentals of Information Systems
Computer Science
ISBN:9781305082168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Text book image
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781285867168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning