You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page. HTML consists of a series of elements. HTML elements tell the browser how to display the content.
112
+
HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.</p>
113
+
114
+
<h4>Help me to Choose</h4>
115
+
<li>
116
+
<labelfor="name">Enter your name to give suggestions :</label>
117
+
<inputid="name"type="you can fill your name here">
118
+
</li>
119
+
120
+
<li>
121
+
<labelfor="gmail">Enter your email</label>
122
+
<inputid="gmail" type="text">
123
+
</li>
124
+
125
+
<li>
126
+
<labelfor="faviourate destination">Enter your faviourate destination</label>
127
+
<inputid="faviourate destination" type="text">
128
+
</li>
129
+
130
+
<li>
131
+
<labelfor="reason">Reasons to visit your faviourate destination</label>
132
+
<inputid="reason" type="text">
133
+
</li>
134
+
<hr>
135
+
<buttontype="button" onclick="document.getElementsById(xyz).innerHTML = Date()">Press to know about you</button>
136
+
<h6id="xyz">you need to know about you in a better way</h6>
0 commit comments