learn html programs(143 program)how to use variable(c-language)program in html

Опубликовано: 04 Октябрь 2024
на канале: Jay Shukla
7
1

#html #coding #magicofoneclick #use #c #language #program #html5 #javascript #variable

Hello everyone and welcome to my channel magic of one click,please subscribe,like and share to get amazing programming videos.

In this program we will learn how to use variable c language program in html.

DESCRIPTION OF TAGS:-
HTML - Tag tells browser that it is html document.
HEAD - Tag is used to define the head portion of the document which contain information related to the document.
TITLE - Tag is used to give title of the program.
BODY - Tag defines main content of HTML.
SCRIPT - The script tag is used to embed a client-side script (JavaScript). The script element either contains scripting statements, or it points to an external script file through the src attribute. Common uses for JavaScript are image manipulation, form validation, and dynamic changes of content.