Computer Science, asked by anvika2015, 10 months ago

write the html code to generate the following webpage .
please give the answer fast
who will give the answers first and correct I will mark as brainlist​

Attachments:

Answers

Answered by sachinsamurai
1

Answer:

<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Motivational Quote</title>

</head>

<body>

   <h1> Hard Work is the key to success</h1>

</body>

</html>

Explanation:

Answered by thebestfoodof2020
2

Answer:

<!DOCTYPE html>

<html>

<body>

<h1>Hard Work is the key to success</h1>

</body>

</html>

Just copy paste and try in notepad and save it as .html file it will work

Similar questions