AKAmit kumarinamitk.hashnode.dev·Jan 24, 2023 · 2 min readWhat are inline and block elements in HTMLBlock elements are elements that take up the full width of their parent container and create a new line after them. Examples of block elements include div, h1-h6, p, and form. Block elements can contain other block and inline elements. <div>: a cont...00
AKAmit kumarinamitk.hashnode.dev·Jan 18, 2023 · 2 min readIntroduction of HTML?HTML: - It stands for HyperText Markup Language. It is very easy to learn. HTML is the skeleton of a website. It is used the create a website or web Application. The HTML files are saved with a .html or .htm extension. It should be named index.html o...00