Sunil wants to divide his webpage into 3 columns. which HTML tag can be used for this purpose
Answers
Answered by
8
Answer:
Defining columns in HTML
An HTML column is defined in the <div> tag using the class = "column" keyword. More columns can be added by adding more divs with the same class. The following syntax is used to add columns in HTML. <div class="row"> tag is used to initialize the row where all the columns will be added
Answered by
3
Answer:
frameset tag
Explanation:
Similar questions