Skip to main content

Posts

Patent Law for Engineers and Scientists ( NPTEL Answers- Assignment -3 )

                  Patent Law for Engineers and Scientists  ( NPTEL Answers- Assignment -3 )

Patent Law for Engineers and Scientists ( NPTEL Answers- Assignment -2 )

                  Patent Law for Engineers and Scientists  ( NPTEL Answers- Assignment -2 )

Loading CSS animation

     Loading CSS animation HTML <!DOCTYPE  html > <html  lang= "en" > <head>      <meta  charset= "UTF-8" >      <meta  name= "viewport"  content= "width=device-width, initial-scale=1.0" >      <title> Document </title>      <link  rel= "stylesheet"  href= "style.css" > </head> <body>      <div  class= "container" >          <img  src= "ghost.png"  class= "ghost"  alt= "" >          <img  src= "shadow.png"  class= "shadow"  alt= "" >      </div> </body> </html> CSS *  {      margin :  0 ;      padding :  0 ;      box-sizing :  bo...

How to Place VIDEO inside Text using Html & CSS

How to Place VIDEO inside Text using Html & CSS HTML <! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   name = "viewport"   content = "width=\, initial-scale=1.0" >      < title > Video in TEXT </ title >      < link   rel = "stylesheet"   href = "style.css" > </ head > < body >      < video   src = "cloud.mp4"   autoplay   muted   loop ></ video >      < h1 > INSANE </ h1 > </ body > </ html > CSS * {      margin :  0 ;      padding :  0 ;      box-sizing : border-box;      font-family : Arial, Helvetica, sans-serif; } video {    ...

How to Download And Install Adobe InDesign 2020 In Windows 10

Introduction to Adobe InDesign InDesign is software for creating and editing page designing and layout arrangement tool used for arranging the contents in making posters, brochures, magazines, newspapers, books, presentations, and eBooks. It can also publish illustrations, graphs, tables, and other professional usages. High quality for both print and on-screen delivery, it was actually developed for original magazine market further it has become the no1 application in the world interactive developers, photographers and designers to use anywhere to place content and images in any format. It integrates with the rest of the Adobe tools such as Photoshop, Illustrator and flashes professional users from any profession can design, preview, review and produce content quickly and efficiently. InDesign also works with word processors such as MS Word, Adobe InCopy to import text. Any designer can make interactive designs by using animation pre-sets and media options in InDesign CS5. These powerf...

How to Put Image in Text using HTML & CSS

How to Put Image in Text using HTML & CSS HTML <! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < title ></ title >      < link   rel = "stylesheet"   href = "style.css" > </ head > < body >       < div   class = "text" >          INSANECODES       </ div > </ body > </ html > CSS * {      margin :  0 ;      padding :  0 ;      box-sizing : border-box; } * {      margin :  0 ;      padding :  0 ;      box-sizing :...

How to Download And Install Free Adobe Animate 2020 For Windows 10

How to Download And Install  Free Adobe Animate 2020 For Windows 10 What is Animate? See how you can use Animate to create a variety of animated content such as animated cartoons, advertisements, games, and other interactive content to publish on platforms such as HTML5 Canvas, Flash Player & Air, WebGL, or custom platforms such as Snap SVG. Adobe Animate (formerly Adobe Flash Professional, Macromedia Flash, and FutureSplash Animator) is a multimedia authoring and computer animation program developed by Adobe Systems. Animate is used to design vector graphics and animation for television programs, online video, websites, web applications, rich internet applications, and video games. The program also offers support for raster graphics, rich text, audio and video embedding, and ActionScript scripting. Animations may be published for HTML5, WebGL, Scalable Vector Graphics (SVG) animation and spritesheets, and legacy Flash Player (SWF) and Adobe AIR formats. It was first released i...