HTML Day 1 mini tasks
- 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>
- 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>
- Design a contact us form with all fields as required.
- 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
- Create an element that helps you to open the (https://google.com) in separate new tab.
- In the form, add two radio buttons with grouping them for employee type(Salaried and own business)
- Design form shown in the link (http://evc-cit.info/cit040/formguide/card_0.png)
- Write HTML input tags snippet to show default values for all Form elements.
- In your, HTML page add the below line and Highlight it without using any CSS.
- "HTML & CSS is awesome"
- Create an HTML page, which should contain all types of input elements.