HTML
What is HTML ?
HTML stands for HyperText Markup Language. It is used to design web pages using a markup language. HTML is the combination of Hypertext and Markup language. Hypertext defines the link between the web pages. A markup language is used to define the text document within tag which defines the structure of web pages. HTML is a markup language that is used by the browser to manipulate text, images, and other content to display it in the required format.
## Some HTML Characteristics :
- Easy to understand: It is the easiest language you can say, very easy to grasp this language and easy to develop.
- Flexibility: This language is so much flexible that you can create whatever you want, a flexible way to design web pages along with the text.
- Linkable: You can make linkable text like users can connect from one page to another page or website through these characteristics.
- Limitless features: You can add videos, gifs, pictures or sound anything you want that will make the website more attractive and understandable.
- Support: You can use this language to display the documents on any platform like Windows, Linux or Mac.
let’s find out some HTML tags
- The <!DOCTYPE html> declaration defines that this document is an HTML5 document
- The <html> element is the root element of an HTML page
- The <head> element contains meta information about the HTML page
- The
element specifies a title for the HTML page (which is shown in the browser's title bar or in the page's tab) - The <body> element defines the document’s body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
- The < h 1 > element defines a large heading
- The < p > element defines a paragraph
## to get more about HTML 👇🏻
Do you like my page 😉
- I Like It!😍
- it’s amazing 🤓