Computer Science, asked by anvaygogate, 10 months ago

How to code HTML Headers/Paragraph with multiple tags? Need help

Answers

Answered by Anonymous
2

Answer:

Hey, use <br> to move to the next line. <b> for bold and <I> for italics

Answered by VaishnaviMohan
4

<!DOCTYPE html>

<html lang="en">

<head>

<title>Project name</title>

</head>

<body>

Your html code

<style>

Your CSS code

</style>

</bold>

</html>

For paragraph use <p> and </p>

Hope it helps you...

Similar questions