Computer Science, asked by jkakksjdk, 6 months ago

write the HTML code....​

Attachments:

Answers

Answered by anindyaadhikari13
1

Question:-

➡ Write a html code to display the following.

Code:-

➡ This is the required code for the following.

<html>

<head>

<title>

HTML Lists

</title>

</head>

<body>

<b>Unethical Practices</b>

<ul type=circle>

<li>Plagiarism

<li>Cyberbullying

<li>Hacking

<li>Phishing

<li>Spamming

</ul>

</body>

</html>

For verification, check out the attachment.

Attachments:
Answered by BrainlyProgrammer
1

Question:-

Write HTML code the depicts the following

Unethical Practices

°Plagiarism

°Cyberbulling

°Hacking

°Phishing

°Spamming

_________________

Code:

<HTML>

<HEAD>

<TITLE>CODE</TITLE>

</HEAD>

<BODY>

<B>Unethical Practices</B>

<UL TYPE= CIRCLE

<LI> Plagiarism

<LI>Cyberbullying

<LI>Hacking

<LI>Phishing

<LI>Spamming

</UL>

</BODY>

</HTML>

_____________

Similar questions