HTML Media
Multimedia is music, audio,videos and animations in different formats (.mp3, .mp4, .mpg, .wmv, .avi, .swf, .wav). <embed> tag is used
Read moreMultimedia is music, audio,videos and animations in different formats (.mp3, .mp4, .mpg, .wmv, .avi, .swf, .wav). <embed> tag is used
Read moreIn HTML different input type are used. Text input type<input type=”text” name=”name”> Used to define text box Example Password input
Read moreIn HTML marquee tag is used for scrolling text horizontally or vertically using direction attribute. The <marquee> Tag Attributes width used
Read moreTo display a web page within another web page used iframe tag. <iframe> tag is used to define iframe in
Read more<table> tag is used to define table in HTML Example <tr> tag is used for define table row. <th> tag
Read moreHTML Paragraphs<p> tag defines a paragraph in HTML,in paragraph browser itself add an empty line before and after a paragraph.
Read moreLinks help user to go other pages or specific parts of a particular page, link tag also known as hyperlinks
Read moreIn HTML webpage background can be changed by colors or images Background with Colors in HTMLBackground can be changed using
Read more