Write an HTML program using different attributes;
Bg color = red , Table border =2 Bg color =blue , cell spacing =2 cell padding =5 , Adding table heading (
school ,days ,time , location ) if any one is intelligent slove that,
Answers
Answered by
4
Explanation:
All HTML elements can have attributes. The href attribute of <a> specifies the URL of the page the link goes to. The src attribute of <img> specifies the path to the image to be displayed. The width and height attributes of <img> provide size information for images.
Similar questions