Skip to main content

HEADING,PARAGRAPH ,BASIC HTML TAG

 

We have apply basic mixed tag here.

<! doctype>

<html>

<head>

<title>elearn999.com</title>

</head>

<body>

<h1>THIS IS MY PARAGRAPH</H1>

<p>

On the <b>Insert</b> tab, the galleries <i>include</i> items that are designed to coordinate with the overall look of your document. You can use <del>these</del> galleries to insert tables, headers, footers, lists, cover pages, and other document building blocks. When you create pictures, charts, <u>or diagrams,</u> they also coordinate with your current document look.

You can easily change the formatting of selected text in the document text by choosing a look for the selected text from the Quick Styles gallery on the Home tab. You can also format text directly by using the other controls on the Home tab. Most controls offer a choice of using the look from the current theme or using a 

3<sup>3</sup>=27

o<sub>2</sub>

</p>

</body>

</html>

OUTPUT









Comments

Popular posts from this blog

UN-ORDER LIST

  Unordered HTML List Un-ordered list starts with the  <ul>  tag. Each list item starts with the  <li>  tag. The list items will be marked with bullets (small black circles) by default:

PARAGRAPH TAG

  <P> is stand for paragraph.Always use opeing tag <p> and closed by </p> 

ORDER LIST

  Ordered HTML List  Ordered list starts with the  <ol>  tag. Each list item starts with the  <li>  tag. The list items will be marked with numbers by default: