Skip to content

Jagadeesh-Kumar-With-Initial-As-S/HTML-001-

Repository files navigation

HTML-DAY-1

HTML Day 1 mini tasks

  1. Fix the bugs in below snippet
<head>
    <title>Document
        <body>
            guvi
    </title>
</head>
<div>
    Lorem ipsum dolor sit amet consectetur adipisicing elit.
    <div>
        <div>
            Guvi Geek Network
        </div>
    </body>
</html>
  1. Try the below one
<head>
    <title>Document
        <body>
            guvi
</head>
<div>
    Lorem ipsum dolor sit amet consectetur adipisicing elit.
    <div>
        <div>
            Guvi Geek Network
        </div>
    </body>
</html>
  1. Design a contact us form with all fields as required.

  1. Use certain HTML elements to display the following in a HTML page.
  • Programming Language
    • JavaScript a.Angular b.React c.Vue.js
    • Python a.Django Framework b.Flask Framework
    • Java a.Spring b.Maven c.Hibernate
  • Database
    • MySQL
    • MongoDB
    • Cansandra

  1. Create an element that helps you to open the (https://google.com) in separate new tab.

  1. In the form, add two radio buttons with grouping them for employee type(Salaried and own business)

  1. Design form shown in the link (http://evc-cit.info/cit040/formguide/card_0.png)

  1. Use the table tag to design given image table

  1. Write HTML input tags snippet to show default values for all Form elements.

  1. In your, HTML page add the below line and Highlight it without using any CSS.
  • "HTML & CSS is awesome"

  1. Create an HTML page, which should contain all types of input elements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published