How to code HTML Headers/Paragraph with multiple tags? Need help
Answers
Answered by
2
Answer:
Hey, use <br> to move to the next line. <b> for bold and <I> for italics
Answered by
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