Write the HTML code to make a link out of the text “All About Puppies.” It should link to a PDF called “puppies.pdf” inside the “documents” folder. The PDF should open in a new window.
Ответы
                                            Ответ дал: 
                                                                                    
                                        
                                            
                                                
                                                
                                                
                                                    2
                                                
                                            
                                        
                                    Answer:
<a href="documents/puppies.pdf" target="_blank">All About Puppies</a>
Explanation:
In this code:
- `href="documents/puppies.pdf"` specifies the path to the PDF file inside the "documents" folder.
- `target="_blank"` is used to open the link in a new browser window or tab.
                    kamenkovaanastasia95:
                    Допоможи будь ласка з останнім завданням у профелі 
                
            
                    
                    Прошу помоги с последним заданием
                
            Вас заинтересует
                
                        1 год назад
                    
                
                        1 год назад
                    
                
                        2 года назад
                    
                
                        8 лет назад