Home
Courses
Account
Home
Courses
Account
HTML FORM ELEMENTS with Source Code | STUDY VARSITY
HTML FORMS with Source Code | STUDY VARSITY
HTML Table Tag with Source Code | STUDY VARSITY
HTML LIST with Source Code | STUDY VARSITY
Load More
HTML 2 First Code with Source Code | STUDY VARSITY
Code
<!
DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
>
<
title
>
First HTML Code
</
title
>
</
head
>
<
body
>
<
h1
>
Hello World
</
h1
>
<
p
>
New Paragraph
</
p
>
</
body
>
</
html
>
✕