Answers for "html can you add a style to a class to tell it to reset"

4

how do i set a pdf to be download link in html

<a href="./directory/yourfile.pdf" download="newfilename">Download the pdf</a>
Posted by: Guest on February-29-2020
0

how can i make a quote element in html

<p>Anything you'd like to mention goes here: <blockquote>"Insert actual quote here."</blockquote> - Mr. Name
Posted by: Guest on March-16-2020

Code answers related to "html can you add a style to a class to tell it to reset"

Browse Popular Code Answers by Language