A. Fill in the blanks.
1.__________ is a piece of ordinary text that has a special feature of linking the other documents or web pages.
2.One way to apply CSS to HTML elements is by using the __________ attributes.
3.The __________ is the option chosen for a property.
4.The __________ elements include both on and off tags.
5.The __________ elements splits the line and displays the text on a new line.
HINTS .Value .Hypertext .Line Break .Style .Container
Answers
Style sheets represent a major breakthrough for Web page designers, expanding their ability to improve the appearance of their pages. In the scientific environments in which the Web was conceived, people are more concerned with the content of their documents than the presentation. As people from wider walks of life discovered the Web, the limitations of HTML became a source of continuing frustration and authors were forced to sidestep HTML's stylistic limitations. While the intentions have been good -- to improve the presentation of Web pages -- the techniques for doing so have had unfortunate side effects. These techniques work for some of the people, some of the time, but not for all of the people, all of the time. They include:
Using proprietary HTML extensions
Converting text into images
Using images for white space control
Use of tables for page layout
Writing a program instead of using HTML
These techniques considerably increase the complexity of Web pages, offer limited flexibility, suffer from interoperability problems, and create hardships for people with disabilities.
Style sheets solve these problems at the same time they supersede the limited range of presentation mechanisms in HTML. Style sheets make it easy to specify the amount of white space between text lines, the amount lines are indented, the colors used for the text and the backgrounds, the font size and style, and a host of other details.
For example, the following short CSS style sheet (stored in the file "special.css"), sets the text color of a paragraph to green a
Answer:
- Hypertext is a piece of ordinary text that has a special feature of linking the other documents or web pages.
- One way to apply CSS to HTML elements is by using the Style attributes.
- The Value is the option chosen for a property.
- The Container elements include both on and off tags.
- The Line Break elements splits the line and displays the text on a new line.
Hope this is helpful to you.
Please mark my answer as brainliest.
Have a nice day.