What are the different way in which website layout can be made?

0

Website layout describes how the webpage of the website will look. It describes the content that has to be placed in columns i.e. it can be either one or many columns. There are two ways in which different layout can be created and these are called as using table method or using div method.

There are basically two tags that are used

and
.

: Using this is the simplest way to create a layout.

Main Title

This is my page

: It is used as a block element and is defined to group HTML elements together in one. The
tag is used to create multiple layouts.

Main Title of Web Page

Menu

 

asked Apr 15, 2023 at 00:02
Sign in to add a comment

0 Answers

0
📝 No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.