NYNARESH YELLAinnareshyella.hashnode.dev·Apr 3, 2023 · 2 min readComplete usage of Audio and Video TagsAudio Tag: The audio tag in HTML is used to embed audio content into a web page. This tag supports many audio formats, such as MP3, WAV, and OGG, and allows you to add controls for playback, volume, and more. Here's an example of how to use the audio...00
NYNARESH YELLAinnareshyella.hashnode.dev·Apr 2, 2023 · 1 min readParagraph in HTMLHTML (Hypertext Markup Language) is the standard markup language used to create and design web pages. In HTML, a paragraph is a block-level element used to structure and organize text content on a web page. To create a paragraph in HTML, the <p> tag ...00
NYNARESH YELLAinnareshyella.hashnode.dev·Dec 22, 2022 · 2 min readArray and Array Methods in Java ScriptArray: A group of variables under a single name. This can be accessed using the index. The Index starts with 0 and ends with a length minus 1 How to access an array using the Index Ways of Writing an array There are two ways we need to write an arr...00
NYNARESH YELLAinnareshyella.hashnode.dev·Dec 11, 2022 · 1 min readh1 Tag in HTML<h1> to <h6> HTML elements are six levels of heading sections , being h1 is highest and h6 is lowest Notes: avoids using multiple <h1> tags on one page ( as long as they are not nested) Don't use the heading element to resize text, instead use the CS...00
NYNARESH YELLAinnareshyella.hashnode.dev·Dec 10, 2022 · 1 min readWeb serves in Web DevelopmentThe Web server consists of the software side and hardware side. The Software side consists of an HTTPS server and the Hardware side consists of Html files, pictures, recordings etc., The aim of Webserver : The main aim of web servers is to display we...00