Skip to content

idreesishaq/html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

html

All about html. Here is I've listed all the html tags, attributes and jargons.

HTML is an acronym for HyperText Markup Language.

what is element

what is tags

what is opening tag in html

what is closing tag in html

what is a container tag

what is empty tag

Tag tag type Default display value description
<html> container tag block level to write the html code for markup write between the html container tag
<head> container tag <head> tag is a container tag for metadata. which gives the data about the html page but not displayed by the browser.
<title> container tag The <title> tag is used to define the title of the html page. which is displayed on the browser title bar or pages' tab.
<body> container tag In the <body> we write html codes. This tag contains all our document.
<h1> container tag It is the largest heading in html by default. and generally used for titles of main heading.
<h2> container tag the second largest heading
<h3> container tag subheading
<h4> container tag subheading
<h5> container tag subheading
<h6> container tag the smallest heading.
<p> container tag
<div> container tag The <div> Element defines the section in a HTML document.
<span> container tag (1) The <span> defines the section in an HTML document.

(2) It is an inline element
<b> container tag
<i> container tag
<sup> container tag
<sub> container tag
<br> empty tag
<hr>
<strong> container tag semantic markup -
<em> container tag semantic markup -
<blockquote> container tag semantic markup -
<q> container tag semantic markup -
<abbr> container tag semantic markup -
<cite> container tag semantic markup -
<dfn> container tag semantic markup -
<address> container tag semantic markup -
<ins> container tag semantic markup -
<del> container tag semantic markup -
<s> container tag semantic markup -
<ol> container tag
<li> container tag
<ul> container tag
<dl> container tag
<dt> container tag
<dd> container tag
<a> container tag
<img> empty tag
<figure> container tag
<figcaption> container tag
<table> container tag
<tr> container tag
<th> container tag
<td> container tag
<thead> container tag
<tbody> container tag
<tfoot> container tag
<marquee> contaginer tag marquee tag is used to scroll any content or text. To control the scolling direction and speed there are variety of attributes for marquee element available.
<>
<>
<>
<>
<>
<>
<>
<>
<>
<>
<>

<body>

Block-Level Elements

<address> <article> <aside> <blockquote> <canvas>
<dd> <div> <dl> <dt> <fieldset>
<figcaption> <figure> <footer> <form> <h1>
<h2> <h3> <h4> <h5> <h6>
<header> <br> <li> <main> <nav>
<noscript> <ol> <p> <pre> <section>
<table> <tfoot> <ul> <video>

Inline Elements

<a> <abbr> <acronym> <b> <bdo>
<big> <br> <button> <cite> <code>
<dfn> <em> <i> <img> <input>
<kbd> <label> <map> <object> <output>
<q> <samp> <script> <select> <small>
<span> <stong> <sub> <sup> <textarea>
<time> <tt> <var>

About

All about html. Here is I've listed all the html tags, attributes and jargons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors