Skip to content

Commit ca9095e

Browse files
Create task.md
1 parent b1f6f14 commit ca9095e

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed

templates/task.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
2+
3+
## HTML Task to know usage of basic tags.
4+
5+
1. Fix the bugs in below snippet
6+
7+
```HTML
8+
<html lang="en">
9+
<head>
10+
<title>Document
11+
<body>
12+
guvi
13+
</title>
14+
</head>
15+
<div>
16+
Lorem ipsum dolor sit amet consectetur adipisicing elit.
17+
<div>
18+
<div>
19+
Guvi Geek Network
20+
</div>
21+
</body>
22+
</html>
23+
```
24+
2. Try the below one
25+
26+
```HTML
27+
<html lang="en">
28+
<head>
29+
<title>Document
30+
<body>
31+
guvi
32+
</head>
33+
<div>
34+
Lorem ipsum dolor sit amet consectetur adipisicing elit.
35+
<div>
36+
<div>
37+
Guvi Geek Network
38+
</div>
39+
</body>
40+
</html>
41+
```
42+
43+
---
44+
45+
3. Design a contact us form with all fields as required.
46+
47+
---
48+
49+
4. Use certain HTML elements to display the following in a HTML page.
50+
51+
- Programming Language
52+
- JavaScript
53+
1. Angular
54+
2. React
55+
3. Vue.js
56+
- Python
57+
1. Django Framework
58+
2. Flask Framework
59+
- Java
60+
1. Spring
61+
2. Maven
62+
3. Hibernate
63+
- Database
64+
- MySQL
65+
- MongoDB
66+
- Cansandra
67+
68+
---
69+
70+
5. Create an element that helps you to open the https://google.com in separate new tab.
71+
72+
---
73+
74+
6. In the form, add two radio buttons with grouping them for employee type(Salaried and own business)
75+
76+
---
77+
78+
7. Design form shown in the link (http://evc-cit.info/cit040/formguide/card_0.png)
79+
80+
---
81+
82+
8. Use the table tag to design given image [Click here](https://www.bapugraphics.com/assets/img/port_upload_dir/table-4.jpg).
83+
84+
---
85+
86+
9. Write HTML input tags snippet to show default values for all Form elements.
87+
88+
---
89+
90+
10. In your, HTML page add the below line and Highlight it without using any CSS.
91+
92+
- "HTML & CSS is awesome"
93+
94+
---
95+
96+
11. Create an HTML page, which should contain all types of input elements.

0 commit comments

Comments
 (0)