Computer Science, asked by Kim111, 1 year ago

Plz answer this questions

Attachments:

Answers

Answered by siddhartharao77
1
1. br tag in HTML means line break. It acts in the same way as the enter key on the keyboard.

hr means a Horizontal rule. It puts a line across the page.


2. 

<html>
<head>
<title>My First Program</title>
</head>
<body>
<p align = "center">This is my first web program</p>
</body>
</html>


3. HTML tag to make the text bold : <b></b>

4. Largest heading in HTML : <h1>


Hope this helps!
Similar questions