What is HTML - W3Schools
https://www.w3schools.com/whatis/whatis_html.aspHTML stands for H yper T ext M arkup L anguage HTML is the standard markup language for Web pages HTML elements are the building blocks of HTML pages HTML elements are represented by <> tags HTML Elements An HTML element is a start tag and an end tag with content in between: <h1> This is a Heading </h1> HTML Attributes
HTML tags for text - Flavio Copes
https://flaviocopes.com/html-text-tags07.08.2019 · The blockquote HTML tag is useful to insert citations in the text. Browsers by default apply a margin to the blockquote element. Chrome applies a 40px left and right margin, and a 10px top and bottom margin. The q HTML tag is used for inline quotes. Horizontal line. Not really based on text, but the hr tag is often used inside