Html and css full tutorials. Html full corse in hindi. Css in hindi
DAY 1
HYPERTEXT MARKUP LANGUAGE
1. INTRODUCTION
·
Hyper
text markup language
·
Html
is web language
·
Html
is front end language
·
Html
is platform independent language
·
Founder
of html is “Tim Berners lee”
·
Html
provides predefine tags to design webpage.
·
Html
not case sensitive.
·
Latest
version of html is html 5.2
·
Html
extension is .html or .htm
·
Html
is controlled and managed by an organization named “w3c”(word wide web
consortium ).
2.
TYPE OF TAGES
·
Tags
are two types
·
Container
tag or paired tag
·
Ex.
<p></p> is container tag
·
Standalone
tag or single tag or unpaired tag
·
Opening
tag but not a closing tag called paired tags
·
Ex.
<hr>,<br>
3.
BASIC STRUCTURE OF HTML
·
<html>
·
<head>
tags related to page property </head>
·
<body>
visible text or tag is written here</body>
·
</html>
4.
Tags In head section
·
<style></style>
·
<script></script>
·
<noscript></noscript>
·
<meta/>
·
<base/>
·
<command></command>
·
<link/>
·
<title></title>
Title logo is called fav icon.
For enter
the location of next folder use / and
“folder name”.
For exit the
location of folder use ../ and “folder name”.
For enter
the location of next drive use : ex- D:
../../../E/F/1.JPG
../../1.JPG
For change
the background color use bgcolor attribute in body open container.
For change font style and colors use <font></font>.and use attributes.
<p></p>------for paragraph
tag
<b></b> -----bold the text
<strong></strong>------bold
the tex
<i></i>--------italic text
<u></u>-------under line
<big></big>---------big
text
<small></small>-------small
text
<em></em>-----------for
italic text
Heading tags in html.
<h1></h1>
<h2></h2>
</h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
Use <mark></mark> for
highlight paragraph.
Use <strike></strike>,<s></s>,<dell></dell> for cut the text.
For base text use
<sub></sub>.
For power on text use
<sup></sup>.
For line break us <br> tag.
Create
symbols use html tags.
“ ” none breaking space.
© for copyright symbol.
® for register symbol.
↑ for up arrow.
↓ for down arrow.
→ for right arrow.
← for left arrow.
Comments
Post a Comment