Code Monkey home page Code Monkey logo

html-abc-college's Introduction

html-ABC-college

Ex - 01:

<title>My Day</title>
<table cellpadding= "10" cellspacing="10" style="border-style: double;">
    <tr>
        <th colspan="2" class="center" style="border-style: double;"><mark>My Day</mark></th>
    </tr>
    <tr>
        <td style="border-style: double;">
            <ol>
                <li>wake up early
                <ul>
                    <li style="list-style-type: square; margin-bottom: 20px">5AM</li>
                    <li>walk</li>
                    <li>jog</li>
                </ul>
                </li>
            </ol>
        </td>
        <td rowspan="3" style="border-style: double;">
<table>
    <tr>
        <th colspan="2" class="center highlight" style="border-style: double;"><mark>Things to watch</mark></th>
            </tr>
    <tr >
        <td style="border-style: double;"><img src="jogging.jpg" alt="image 1" width="100" height="100" >
        <td style="border-style: double;"><img src="break.jpg" alt="image 2" width="100" height="100">
    </tr>
    <tr>
        <td style="border-style: double;"><img src="tea.jpg" alt="image 3" width="100" height="100">
        <td style="border-style: double;"><img src="group.jpg" alt="image 4" width="100" height="100">
    </td>

    </tr>
    <tr>
    </tr>
</table>
        <tr>
            <td style="border-style: double;">
                <ol start="2">
                <li>breakfast
                    <ul>
                    <li style="list-style-type: square; margin-bottom: 20px">8AM</li>
                <li>eggs</li>
                <li>coffee</li>
                </ul>
                </li>
                </ol>
            </td>
        </tr>
        <tr>
            <td style="border-style: double;">
                <ol start="3">
                <li>go to Saveetha
                <ul>
                <li style="list-style-type: square; margin-bottom: 20px">8AM</li>
                <li>attend classes</li>
                <li>to be continued</li>
                </ul>
                </li>
                </ol>
            </td>
        </tr>
</table></center>
</body>

Output :

out-ex01

Result :

Thus,Creating a website for morning activities was executed successfully.

Ex-02

index.html

<title>Saveetha Engineering College</title>

College Logo

Saveetha Engineering College

Home Academics Admission Gallery

Welcome to Saveetha Engineering College

Welcome to SaveethaEC - Saveetha Engineering College (Autonomous), a distinguished institution established in 2001 under the visionary leadership of Veeraiyan — a committed medical professional and philanthropist par excellence. With over 35 years of unwavering commitment to excellence in education, our college has emerged as the forefront of engineering education and research.

Affiliation/Accreditations

  • Autonomous institution affiliated with Anna University
  • Approved by AICTE
  • NBA accreditation for 5 undergraduate courses
  • SIRO recognition by DSIR Government of India
  • An 'A' grade from NAAC
  • Ranked by NIRF
  • © 2024 Saveetha Engineering College. All rights reserved.

    academics.html

    <title>Academics - Saveetha Engineering College</title>

    College Logo

    Saveetha Engineering College

    Home Academics Admission Gallery

    Academics

    • B.E
      • Computer Science
      • ECE
      • EEE
      • Chemical
    • B.Tech
      • Artificial Intelligence
      • Machine Learning
      • Information Technology
    © 2024 Saveetha Engineering College. All rights reserved.

    admissions.html

    <title>Admission - Saveetha Engineering College</title>

    College Logo

    Saveetha Engineering College

    Home Academics Admission Gallery

    Admission Form

    Name:
            <label for="email">Email:</label>
            <input type="email" id="email" name="email" required>
            
            <label for="course">Course:</label>
            <select id="course" name="course">
                <option value="computer-science">Computer Science</option>
                <option value="mathematics">Information Technology</option>
                <option value="english">Artificial Intelligence</option>
                <option value="sociology">Data Science</option>
                <option value="economics">Machine Learning</option>
                <option value="business-management">Robotics</option>
            </select>
            
            <label for="message">Message:</label>
            <textarea id="message" name="message" rows="4"></textarea>
            
            <input type="submit" value="Submit">
        </form>
    </div>
    <footer>
        &copy; 2024 Saveetha Engineering College. All rights reserved.
    </footer>
    

    gallery.html

    <title>Gallery - Saveetha Engineering College</title> College Logo

    Saveetha Engineering College

    Home Academics Admission Gallery

    Gallery

    Gallery Image 2 Gallery Image 3 Gallery Image 4
    © 2024 Saveetha Engineering College. All rights reserved.

    Output :

    out-ex02-1 out-ex02-2 out-ex02-3 out-ex02-4

    Result :

    Thus,Creating a website for college was executed successfully.

    html-abc-college's People

    Contributors

    rajesh242004 avatar gowriganeshns avatar

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. 📊📈🎉

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google ❤️ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.