Skip to content

Latest commit

 

History

History
96 lines (72 loc) · 1.81 KB

File metadata and controls

96 lines (72 loc) · 1.81 KB

HTML Task to know usage of basic tags.

  1. Fix the bugs in below snippet
    <html lang="en">
    <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
<html lang="en">
    <head>
        <title>Document</title>
            <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
      1. Angular
      2. React
      3. Vue.js
    • Python
      1. Django Framework
      2. Flask Framework
    • Java
      1. Spring
      2. Maven
      3. 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 Click here.

  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.