Set Character Encodings for Form Submission in HTML

Govinda Sai
Updated on 02-Mar-2020 12:39:07

245 Views

The accept-charset attribute in HTML is used to include the character encodings for form submission.ExampleYou can try to run the following code to implement accept-charset attribute in HTML −           File Upload Box                                  

Set the Types of Files that the Server Accepts in HTML

Nitya Raut
Updated on 02-Mar-2020 12:35:56

205 Views

Use the accept attribute to set the types of files that the server accepts in HTML. Use the attribute only with .ExampleYou can try to run the following code to work with accept attribute −           File Upload Box                                  

Create Preformatted Text in HTML

Chandu yadav
Updated on 02-Mar-2020 12:35:10

203 Views

Use the tag to create preformatted text. Note − The tag deprecated.ExampleYou can try to run the following code to learn how to create preformatted text in HTML −           HTML xmp Tag               HTML tags include       for bold text, for italic text.    

Indicate Word Break Point in a Nobr Section in HTML

usharani
Updated on 02-Mar-2020 12:34:30

161 Views

The HTML tag defines a potential line breakpoint if needed. This stands for Word Break Opportunity.ExampleYou can try to run the following code to learn how to implement tag in HTML −           HTML wbr Tag               The browser to extend the document window beyond the size       of the viewing pane and the poor user must scroll right    

Add Text Tracks in HTML5 Media Players

Srinivas Gorla
Updated on 02-Mar-2020 12:33:51

324 Views

Use the tag in HTML5 to add text tracks used in media players. You can try to run the following code to learn how to add text tracks used in media players in HTML5 −Example                                                            Your browser does not support the video element.          

Create Underlined Text in HTML

Nikitha N
Updated on 02-Mar-2020 12:31:16

561 Views

The HTML tag is used to underline a text. You can try to run the following code to create underlined text in HTML −Note − This tag is deprecated now and should not be used. Use CSS instead.Example           HTML u Tag               Qries.com is the next generation knowledge management system.    

Add Document Title in HTML

varma
Updated on 02-Mar-2020 12:28:36

333 Views

Use the tag to add document title. The HTML tag is used for indicating the title of the HTML document. The body title is placed between the and the tags.ExampleYou can try to run the following code to learn how to add document title in HTML −           Title comes here               title tag is used for indicating the title of the HTML document. HTML document          title is visible via browser’s title bar.    

Add Date and Time in HTML5

Vrundesha Joshi
Updated on 02-Mar-2020 12:23:18

4K+ Views

Use the tag to add date and time. The HTML tag is used for displaying the human readable date and time.The HTML tag also supports the following additional attribute −AttributeValueDescriptiondatetimedatetimeIt is a machine readable date timeExampleYou can try to run the following code to learn how to add date and time in HTML5 −           HTML time Tag               The time is 08:30 pm    

Create Table Heading in HTML

V Jyothi
Updated on 02-Mar-2020 12:20:32

749 Views

Use the tag in HTML to create a heading. The HTML tag is used for specifying a header cell or table header within a table.The following are the attributes −AttributeValueDescriptionabbrabbreviated_textDeprecated − Specifies an abbreviated version of the content in a header cell.alignrightleftcenterjustifycharDeprecated − Content alignment in header cell.axisNameDeprecated − Specifies a category for this th.bgcolorrgb(x, x, x)#hexcodecolornameDeprecated − Specifies the background color of the header cell.charCharacterDeprecated − Specifies which character to align text on. Used when align = "char"charoffpixels or %Deprecated − Specifies an alignment offset (either in pixels or percentage value) against the first character as specified ... Read More

Include an Abbreviation in HTML

Nishtha Thakur
Updated on 02-Mar-2020 12:18:45

233 Views

The HTML tag is used for indicating an abbreviation. You can try to run the following code to learn how to include an abbreviation in HTML −Example        HTML abbr Tag                     pvt.             WHO       promotes the global game.                

Advertisements