Content-
1. What is HTML
2. What are uses of HTML
3. What are syntax main used in html
1. What is Hypertext Markup Language (HTML)?
HTML is a markup language that defines the structure of your content.
HTML is developed by Tim Berners-Lee in 1990
It allows web users that can create and structure, paragraphs, and links using elements, tags, and terminology. It’s worth nothing that HTML is not considered a programming language. It wraps or “marks up” the data within HTML tags that define and describe the data’s function on the webpage.
2. What are uses of HTML?
HTML is mostly used for making pages that are show on the World Wide Web(website). It is used for game development usage and it also used to help with the data entry level of work, HTML5 standard and APIs set is used.
3. What are syntax used in html
3.1 The first and most important thing to understand in HTML syntax is the usage of elements and tags. Every HTML element is defined by an opening tag and a closing tag wrapped around their content.
Content goes here…
3.2 Angle bracket define where something starts and where it ends. P stand for paragraph.
3.3 is an instruction to the web browser about what version of HTML the page is written.
3.4 The html head is the first section in the code containing information about a web page’s properties and links to external related files.
3.5The element contains the entire content of a webpage.
3.7
- − An unordered list (list items using plain bullets)
- − An ordered list(This will use different schemes of numbers to list your items)
- − A definition list (arranges items in way that are arranged in a dictionary)
.