Empowering The World Through Technology

How to Use Different HTML Tags in a Webpage | Lecture : 02

0 148

How one can Use Completely different HTML tags in a Webpage | Lecture : 02. On this tutorial we are going to find out how we are able to use completely different HTML tags throughout a webpage creation. How we are able to use formatting in a webpage with completely different HTML tags. Particulars of tags are given beneath.

Assessment of Lecture No : 01

HTML – Hyper Textual content Markup Language
CSS – Cascading Type Sheet
JS – Stands for – Java scripting
PHP – Outdated – Private Residence Web page.
PHP – New – hyper textual content preprocessor.
MySQL – Construction Question Language
SQLI – Construction Question Language improved.

lecture 02 How to Use Different HTML Tags in a Webpage
Lecture No : 02

Lecture No: 02 Agenda

  1. What’s break tag and the way we are able to use them.
  2. What’s paragraph tag and its makes use of.
  3. How one can defines headings in HTML.
  4. How one can use Heading tag.
  5. What’s itemizing and Kinds of Itemizing tag.
    1.Ordered listing
    2.un-ordered listing
  6. What’s marquee tag and use marquee tag.

What Marquee Tag.

HTML marquee is a scrolling piece of textual content displayed both horizontally throughout or vertically down your webpage relying on the settings. That is created by utilizing HTML <marqueestag.

Observe − The <marquee> tag deprecated in HTML5. Don’t use this component, as an alternative you should utilize JavaScript and CSS to create such results.

Full Coding of Lecture No : 02

<html>
<head>
	<title>On-line Rozgaar Program Lecture 02</title>
</head>
<physique>

<h1>What's break tag and the way we are able to use them.</h1>

Hypertext Markup Language (HTML) <br> is the usual markup language for paperwork <br> designed to be displayed in an internet browser. It may be assisted by applied sciences reminiscent of Cascading Type Sheets (CSS) and scripting languages reminiscent of JavaScript.
 
 <h1>Paragraph Tag</h1>

<p>
 Hypertext Markup Language (HTML) is the usual markup language for paperwork designed to be displayed in an internet browser. It may be assisted by applied sciences reminiscent of Cascading Type Sheets (CSS) and scripting languages reminiscent of JavaScript.
</p>

<h1>Heading in HTML</h1>

<h1> I really like Islam and Pakistan </h1>
<h2> I really like Islam and Pakistan </h2>
<h3> I really like Islam and Pakistan </h3>
<h4> I really like Islam and Pakistan </h4>
<h5> I really like Islam and Pakistan </h5>
<h6> I really like Islam and Pakistan </h6>

<h1>What's itemizing and Kinds of Itemizing tag.</h1>
	
	<marquee><h2>Ordered listing </h2></marquee>

	<h2>1.Ordered listing </h2>

    <ol>
    	<li>Ice Cream</li>
    	<li>Espresso</li>
    	<li>Tea</li>
    	<li>Milk</li>
    </ol>


	<marquee><h2> Un-ordered listing </h2></marquee>
	
	<h2>2.un-ordered listing </h2>
    <ul>
    	<li>Ice Cream</li>
    	<li>Espresso</li>
    	<li>Tea</li>
    	<li>Milk</li>
    </ul>

</physique>

</html>

Obtain : On-line Rozgaar – What’s HTML, CSS, JS, PHP and SQLI

Watch Lecture : 02 Full Video Tutorial

Leave A Reply

Your email address will not be published.