Skip to main content

Posts

Showing posts from November, 2020

Micro Master Moon

  https://www.youtube.com/channel/UC_Ck-vOkiPGzUscCL-28u3A

HTML පින්තූර හා වීඩියෝ

  වෙබ් පිටු සෑදීමේදි පින්තූර හා වීඩියෝ අවශ්‍ය වේ. එය නිවැරදිව යොදමු. <! DOCTYPE   html > < html   lang = "en"   dir = "ltr" >    < head >      < meta   charset = "utf-8" >      < title > your website </ title >    </ head >    < center >< body   style = " background-color:black; " " >      < h1   style = " color:red " > Your name </ h1 >      < h2   style = " color:blue " > Your Name </ h2 >      < img   src = "img.png"   alt = "img"   ></ center> d පින්තූර සදහා වීඩියෝ සදහා < video   width = "320"   height = "240"   controls >    < source   src = "movie.mp4"   type = "video/mp4" >    < source   src = "movie.ogg"   type = "video/ogg" > Your ...