Write html code to display your …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Kunal Kaushal 5 years, 1 month ago
- 3 answers
Yogita Ingle 5 years, 1 month ago
<html>
<body>
<b><i><u>Your Name Here</u></i></b>
</body>
</html>
Gaurav Seth 5 years, 1 month ago
HTML stands for Hyper Text Markup Language .
It is used in designing of websites.
Here are the tags you need to use:
Bold -> <b>Text</b>
Italics -> <i>Text</i>
Underline -> <u>Text</u>
So, here, your code would be:
<html>
<body>
<b><i><u>Your Name Here</u></i></b>
</body>
</html>
Related Questions
Posted by Lavi Lalwani 1 year, 2 months ago
- 0 answers
Posted by Anshika Agrawal 1 year, 6 months ago
- 2 answers
Posted by Anu Anu 1 year, 4 months ago
- 0 answers
Posted by Divyansh Yadav 1 year, 4 months ago
- 0 answers
Posted by Kishan Mishra 1 year, 6 months ago
- 0 answers
Posted by Ashutosh Tiwari 1 year, 4 months ago
- 0 answers
Posted by Anshu Phogat 1 year, 2 months ago
- 1 answers
Posted by Avani Tiwari 1 year, 2 months ago
- 0 answers
Posted by Niharika ,Garg 1 year, 2 months ago
- 0 answers
Posted by Abhijeet Kumar 1 year, 3 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Palak ? 5 years, 1 month ago
0Thank You