write any two programs on HTML. 50 point question
Answers
Answered by
1
Answer:
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Explanation:
Answered by
1
Answer:
If you have access to Windows "Notepad" or "WordPad" programs or the MAC "Simple Text" program, use that to get started. If you have those three things, you can write HTML with the best of them.
I hope it helps uhh....!!!!
Similar questions