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 moreColors can be specify using <body> tag or individual tags of content using bgcolor attribute. Color Coding in HTML There
Read moreHTML Formatting is used for text formatting in HTML for better look. We use many formatting tags in HTML, using
Read moreHeadings in HTML<h1> to <h6> tags are used in HTML for headinglargest heading tag in HTML is h1 and the
Read moreHTML Comment TagsComments are used to ignore the html code by web browser.Comments are helpful for developer to understand code
Read more