APOORV PATHAK TECHNOLOGY LTD. , as its name suggests is created by Apoorv Pathak,an Indian BLOGGER/INFLUENCER/YOUTUBER. Apoorv Pathak is just 15 years old and is having his own company having a turnover of more than 583$ per year. Apoorv Pathak is having career in tech youtubing and gaming.

YOUR DESTINATION FOR EVERYTHING IN TECHNOLOGY.



Updates

WE HAVE LAUNCHED VIRAL SCRIPT / WISHING SCRIPT FOR NEW YEAR 2019 DESIGNING Team SEARCH STARTS, CONTACT US FOR MORE INFO

Saturday, 3 November 2018

LEARN HTML ONLINE FOR FREE PART-03


LEARN HTML ONLINE PART 03 FOR FREE


Attributes
Some tags have special attributes, which offer many options to format the text contained. Attributes are written within angular brackets with its corresponding tag one after another with a space in between each of them.
For Example: <FONTSIZE = 5 COLOR = “RED”> Where, SIZE and COLOR are attributes of the <FONT> tag.
Values
Attributes can have values. Most of the attributes have some defined values, which will be accepted only by that attribute.
For example: <FONT SIZE=5> where, 5 is the value of the SIZE attribute of the <FONT> tag.
Nesting TAG
When you use tags within some other tags then it is called nesting of tags. Care must be taken while using closing tags. They should correspond to the last unclosed opening tag.
<A><B><C>………………..</C></B></A>
For Example:
<HEAD>
<TITLE> Learning HTML </TITLE>
</HEAD>
Special Symbols
HTML supports ASCII set of characters and some other characters too.
Four symbols are generally reserved in HTML : Greater than (>), Less than (<),
Straight double quotes (“ “) and Ampersand(&).

Structure Of An HTML Document
All HTML files should include at least the following four tags:
1)     <HTML> tag- This tag indicates that the documents has been written in HTML.
</HTML> tag- It indicates the end of the HTML documents.
2)     <TITLE> tag- This tag is used to give a title to the HTML documents.
</TITLE> tag- It is used to end title.
3)     <HEAD> tag- It is used to give heading to the webpage.
</HEAD> tag- It is used to end the head.
4)     <BODY> tag- This contains the body of the webpage. It is the area where most of the work is done.
</BODY> tag- It is used to end the body.



…………………………………………………………………………………………………………………………………………………………………………
I AM TRYING TO MAKE MY ONLINE COURSES SHORT AND PRECISE.
THAT IS WHY NEXT CHAPTER WILL CONTAIN OTHER IMPORTANT INFORMATIONS.
NEXT PART WILL BE MADE AVAILABLE TO YOU BY SHORTLY.
FOR VIDEO LESSONS: http://oke.io/TCfAy
PART 1:- CLICK HERE
PART 2:- Its HERE
                                                                                                                                                                                                                                                                                 ©APOORV PATHAK TECNOLOGY LTD.






SPECIAL THANKS TO HARSH;OUR NEW JOINEE IN R&D DEPT. YOU CAN JOIN US TOO contact pathakapoorv2003@gmail.com

No comments:

Post a Comment