Posts

Showing posts with the label HTML Tutorial

HTML5 and CSS3 Beginner Tutorial 1

Image
Hi Friends , I have already introduced about HTML . If you are seeing this blog and reading my post means i think you want to know about some thing about HTML and Web development . I have not created the following tutorial . But i thing it will be very useful for you to know more about HTML    HTML5 and CSS3 Beginner Tutorial 1

How To insert An Image in HTML Document

Image
How to Insert an Image in to a HTML Document ?

HTML Tutorials In Telugu

Image
Hi Friends , I Have started a HTML Tutorial Channel in Telugu . I thing this may be helpful for the people who wants to start their career as HTML Developer or web developer. I request you people to share it for the other people .

I know HTML & CSS .. Whats Next ?

Image
So you have know what is HTML And CSS. Now what you have to do now ? Now you want to know how you can get more experience and good Control on Coding . Its very simple . Find some basic templates . Download it and study thoroughly . How the Navigation panel Coded . how the content placed . You must have clear idea about the Layout of the Document . Start developing same Document . Don't copy and paste it . If you keep on doing this kind of exercise , you will understand and get experience. Try to develop at least 10 Document. Don't forget the oldest Dialogue "Practice Makes Perfect". Just keep on Doing same thing . Once you develop minimum of 10 Documents you will feel more confident . Don't waste your time by just watching the videos and tutorials . Start building the Pages ... Now

HTML Tutorial for Beginners - part 4 of 4

Image

HTML Tutorial for Beginners - part 3 of 4

Image

HTML Tutorial for Beginners - part 2 of 4

Image
  In the previous videos we have seen an introduction About HTML video . Hope it has given some idea about HTML basics and its functionalities . I personally suggest to practice  more . So without out wasting any time let us jump in to the second Videos of the HTML Tutorials 

HTML Tutorial for Beginners - part 1 of 4

Image
As Every body knows  HTML is first step and most important topic to become web developer . Knowing about HTML will help you to understand about web documents . So let me introduce one of the basic introduction tutorial videos about HTML . Here it is ...

Why clear : Both Is required ?

Image
Why clear : Both  Is required ? Where we are use this Clear Both ? Some times we want to start the content from new line . Due to the float property which we might have given for the previous div it will start from the same line  . In this case  we have to Use clear Both Property Exmaple : <html>     <head>         <style>     .box{         width:50px;         height:50px;         border:1px solid red;         float:left;     }     .box1{         width:50px;         height:50px;         border:1px solid blue;         float:left;     }     .clear{      ...

Important HTML Contents .

 Helo friends , so many people are asking about the important elements in HTML. You need not study entire HTML . Day be day we are getting better and better technology to learn . Understanding the HTML is mandatory . Here are few important topic to learn 1. In How many ways you can Create A HTML File 2. What is meant by HTML Tags? 3. How To write HTML Elements? 4. Basic HTML Structure ? 5. What is Header, Section , Aside , Footer  in HTML5 ? 6. What is Diff between Header & Head in HTML? 7. What is meant by Heading in HTML? How do you specify them? 8. What is meant by Paragraph? 10. What is link in HTML? 11. What is images in HTML? 12. What is meant by Attributes ? Why it is required ? 13. What is Attribute Values? 14. What is HTML Styles ? How do you specify them ? 15. What is Alignment in HTML , How do you specify them ? 16. What is meant by HTML Formatting ? 17. HTML Quotations, Citations, and Definition Elements? 18. What is  HTML Comment Tags?...

HTML Attributes ....

Image
What is HTML Attributes and  why it is required ? We already Understood what is meant by HTML Tag . <html> is one tag , <body> is one tag, <header> is one tag . So if we want to give more information about the above mentioned tags , that moment we use Attributes . It means we can give more information by using Attributes , To understand more about HTML Attributes follow the link given here and find our more . HTML Attributes If you still not able understand how it can used and where it can be used   find out more here about the HTML Attributes here.

best web development language

1.What is HTML? 2.Document Structure? 3.Meta Tag & Heading Elements 4.DIV,SPAN & ADDRESS. 5.LISTS & ITEMS 6.Tables 7.Links & Anchors 8.Images & Image Maps 9.Floating Objects & Formatting 10.Fonts with Styles 11.Layout Designs with Frame 12. Form Control & Tyeps. 13. Elements & Attributes 14. Structuring with Fieldset 15. Access Key & Tab Index.

Closing HTML Tags

Closing the HTML tags immediately after opening is the best method . It will give you full control on the code . It will minimize the errors . So i do practice it . It helped me Lot. <html> </html> Its not only gives you the control on coding , it will help you to understand the layout of the document . Let us look it in details . I am  assuming that you dont have any idea about HTML. Step 1 : start the document with <html> and close it with </html> Step 2: 2.Start the Body <body></body> After HTML tag ... <html> <body> </body> </html> Step 3: Write something Between <body> & </body> <html> <body> Hi , Thi is my first Webpage ...  </body> </html> Step 4: Now save this as sample. html You can give any name you want . its up to you . Once you save this open within Any browser . .  Now your very first Html page is ready , Congratualation ...

HTML ప్రాముక్యతలు

HTML ఒక ఆసక్తికరమైన సబ్జెక్టు . మీరు ఒక మంచి ఉద్యోగం కోసం వెతుకుతున్నారా? . ఈ  బ్లాగుని క్రమం  తప్పకుండా  ఫాలో అవ్వండి .  45 కేవలం  60   రోజుల్లో  మీరు ఓకే professional  వెబ్ developer అవుతారు . ఎప్పుడు  ఏ రకమైన సందేహం వచ్చినా నన్నుcontact చెయ్యండి . Important HTML Contents : 1. <html> 2. <head> 3.<title> 4. <style> 5.<link> 6.<a> 7.<img> 8. <border> 9.<table> 10.<div> 11.<span> 12.<ul><ol> 13.Elements & Frames 14.Forms 15. Input tags If you know above tags you can get started in HTML . There are so much suject . But i am  not going to cover all the topics here . Just few tags will help you to start developing websites . Once you started you will come to know more about the subject where ever it rewuired . So .. let us start .

A Basic HTML Template

<html> <head>               <title> This is Title Of the Page </title>               </head>               <body>  This is HTML Body Section . All the content Written here will be displayed in our Website .               </body> </html> There are tons of material available on net related to the HTML . But still the way of teaching and presentation will make each content different . Let me start the web design tutorial from the basic level . If you are interested to know more about HTML .. here it is.. Learning HTML is always great fun and exciting . I like build the webpages and write some interesting  stuff . Its great and creative job to work .

HTML-Hyper Text Markup Language

Image
What is tags ? Tags describe the Content of Any Document. So A HTML Document Contains Tags and plain text . This HTML documents are also called as web pages . Since there is so much theory is available about the Introduction of HTML . Let us not go in to that much Deep . Just understand 1. What is HTML? HTML stands for Hyper Text Markup Language . Since it consists group of mark up tags it is called mark up Language . 2. What is Tags ?  Tag is an element which starts with "< "and ends with " >" . In other way we can say tags are the commands or instructions to the web browser . 3. What is Web page ?      A web page is group of HTML Tags which will be decorated with the CSS Properties .  A Basic web page will be developed by HTML . And the style and properties of that page will be developed with CSS. CSS stands for Cascading Style sheet . We can set height and width of the the document in CSS.