Html And It's Tags And Elements

HTML is an acronym for Hypertext Markup Language Html shows how a Web page is structured and as a web developer you must at least know HTML properly, Html has tags and elements and I would like to give you a brief tour on HTML tags and elements. #Html elements

    Html element consist of a closing and opening tag, and HTML elements can contain elements.
  • Html also has different versions e.g Html 2.0
  • HTML tags always come in pairs which is the starting and closing tag and the closing tag has a forward slash in it.Html always start with the !DOCTYPE declaration which stands for the document type. In CSS you must link your HTML to your CSS and not only CSS but also in bootstrap there is HTML so HTML is a dynamic programming language.

    Html also have attributes so your attribute is added to your element an example of an attribute is src image , the src means source that is where your image is coming from, then the img is for your image another example of attribute is href which is used to link e.g your HTML to your CSS page.

    these are somethings that you should know on HTML.