Blog

HTML ELEMENTS

HTML ELEMENTS The HTML elements are everything from the start tag to the end tag:<tagname>Content goes here…</tagname> Empty Elements: Elements without having content is called ’empty elements’.E.g: <br> and <hr> element. The <br> element we use to start content from new-line, whereas <hr> element is used to create a line anywhere on our web-page. Above […]

HTML ELEMENTS Read Post »

Blog

HTML – HYPERTEXT MARKUP LANGUAGE

HTML – HYPERTEXT MARKUP LANGUAGE The abbreviation HTML stands for Hypertext Markup Language. It’s the fundamental of coding/programming. With the help of HTML, we can create beautiful web-pages. Html consists of various elements, it tells the browser how to display the content. Below is the main html structure within which we create our whole web-page.

HTML – HYPERTEXT MARKUP LANGUAGE Read Post »

Scroll to Top