Skip to main content

Posts

THE HISTORY BLOG by adi teaches

 THE HISTORY BLOG Michelangelo’s first sculptures restored May 6th, 2022 Michelangelo’s first two sculptures, marble reliefs the  Madonna of the Steps and the Battle of the Centaurs carved when he was a teenager, have been restored and are on display at the Casa Buonarotti museum in Florence. Michelangelo was just 15 years old when he moved to Florence in 1490 and joined the informal art academy sponsored by Lorenzo de Medici in his sculpture garden at Piazza San Marco in Florence. For two years, Michelangelo lived in the Medici Palace and studied in Lorenzo’s garden of antiquities under the guidance of Bertoldo di Giovanni, the sculptor and portrait medallist who was curator of Lorenzo’s antiquities and instructor of the young talents who studied there. Michelangelo’s first sculpture (1490-1491) was the Madonna of the Steps, a low relief homage to Donatello’s relievo staccato (smashed relief) technique. The Madonna sits on a square stone block, the Christ child on h...

Kadwa sach

 

Steps to Create a Webpage in HTML using Notepad

  Steps to Create a Webpage in HTML using Notepad A website is simply a collection of web pages. A web page or web documents written in  HTML (HyperText Markup Language) . These Web pages can be viewed using any web browser and Internet. Html Language is used to write code and programs to create a webpage. It is easy to create a webpage and you can learn it with few basic steps mentioned below: HTML Program or page can be created by many HTML or Text Editors. These editors are software that help us writing our code with easy user interface. Today, we will see how to create a html or webpage using Notepad Editor. Notepad editor is built-in text editor in Windows Computers. You can find similar editors in Mac and Linux Operating system as well. There are many advanced HTML editor or software are also available. However, we will recommend using default and simple editor like notepad for the beginners. That is always a good way to start learning HTML. Creating a Simple HTML Page u...