Articles @ Enterrom.com

divider
All the web knowledges related articles that might be feeding your brain.

Learning Web Design - Using interior design to explain HTML tag

Posted on:

If you imagine a web page as a building, the html structure is the building's beams, columns, compartments, and partitions; the html tags are like furniture and storage cabinets in the online space. Together, they make up the framework of the web page.

There are many tags with different functions which we will now look through one by one.

<h1> tag act as signboard of the building

The characters h1, h2, h3, h4, h5, and h6 are put labels that resemble signs of various sizes.

 

<p> tag act as paragraph of the signboard

It normally used in the description of the text.

 

<div> tag acts like planks of wood

It may be used to create any type of furniture, including tables, chairs, bar stools, storage cabinets, and more. Like utilising him as a div, there may be little divs in huge divs and smaller divs in small divs. In addition to serving as a storage compartment, the interior of the cabinet may also be utilised as a partition.

 

<table> tag acts as system cabinet

The number of grids in the rows and columns may be altered, and you can arrange them into grids of the same size or various sizes. This form tag is widely used. Computers and mobile phones, however, are employed with varying screen widths due to the requirement for collocation of latest web sites. Also used is this tag. It is not very adaptable; to use it effectively, you must look at the material.

 

<a> tag acts as doors

There are two types of doors: indoor and outdoor. The <a> tag just has to link to the name of the room in order to be implemented, for example, to go from living room to living room or living room to balcony. For instance: and the "URL" on the exterior door can link to other websites, for instance: One thing to keep in mind is that after the <a> tag has been used, it cannot be used again in the tag since doing so would break the layout.

 

<img> tag acts as a place for photos

As long as the <img> tag is used where the images are put, the photos may also be loaded using CSS, whether it is a landscape painting foundation map of the entire wall or a little photo frame for life photos.

Share this page
Back to articles list
Loading...