unit : 2
HTML
first of all what is HTML?
ans:Html is a markup languages for describing web documents(web pages).
* Html stands for Hyper Text Markup Languages .
* A markup languages is a set of markup tags.
* Html documents are described by Html tags.
* Each Html tag describes different document content.
THE HTML CODE IS :
the result of this code is here:👇
**HTML TAGS**
Html tags are the hidden keywords withing a web page that define how yor web browser must format and display the content.
Types of Html tags
(i) Container tag
(ii) Empty tag
First of all i will discuss about container tag
Container tag : container tags are the tags in html which have both opening and closing tag.
here the example of container tag :
1:<b> any text </b>
2:<body> content have </body>
3:<u> any text </u>
and then i will discuss about empty tag
Empty tag: Empty tags have no ending tags.
here the example of empty tag :
1:<br>
2:<hr>
3:<input>
In last i will describe about html Attributes
Attributes are the properties of a tag which is used to add some additional information on tag content for example <body> tag has attributes such as text, background etc.
Each tag has its own special attributes.
Not easy tag has attributes
<font> tag
<font> </font>
<font> tag is used to change the size,color and font face to selected text.
Attributes of <font tag>
1.size=value
Use to change the size of selected text but you have to remember that the maximum size you canonly assign is 10 or minimum is 1 .
2. color=color-name
Use to change font color or selected text.
3.Face="writing-name"
change the font of selected text.
Basic tags
The following shows the basic Html tags the define the basic web pages.
Tag Description
(i)<html> </html> specifies the document as a web pages.
(ii)<head> </head> specifies the description information about the document.
(iii)<title> </title> specifies the title of the webpages.
(iv)<body> </body> specifies the body of a web document.
!!!! Thanks for watching this blog post!!!!
In this Blog post we will learn unit 2 Html basic language about web page development .
Hope you like this post and you will try to understand.
so this the post of unit-2 ( web page development ) in another post we will learning about Html style of this subject .
👇👇👇
Connected here for next post
!!!!!thank you!!!!!
0 Comments