T E C h O C E A N H U B

Introduction to HTML

HTML stands for Hyper Text Markup Language used by the browser to manipulate images, contents, texts and other content, in order to display it in the required format. Also, it describes the structu [.....]

Read More

Html forms and input type

The <form> Element The HTML <form> element is used to create an HTML form for user input: <form> <input type=”text” name=”txtFname”/></form> The <form [.....]

Read More

Implementing Video tag.

As we saw a <audio> tag in HTML. Video tag is also important as we can embed a video in HTML as well as audio. The HTML Video element ( <video> ) embeds a media player which s [.....]

Read More

Implementing Audio tag in HTML.

The audio tag is one of the important tags as it is used to implement sound or audio in the document as well as, in any project. The <audio> tag contains one or more different audio sources. T [.....]

Read More

Copyright ©TechOceanhub All Rights Reserved.