What is HTML?
HTML is a standard Markup Language. It is used for creating and structuring the content of a Web Page. The full From of HTML is Hyper Text Markup Language. HTML uses a set of tags and elements. It creates the structure and presentation of the content on a web page.
"<>" This bracket is used for writing tags. For example: <head>. The "</>" symbol is used to close any tag. For example: </head>.
An element is a specific part of an HTML Document. It is written in between two tags. Example: <p> Element write here </p>.
An Editor is needed to create, edit, and manage HTML and Web-Related code. Notepad, Sublime Text, Visual Studio Code, or Atom is a text editor you can use. You can also use Online editors like CodePen, JSFiddle, or Replit. In our next blog, We will explore more about HTML. Do You know what is CSS? Click on the link to learn about CSS.
Comments
Post a Comment