

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Answers to short and long answer questions related to css properties, including explanations of inline styling, text properties, font styles, border and margin properties, and specific property names. It also includes examples and definitions of key terms.
What you will learn
Typology: Exercises
1 / 3
This page cannot be seen from the preview
Don't miss anything!
Ans: CSS stands for Cascading Style Sheets.It is used to style the web pages.It helps to make HTML document more stylish and presentable.
Ans: The word and letter spacing are the text properties of an element.
Word – spacing : is used to add or subtract spaces between the words of a sentence.
Letter-spacing: is used to add or subtract spaces between the letters that make up a word.
Ans: Background – position is the background properties which is used to set the position of the background image of an HTML element.
Ans: Text-indent is the CSS text propetries used to indent the text of a paragraph.
Ans: The Syntax rule of CSS Style is:
Selector Declaration Declaration
H1 {Property : value ; Property : Value}
The selector points to the HTML element to style. The declaration block contains one or more declarations separated by semicolon Eacg declaration includes a CSS property name and Value, separate by a colon It ends with a semicolon, and declaration blocks are surrounded by the curly braces.
Q2. LONG ANSWER QUESTIONS:
Ans: Inline styling allows to use multiple properties in one style tag.When CSS is written using Style attribute inside a tag is called “ inline style”
Example : code for Inline style attribute
Welcome to the CSS HTML code using Inline style
Ans: CSS text properties helps in styling the text.
Ans: Font style properties are –