Computer Science, asked by jaisow9, 3 months ago

Write a HTML program to create a web page by using layout elements​

Answers

Answered by priyanshisinha216
1

Explanation:

Web-page layout works with arrangement of visual elements of an HTML document.

...

Example:

  • <header style="background-color: #303030; height: 80px; width: 100%">
  • <h1 style="font-size: 30px; color: white;text-align: center; padding-top: 15px;">Welcome to MyFirstWebpage</h1>
  • </header>
Similar questions