-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlab-descriptor.json
More file actions
161 lines (161 loc) · 5.77 KB
/
lab-descriptor.json
File metadata and controls
161 lines (161 loc) · 5.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"broadArea": {
"name": "Computer Science and Engineering",
"link": "http://www.vlab.co.in/broad-area-computer-science-and-engineering",
"code": "CSE"
},
"lab": "Basics of HTML",
"lab_display_name": "Basics of HTML",
"deployLab": true,
"phase": 3,
"collegeName": "IITD",
"baseUrl": "html-iitd.vlabs.ac.in",
"introduction": "Welcome to Basics of HTML Virtual Lab <br/><br/> Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser .<br/><br/> Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document.<br/><br/> HTML elements are the building blocks of HTML pages.HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links , quotes and other items. HTML elements are delineated by tags, written using angle brackets .<br/><br/> HTML is being widely used to format web pages with the help of different tags available in HTML language. HTML is a must to learn language for students and working professionals to become a great Software Engineer specially when they are working in Web Development Domain",
"experiments": [
{
"name": "Introduction to HTML",
"short-name": "introduction-to-html",
"repo": "https://github.com/virtual-labs/exp-introduction-to-html-iitd",
"tag": "v1.0.7",
"deploy": true
},
{
"name": "Applying Attributes in HTML Tags",
"short-name": "html-tags",
"repo": "https://github.com/virtual-labs/exp-html-tags-iitd",
"tag": "v1.0.8",
"deploy": true
},
{
"name": "Inserting images through img tags",
"short-name": "img-tags-in-html",
"repo": "https://github.com/virtual-labs/exp-img-tags-in-html-iitd",
"tag": "v1.0.6",
"deploy": true
},
{
"name": "Using Anchor Tags for Hyperlinks",
"short-name": "anchor-tags-in-html",
"repo": "https://github.com/virtual-labs/exp-anchor-tags-in-html-iitd",
"tag": "v1.0.7",
"deploy": true
},
{
"name": "How marquee Tags work in HTML",
"short-name": "marquee-tags-in-html",
"repo": "https://github.com/virtual-labs/exp-marquee-tags-in-html-iitd",
"tag": "v1.0.6",
"deploy": true
},
{
"name": "Creating Tables in HTML",
"short-name": "tables-in-html",
"repo": "https://github.com/virtual-labs/exp-tables-in-html-iitd",
"tag": "v1.0.5",
"deploy": true
},
{
"name": "Types of Lists in HTML",
"short-name": "lists-in-html",
"repo": "https://github.com/virtual-labs/exp-lists-in-html-iitd",
"tag": "v1.0.8",
"deploy": true
},
{
"name": "Working of div Tag in HTML",
"short-name": "div-tag-in-html",
"repo": "https://github.com/virtual-labs/exp-div-tag-in-html-iitd",
"tag": "v1.0.6",
"deploy": true
},
{
"name": "Embedding through iframe Tag",
"short-name": "iframe-tag-in-html",
"repo": "https://github.com/virtual-labs/exp-iframe-tag-in-html-iitd",
"tag": "v1.0.6",
"deploy": true
},
{
"name": "Creating Webpage Layout in HTML",
"short-name": "webpage-layout-in-html",
"repo": "https://github.com/virtual-labs/exp-webpage-layout-in-html-iitd",
"tag": "v1.0.6",
"deploy": true
}
],
"targetAudience": {
"UG": [
"Under Graduate students of B.E./B.Tech./B.C.A./B.Sc.(CS/IT)"
],
"PG": [
"Post Graduate students of M.E./M.Tech./M.C.A./M.Sc.(CS/IT)",
" Research Scholars of CS/IT faculty of various institutes and universities."
]
},
"objective": "Objective of Basics of HTML Virtual Lab is to enable student to understand and implement various concepts of Hyper Text Markup Language.<br/> After performing the experiments in the lab students should be able to:<br/> <br/> 1. List editors which can be used to create HTML documents.<br/>2. Describe the Structure of HTML document.<br/>3. Identity different Tags are given in HTML.<br/>4. Compare the various HTML Tags.",
"courseAlignment": {
"description": "The lab contents are chosen such that it covers the syllabi of the HTML course of various universities to considerable extent.",
"universities": [
"National Institute of Technology Tiruchirappalli Tamil Nadu",
"Savitribai Phule Pune University Maharashtra",
"Rajiv Gandhi Technical University Madhya Pradesh"
]
},
"version": "v1.9.0",
"exp_name": "Creating Webpage Layout in HTML",
"exp_short_name": "webpage-layout-in-html",
"production": true,
"current_item": {
"item": "feedback",
"target": "feedback.html",
"label": "Feedback"
},
"menu": [
{
"item": "aim",
"target": "index.html",
"source": "aim.md",
"label": "Aim"
},
{
"item": "theory",
"target": "theory.html",
"source": "theory.md",
"label": "Theory"
},
{
"item": "pretest",
"target": "pretest.html",
"source": "pretest.js",
"label": "Pre Test"
},
{
"item": "procedure",
"target": "procedure.html",
"source": "procedure.md",
"label": "Procedure"
},
{
"item": "simulation",
"target": "simulation.html",
"label": "Simulation"
},
{
"item": "posttest",
"target": "posttest.html",
"source": "posttest.js",
"label": "Post Test"
},
{
"item": "references",
"target": "references.html",
"source": "references.md",
"label": "References"
},
{
"item": "feedback",
"target": "feedback.html",
"label": "Feedback"
}
]
}