Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
HTML Design Demo
WhatsApp
Krishna Rajput Singh
Aug 07
2015
1.2
k
0
1
<
html
>
<
head
>
<
title
>
WELCOME TO HTML CLASSES
</
title
>
<
body
>
<
marquee
>
hello students today i am KRISHNA RAJPUT study about html programming
HTML (hyper text markup language)
html is in used tag element
</
marquee
>
</
body
>
<
table
bgcolor
=
"pink"
border
=
"2"
>
<
caption
>
<
u
>
Price List
</
u
>
</
caption
>
<
tr
>
<
th
>
Item Code
</
th
>
<
th
>
Name
</
th
>
<
th
>
Price
</
th
>
</
tr
>
<
tr
>
<
td
>
1001
</
td
>
<
td
>
Mouse
</
td
>
<
td
>
125
</
td
>
</
tr
>
<
tr
>
<
td
>
1002
</
td
>
<
td
>
DVD
</
td
>
<
td
>
4000
</
td
>
</
tr
>
<
tr
>
<
td
>
1003
</
TD
>
<
TD
>
Keyboard
</
td
>
<
td
>
300
</
td
>
</
tr
>
</
table
>
</
head
>
</
html
html
hyper text markup language
Up Next
HTML Design Demo