+ All Categories
Home > Internet > How to make Html

How to make Html

Date post: 17-Feb-2017
Category:
Upload: meghal-murkute
View: 75 times
Download: 0 times
Share this document with a friend
19
HTML
Transcript
Page 1: How to make Html

HTML

Page 2: How to make Html

HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser.HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>), within the web page content. HTML tags most commonly come in pairs like <h1> and </h1>, although some tags, known as empty elements, are unpaired, for example <img>. The first tag in a pair is thestart tag, the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, tags, comments and other types of text-based content.The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts in languages such as JavaScript which affect the behavior of HTML webpages.Web browsers can also refer to Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both the HTML and the CSS standards, encourages the use of CSS over explicitly presentational HTML markup.[1]

Page 3: How to make Html

HOW TO MAKE HTML?

Page 4: How to make Html

FIRST STEP

Page 5: How to make Html

</html>

Page 6: How to make Html

SECOND STEP

Page 7: How to make Html

<body bgcolor="#FFFF00">

Page 8: How to make Html

THIRD STEP

Page 9: How to make Html

<h1> This is the main heading </h1><h2> Welcome to my website </h2>

<h3> I'am Meghal Murkute </h3><h4> I'am from Xth std </h4>

<h5> My roll no. is 18 </h5>

Page 10: How to make Html

FOURTH STEP

Page 11: How to make Html

</body>

Page 12: How to make Html

FIFTH STEP

Page 13: How to make Html

</html>

Page 14: How to make Html

</html><body bgcolor="#FFFF00">

<h1> This is the main heading </h1><h2> Welcome to my website </h2>

<h3> I'am Meghal Murkute </h3><h4> I'am from Xth std </h4>

<h5> My roll no. is 18 </h5></body></html>

Page 15: How to make Html

SAVE THE FILE AS ‘.html’

Page 16: How to make Html
Page 17: How to make Html

OPEN THE FILE WHICH YOU HAVE SAVE

Page 18: How to make Html
Page 19: How to make Html

THANK YOU


Recommended