0 votes
733 views
in HTML by (98.9k points)
reopened by
Create a simple HTML page on any of the following topics: College Profile, Computer Manufacturer or Software Development Company.The page must consist of at least 3 paragraphs of text. The page must have an appropriate title, background color or background image, and hyper-links to other pages. The paragraphs must have text consisting of different colors and styles in terms of alignment and Font Size .

2 Answers

0 votes
by (98.9k points)
edited by
 
Best answer

College Profile

This question is answered on this link https://doubtly.in/335/computer-science-college-website-project-maharashtra-board?show=335#q335 
Get Source code :https://github.com/Ajinkgupta/Quesnit/tree/main/College-website-html-project

Computer Manufacturer  

Take this code as root and write paragraphs


<!DOCTYPE html>
<html>
 <style>
 body {
 margin: 0px;
 }
 .content {
 background: white;
 padding: 20px;
 }
 header {
 background: grey;
 padding-bottom: 10px;
 text-align: center;
 }
 footer {
 background: grey;
 padding-bottom: 10px;
 text-align: center;
 }
 </style>
 <body>
 <header><h1>Brainiak Computer Manufacturer</h1></header>
 <div class="content">
 <img src="https://1.bp.blogspot.com/-TbGzhyQbwCE/YI1R3D7JBII/AAAAAAAABcc/n5irSk-JAmgPYXblMCYtwNsZC5rqBZVyACLcBGAsYHQ/s950/24432_hp-laptop-png.jpg" width="100%" /><br />
 <p>We are brainiak Computers , Creating Best computers in this era , watch the new designs live</p>
 <img src="https://1.bp.blogspot.com/-c3AirQQ_tqc/YI1Sk7uPyAI/AAAAAAAABck/pmx0yO2w5O4d7nP25ZfRyYPlOaP3rQdmQCLcBGAsYHQ/s2560/acerhomebanner-conceptd-creativitydecoded-large.webp" width="100%" /><br />
 <p>About Us<br /></p>
 </div>
 <footer>©2021 Brainiak Computers Pvt. Ltd.</footer>
 </body>
</html>

0 votes
by
edited by

College website :

 

 

<!DOCTYPE html>
<html>
<head>
    <title>College Profile</title>
    <style>
        body {
            background-color: #f0f0f0;
            font-family: Arial, sans-serif;
        }

        h1 {
            text-align: center;
            color: #333;
        }

        p {
            font-size: 16px;
            line-height: 1.4;
            margin: 20px;
        }

        .highlight {
            color: #0074cc;
            font-weight: bold;
        }
    </style>
</head>
<body>
    <h1>Welcome to XYZ College</h1>

    <p>Welcome to <span class="highlight">XYZ College</span>, where education meets excellence. Our college is known for its commitment to academic excellence, a strong sense of community, and a variety of programs designed to meet your educational goals.</p>

    <p>At <span class="highlight">XYZ College</span>, we offer a wide range of undergraduate and postgraduate programs that cater to a diverse group of students. Our dedicated faculty and staff are here to support you on your educational journey, ensuring that you receive the knowledge and skills you need to succeed in your chosen field.</p>

    <p>If you're interested in learning more about our college and the programs we offer, please explore our <a href="courses.html">Courses</a> page for detailed information. You can also check out our <a href="campus.html">Campus</a> page to get a glimpse of our beautiful campus and facilities.</p>
</body>
</html>
by (98.9k points)
edited
we are preparing the college website again the project was deleted sorry for that
by (98.9k points)
edited
The source code is live now thanks for reminding us for the error answer

Related questions

0 votes
1 answer 147 views
+1 vote
2 answers 484 views

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

537 users

...