Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Blogging Blogs  >  Tutorialdeep - An online web development and blogging tutorial blogging Blog  > 

Tutorialdeep - An Online Web Development And Blogging Tutorial Blog


tutorialdeep.com
Tutorialdeep is a free tutorial for beginner. You can learn the basics of web technology and blogging from this tutorial. This makes your coding techniques easy to develop websites and increase you blogging techniques.
2017-07-14 17:16
Definition: HTML tbody tag is used to specify the main content part of the table. The tbody tag used with the HTML thead tag and HTML tfoot tag to create data in tabular form. The browser u… Read More
2017-07-13 06:08
Definition of HTML td tag HTML td tag is used in tables to show data cells. The tag comes with tr tag as a group or singles to show tabular data in rows. Combination of multiple data cells… Read More
2017-07-12 18:20
Definition of HTML textarea tag HTML multiline textarea is used to show multiline input box. This input box can contain an unlimited number of lines for the user to enter text messages. A t… Read More
2017-04-18 05:56
HTML h6 tag represents the sixth level heading used in HTML document. This is the least important heading with the lowest rank. Syntax Enter heading text here...This is the h6 heading text O… Read More
2017-04-18 05:53
HTML h5 tag represents the fifth level heading used in HTML document. This is the fifth in rank among all headings. Syntax Enter fifth level heading text here...This is the h5 heading text O… Read More
2017-04-18 05:52
HTML h4 tag represents the fourth level heading used in HTML document. This is the fourth rank among all the headings. Syntax Enter fourth level heading text here...This is the h4 heading te… Read More
2017-04-18 05:34
HTML h3 tag represents the third level heading used in HTML document. This is the third in rank among all headings. Syntax Enter third level heading text here...This is the h3 heading text O… Read More
2017-04-18 05:33
HTML h2 tag represents the second level heading used in HTML document. This is the second in rank among all headings. Syntax Enter second level heading text here...This is the h2 heading tex… Read More
2017-04-18 04:57
HTML h1 tag represents the first level heading used in HTML document. This is the first rank among all the headings. Syntax Enter first level heading text here...This is the h1 heading text… Read More
2017-03-07 15:45
HTML label tag is used to show labels of form elements. Syntax put label name here.. Select your State Uttar PradeshBiharMadhya PradeshChattisgarhOrissaAndhra Pradesh Output Se… Read More
2017-03-07 14:35
HTML head tag is used in web pages to include title, metas and other head elements. Syntax some head elements comes here... This is the title. Main content comes here... Resource… Read More
2017-03-05 17:33
HTML br tag is used to give line breaks inside content. Put tag inside content where you want to give line break. Syntax put a tag inside contentThis is a paragraph content to show the outp… Read More
2017-03-05 17:27
HTML body tag is used inside web pages to show the content of HTML. Syntax put body content here... This is the body content. Output This is the body content.Resources and Reference… Read More
2017-03-05 17:18
Definition of HTML tfoot tag HTML tfoot tag is used in tables to show table footer. We use HTML tr tag to show table footer rows, HTML td tag to show table footer cells. Table of Content… Read More
2017-03-05 17:13
Definition of HTML thead tag HTML thead tag is used in tables to show header. This tag comes in table with HTML tfoot tag and HTML tbody tag. Table of Content Syntax Resources and Referen… Read More
2017-03-05 15:36
Definition of HTML tr tag HTML tr tag is used to show HTML table row. A table can contain many numbers of rows. We can define the HTML table row using this tag. Table can display with rows… Read More
2017-03-05 15:33
Definition of HTML th tag HTML th tag is used in tables to show table header cells. This tag is used in table header to display cells. We can use this tag in HTML thead tag. However, we can… Read More
2017-03-05 15:14
HTML map tag is used to give each image area a link to open on click. Each area contains a link and you can open the link by clicking on that particular area. A mapping can be done by using… Read More
2017-03-05 15:07
HTML option tag is used in select tag to show select options. Syntax Enter option hereSelect your Batsman Sachin TendulkarRicky PontingKevin PetersonMauriss OdumbeBrian LaraSanath Jayasury… Read More
2017-03-05 15:05
HTML select tag is used to show select options inside forms. The tag uses HTML options tag to include the options inside select tag. Syntax Put options here...IndiaAustraliaEnglandAmericaKen… Read More
2017-03-05 14:57
HTML input tag is used to get user input data to communicate with a website. This tag comes in forms, which on submit, some action will perform to send the data. The HTML input control is of… Read More
HTML Unordered List Tag
2017-03-05 14:46
Definition of HTML tag HTML tag is used to show information in the form of a list. This display list with no special order. We can call this list as a bulleted list. The table of content… Read More
2017-03-05 14:40
HTML ordered list tag is used to show information in the form of a list with the numbers at the start in each list item. We can call this list as a numbered list. Syntax put list items hereL… Read More
HTML Underline Tag
2017-03-05 14:26
Definition of HTML underline tag HTML Underline tag is a formatting tag used in content to make text underline. What is the use of HTML5 underline tag We can make text underline to show hea… Read More
2017-03-05 14:12
HTML sup tag is used in html to make text superscribed. Syntax Enter superscribed text here... Text appearance superscript text as of word document. Output Text appearance superscript text a… Read More
2017-03-05 07:43
HTML sub tag is used in html to make text subscribed. Syntax Enter subscribed text here... Text appearance subscript text as of word document. Output Text appearance subscript text as of wor… Read More
2017-03-05 07:41
HTML strong tag is the text Formatting tag used in HTML to make text strong. Syntax Enter strong content here.. A strong text looks like bold text. strong text appearance with some font weig… Read More
2017-03-05 07:38
HTML small tag is the text Formatting tag used in html to make text smaller. Enter small text here... This is a smaller text looks one font small. Output This is a smaller text looks one fon… Read More
2017-03-05 07:33
HTML ins tag is the text formatting tag used to specify inserted text. Syntax Enter inserted text here..This is an inserted text. Output This is an inserted text. Resources and References of… Read More
2017-03-05 07:28
HTML bold tag is the text Formatting tag used in html to make text bold. Enter bold text here...This is my bold text. OutputThis is my bold text.Resources and References of HTML bold tag1… Read More
2017-03-05 07:09
HTML italic tag is a text Formatting tag used to make text italic. Syntax Enter italic text here...This is an italic text as of word document. Output This is an italic text as of word docume… Read More
2017-03-05 06:49
HTML big tag is the text Formatting tag used in HTML to show larger text which looks one font larger than previous text. Syntax Enter some text here for big tagThis is a larger text looks on… Read More
2017-03-05 06:45
HTML em tag is the text formatting tag makes text italic with some importance given to the text. Syntax Enter content to show as emphasis textThis is a emphasis text. Output This is a emphas… Read More
2017-03-05 06:39
HTML del tag is the text Formatting tag used in HTML to show deleted text. Syntax Enter deleted text here....This is a deleted text Output This is a deleted textResources and References of H… Read More
2017-03-04 14:43
HTML dl tag is used to specify description list in HTML. Syntax put description list elements here...List of laptop brands: Asus Asus A555L HP HP HP68M Output List of lapto… Read More
2017-03-04 14:38
HTML dt tag is used to specify data term for description list. The tag comes in description list tag. Syntax Enter first data termList of best mobile companies: Samsung Samsung Galaxy… Read More
2017-03-03 15:21
HTML dd tag is used to specify data description for data term in description list. Syntax put data description content here...List of Antiseptic Creams: Patanjali Patanjali Boro soft… Read More
2017-03-03 14:58
HTML button tag is used to define a clickable button in HTML forms. Syntax Enter text here... Enter your Name Submit Output Enter your NameSubmit Resources and Refe… Read More
2017-03-02 16:06
HTML noscript tag is used when your browser does not support script. Syntax Enter noscript content here...Your Browser does not support script Output Your Browser does not support scriptReso… Read More
2017-03-02 15:13
HTML noframes tag is used to show message when browser does not support frames. Syntax Enter noframes text hereYour browser does not support frames Output Your browser does not support fra… Read More
2017-03-02 15:10
HTML frameset tag is used to load multiple separate HTML document inside a single document. Syntax ... Output Resources and References of HTML frameset tag 1. W3C Specificati… Read More
2017-02-27 16:48
HTML style tag is used inside html webpages to include the inline css. The inline css gives styling to the content of the website. The look and feel depends upon the CSS. Syntax of HTML styl… Read More
HTML Var Tag
2017-02-27 16:38
Definition of var tag HTML var tag is used to show mathematical expression including variables. What is HTML5 var tag Mathematical expression is, the equations we use in mathematics. The eq… Read More
2017-02-27 15:42
HTML strike tag is used inside webpages to specify strikethrough text. Syntax put strike content here... This is the example of strike tag to show price of a product. You can purchase your… Read More
2017-02-27 15:29
HTML samp tag is used to show sample output and user input. Syntax Enter sample text here.. This is a sample text. Output This is a sample text. Resources and References of HTML samp tag 1… Read More
2017-02-27 14:56
HTML s tag is used inside webpages to show text which is not accurate or relevant. The irrelevant content can be a original price of the product which can be display with discount price. Syn… Read More
2017-02-26 12:36
HTML span tag is used inside webpages to show inline content. The span is considered as a small content inside web pages. put your span content here... Both div and span tag shows different… Read More
2017-02-26 11:28
HTML script tag is used to specify javascript code inside html document for some dynamic events. If we want to do some dynamic task we need to use some script. This script contains some java… Read More
2017-02-26 06:50
HTML ruby tag is used to specify explanation of the content character for east asian typography in ruby notation. East asian typography characters are the character used in chinese and japan… Read More
2017-02-26 06:45
HTML rt tag is used to specify explanation of content character for east asian typography in ruby notation. Syntax Enter some rt character here... This is the example of the rt tag specifyin… Read More
2017-02-26 06:16
HTML rp tag is used to specify parenthesis around a ruby notation. This tag comes inside HTML ruby tag to display text in east asian typography. Syntax Enter some rp content here... … Read More
2017-02-26 05:33
HTML q tag is used to show short quotation inside web pages. These short quotations are the contents that are quoted from another source. Syntax Enter some quoted text here... This is a quo… Read More
2017-02-26 04:35
HTML param tag is used to pass the parameters to embed an object for the object element. The parameters can be a location of the object to embed. ... This is the example for… Read More
2017-02-24 15:38
HTML optgroup tag is used to show select options in groups inside the form elements. The option tag is used inside optgroup for the grouping options. Syntax put here grouping optionsHTML fo… Read More
2017-02-23 15:09
HTML object tag is used to include the video, sound or other media files in the web pages. Almost all the browsers support the object tag to show video or audio content. Syntax Output This… Read More
2017-02-22 14:17
HTML meter tag is used for scalar measurement within known range. meter tag can be include inside web document using min and max value. Syntax put text here2 out of 5 Output 2 out of 5List o… Read More
2017-02-20 15:14
HTML meta tag is used to declare metadata inside web document. A metadata can play a major role in the Search Engine Optimization of a website. Meta tag should include inside tag of the HTM… Read More
2017-02-19 15:28
HTML link tag is used to link external document inside web pages. This can be stylesheet to include CSS for the styling of the document. The link tag can be include inside head tag of the we… Read More
2017-02-19 15:16
HTML legend tag is used to show title or captions for the fieldset elements. This makes form elements much easier for the user to understand. Syntax Enter some legend text here Person… Read More
2017-02-19 15:00
HTML kbd tag is used to specify user keyboard input. Syntax Enter keyboard text here..This is kbd tag text Output This is kbd tag textResources and References of HTML kbd tag 1. W3C Specific… Read More
2017-02-19 14:25
HTML html tag is the root or Top-Level element of the HTML document. The HTML specification tells the browser that this is an HTML document. The HTML head tag comes just after this tag. Synt… Read More
2017-02-19 13:33
HTML hr tag is a horizontal ruler used to show horizontal lines in content. Syntax This is the first paragraph. This is the second paragraph. Output This is the first paragraph. This is… Read More
2017-02-19 06:06
HTML frame tag is used to specify one particular window for HTML document. The frame tag defines within the HTML frameset tag. Syntax OutputResources and References HTML frame tag1. W3C Spec… Read More
2017-02-19 05:55
HTML font tag is used to specify the base font, color, size and font family for a website. The specifications define by font tag is applied to all the pages of a website. Syntax This i… Read More
2017-02-19 05:16
HTML fieldset tag is used to show form elements in groups. The fieldset tag is used with tag to show details . This makes form elements much easier for the user to understand. Syntax Enter… Read More
2017-02-19 04:22
HTML dir tag is used to show directory lists in webpages. This dir tag inserted just after table tag to show title of the tables. Syntax Enter text1 here... Enter text2 here… Read More
2017-02-18 16:06
HTML dfn tag is used to show definition term in web pages. This definition term is used to show the main term inside paragraphs. This shows what is the paragraph is for. Syntax Enter some te… Read More
2017-02-17 16:07
HTML data tag is used to show machine readable content inside web pages. This is very useful when you want to process your data using some script. Syntax Enter some text here for dataTwo tho… Read More
2017-02-17 15:41
HTML colgroup tag is used to specify table background styles. The colgroup tag defines the column background of table with HTML col tag. Syntax Put colgroup element here...This is the table… Read More
2017-02-15 15:52
HTML col tag is used to specify the background for table column content. we can style the table columns using style attribute in HTML col tag. There is no closing tag for col element. Syntax… Read More
2017-02-14 16:03
HTML code tag is used to show computer codes inside webpages. Syntax Enter some code here...This is code Output This is codeResources and References HTML code tag 1. W3C Specification. 2. HT… Read More
HTML Cite Tag
2017-02-14 15:23
HTML cite tag is used to show title of a work inside web pages. The title for work like a book, paper, painting, script, film, exhibition, T.V. Shows etc. This cite title looks italic and ap… Read More
2017-02-13 15:41
HTML center tag is used to show text with alignment to center. The center tag is depreciated now, But you can center align the text using css text-align property Syntax Enter some text here… Read More
2017-02-12 15:05
HTML caption tag is used to show the title of the tables inside web pages. This caption tag must be inserted just after table tag to show the title of the tables. Syntax Enter text here for… Read More
2017-02-12 05:59
HTML blockquote tag is used to show block of quotes inside web pages. These block of quotes showing contents that are quoted from another source. Syntax Enter blockquote content here...This… Read More
2017-02-12 05:40
HTML bdo tag is used to override the text to other direction in a website. We can call it as a bidirecitonal override system. The direction is from left-to-right and from right-to-left. Syn… Read More
2017-02-12 05:01
HTML bdi tag is used to specify the bidirectional text in a website. The bidirectional text are the text write from left-to-right or right-to-left directions. The syntax for bdi tag is: En… Read More
2017-02-11 15:06
HTML basefont tag is used to specify the base font, color, size and font family for a website. These base specifications is applied to all the pages of a website. Syntax Output Basefont ta… Read More
2017-02-09 15:30
HTML base tag is used to specify the base url of a website. This base url becomes the starting point of all the url’s. If You want to set the main url to take as the starting point of… Read More
2017-02-07 16:28
HTML div tag is used inside webpages to show divisions among content. The div is considered as a container inside web pages. These containers are the divided sections to show contents. Synta… Read More
HTML Area Tag
2017-02-05 06:01
HTML area tag is used to specify links to each image parts. After specifying the link to each area of image, you can hover and click the links to open them. Output HTML area tag attributes… Read More
2017-02-05 05:35
HTML address tag is used inside webpages to show address. The address indicating inside address tag displays as italic text. The text looks italic without using HTML italic tag. Syntax Put y… Read More
2017-02-05 05:04
HTML acronym tag is used to show acronyms in the web pages. The acronym tag is used with the title attribute to show the full form of the acronyms. Syntax put here the acronymeviationBHEL… Read More
2017-01-30 16:32
HTML abbr tag is used to abbreviations in the web pages. The abbr tag is used with the title attribute to show the full form of the abbreviation. Syntax put here the abbreviationBHEL ICC… Read More
HTML Doctype Tag
2017-01-29 03:26
HTML Doctype tag is used to specify the version of the html using. This tag must include before html tag to show Document Type Declaration. Tag tag does not contain any content and does not… Read More
2017-01-29 02:59
HTML comment tag is used to put comments in HTML documents. The comments are visible in source code and not in the browser. Syntax This is the main heading This is the paragr… Read More
HTML Wbr Tag
2017-01-26 15:17
A wbr tag is used for word break opportunity when the browser finds it required to display. A word break opportunity is the best way to wrap your text. The text automatically reaches to the… Read More
2017-01-26 13:14
Definition of HTML track tag HTML track tag used to define text tracks(such as captions, subtitles etc) for video and audio. There are five types of text tracks like subtitles, captions, des… Read More
2017-01-26 12:21
Definition of HTML time tag HTML time tag is used to show date and time in webpages. This specifies the date and time and encode it in machine readable for schedulling task. Table of Con… Read More
2017-01-26 06:38
HTML summary tag is used to show heading for details element in HTML . This tag can be used to create accordion widget which shows content on toggle open and close. Syntax Enter summary cont… Read More
2017-01-25 17:16
HTML source tag is used to show media resources in web pages. The audio tag and video tag are the media resources which we can show inside a web page. This is the example to show audio usi… Read More
2017-01-25 02:01
HTML section tag is used to show sections of content in webpages. Syntax sectional content goes here..specification one This is the paragraph in section one specification two This is… Read More
2017-01-22 16:12
HTML progress tag is used to display the completion progress of the task. The progress bar can be used with javascript to display process as it is underway. This is very useful when someone… Read More
2017-01-22 15:38
HTML pre tag is used to display preformatted text. The preformatted text can be any computer code to display on web pages. Syntax Enter pre content here NA, Villa, 203 CA Building… Read More
2017-01-22 12:06
HTML picture tag is used to give flexibility to the developer to define different images for different screen sizes. The picture tag uses a source tag to give screen sizes with image specifi… Read More
2017-01-22 07:04
HTML output tag is used to specify the result of the calculation. The output can be a result of the calculation performed by the script or the result of user interaction with the form submi… Read More
2017-01-22 06:19
HTML nav tag is used to specify list of navigational menus. These menus are the links for the internal pages of the website. Syntax list elements comes here...Home Privacy Policy… Read More
2017-01-22 05:09
HTML menuitem tag is used to a specify a list of commands. These menus of commands come under HTML menu tag and should be performed by the user. Syntax These commands can be seen by right cl… Read More
2017-01-20 15:07
HTML menu tag is used to specify a list of commands in HTML. The type attribute specifies the type of menu to display. Syntax put menuitems here... The script only works in Firefox. Output… Read More

Share the post

Tutorialdeep - An online web development and blogging tutorial

×

Subscribe to Tutorialdeep - An Online Web Development And Blogging Tutorial

Get updates delivered right to your inbox!

Thank you for your subscription

×