. Each link will take you to a brand new topic. ENJOY!
- Is Style a tag? if not, then what is it?
-
- The <style> tag is used to define style information (CSS) for a document. Inside the <style> element you specify how HTML elements should render in a browser
- What is the proper syntax for adding style?
-
- There are three main methods for adding styles to HTML, each with specific syntax rules: Inline (within HTML tags), Internal (in the <head> section), and External (linked via a stylesheet).
- What kind of tag is a <hr> tag? What does it stand for? What does it do?
-
- The <hr> tag in HTML stands for "Horizontal Rule" and is a self-closing tag that creates a visual, thematic break or divider
Click here to go back to the Notes homepage.