Computer Science, asked by gitansh14827, 5 months ago

write an HTML code to print few lines on online classes using <B>,<l>, <u>

Answers

Answered by avika61
0

Answer:

<html>

<head>

<title>Online classes</title>

</head>

<body>

<b><i><u>An online class is a course conducted over the internet. they are generally conducted through a learning management system, in which students can view their course syllabus and academic progress as well as can communicate with fellow students and their course instructors.

</u></i></b>

</body>

</html>

Explanation:

If u would like to use <p> paragraph tag...u can use it under body tag...

And yes, if u don't want to do proper coading always close the last bracket first after finishing the content under it...

Thank you

hope this was helpful...

Similar questions