Skip to main content

Introduction to HTML

HTML stands for Hyper Text Markup Language that is used to create web pages, tells the browser how display content. It is used to define the structure of a web-page.

Example:

<!DOCTYPE html>

<html>

<head>

<title>page title</title>

</head>

            <body>

            <h1>this is heading</h1>

            <p>this paragraph>

            </body>

</html>

Explanation:

<!DOCTYPE html> defines that this document is HTML.

<html> is root code of page.

<head> contains meta information of html page.

<title> is use to define title of page and display in browser bar.

<body> is used to define body  of page and contains the content that is shown in browser which are paragraphs ,headings ,imeages etc.

<h1> uses for large heading

<p> uses for paragraph

 

HTML ELEMENT:

Html element consists of starting tag, content and ending tag.

For example: <h2> this is heading </h2>

                          <h2> is starting tag, “this is heading” is content and </h2> is ending tag.it is called html element.

 

You can use Chrome, Firefox, and Microsoft Edge to display or read html pages.

 

Introduction to HTML,

I hope you like the post ,please don't hesitate to share my post to your friends.Thanks

Comments

Popular posts from this blog

best smartwatches for 2021:Top 5 smartwatches across the world

The best smartwatches accomplish more than show warnings on your wrist. They're every-thing in one: a wellness tracker for getting better an advanced pouch and now and again, even a telephone on your wrist.   A smartwatch can likewise save your existence with raised pulse cautions and consequently associate you to crisis administrations in the event that you fall. Electrocardiogram (ECG) and blood oxygen (SpO2) readings are lead of certain superior models, as well. The previous distinguishes indications of atrial fibrillation, while the last is a decent pointer of respiratory wellbeing. In any case, the best smartwatches show improvement over others. Some have massive numbers of applications you can download, and some have batteries that will scarcely most recent daily, while others can go almost seven days on a charge. What's more, obviously there's style: The best smartwatches can be altered, from their ties to their appearances, to best fit with your character. Wha...

Top 5 mobile companies 2021

  Sometime in the past cell phone or wireless was viewed as an extravagance. Telecom organizations use to charge for both approaching and active call. Today the world has changed. We have advanced from First Generation of Mobile Phone Technology to the 5Th Generation. Presently, in many nations, telecom organizations charge for just cordial calls. Approaching calls are free.   Likewise, in the past there were not many rumored and confided in Mobile Phone Brands and Companies in the World. Brands like Motorola and Nokia managed the cell phone market. Because of innovative advancement and gigantic expansion popular, an ever increasing number of organizations have joined the cell phone fabricating business.   Prior cell phone handsets were basic and were implied uniquely to settle on and get telephone decisions and instant messages. With headway in innovation and less expensive call and information rates, straightforward component telephones are supplanted by cell ph...