CSS (1)
What is CSS?
- CSS stands for Cascading Style Sheets
- CSS describes how HTML elements are to be displayed on screen, paper, or in other media
- CSS saves a lot of work. It can control the layout of multiple web pages all at once
- External stylesheets are stored in CSS files
Why Use CSS?
CSS is used to define styles for your web pages, including the design, layout and variations in display for different devices and screen sizes.
Source: http://www.w3schools.com
HTML (2)
What is HTML?
HTML is a markup language for describing web documents (web pages).
- HTML stands for Hyper Text Markup Language
- A markup language is a set of markup tags
- HTML documents are described by HTML tags
- Each HTML tag describes different document content
HTML Tags
HTML tags are keywords (tag names) surrounded by angle brackets:
<tagname>content</tagname>
- HTML tags normally come in pairs like <p> and </p>
- The first tag in a pair is the start tag, the second tag is the end tag
- The end tag is written like the start tag, but with a slash before the tag name
Source: http://www.w3schools.com
Other (1)
Can you please re link fonts to google’s https address. Goole fonts are not loading at this...
- splashyneptune@aol.com asked 7 years ago
- last active 7 years ago
Is sellercore Amazon html compatible for images in description?? Thx
- jackool2005@netzero.com asked 7 years ago
- last active 7 years ago
I have a custom font file (.ttf, .otf, .woff) I would like to use online. How do I use CSS to lin...
- Sellercore asked 9 years ago
- last active 9 years ago