
- #Can highlight colors in word help improve focus how to
- #Can highlight colors in word help improve focus code
There are cases where highlighting may be disadvantageous. Students who received this training performed better on reading comprehension tests than students who did not receive this training.Įvidence against this: While highlighting may help if done well, most studies found no benefit of highlighting (as typically used) over just reading (Fowler & Barker, 1974 Rickards & Denner, 1979 Stordahl & Christensen, 1956 Todd & Kessler, 1971). Hayati and Shariatifar (2009) had students read the text and identify main ideas, and then, gave them feedback before allowing them to highlight the text. This restriction forced students to only highlight what was most important and focus on main ideas.

These students recalled more from the text than students who just read the text. Rickards and August (1975) asked students to only highlight one sentence per paragraph. On the bright side, researchers have found some success in improving student’s ability to highlight effectively and in turn, improving their performance on tests. Subjects could perform better when reading pre-highlighted text than when highlighting the text themselves because researchers are often better at identifying the most important details of the text (Nist & Hogrebe, 1987). Unfortunately, students don’t always know which details are important to highlight effectively. ‘Great! Highlight more!’ you may say BUT we can’t highlight everything, or else is anything really highlighted (as important)? It turns out that any advantage depends on the effectiveness of one’s highlighting. Johnson (1988) found that subjects who highlighted text while reading performed better on questions related to the information they highlighted but at a cost of performing worse on questions related to information they did not highlight.

For example, Blanchard and Mikkelson (1987) and L.
#Can highlight colors in word help improve focus how to
This whole paragraph of text is highlighted in yellow.Myth: Highlighting* the textbook will help me study for the test.Īs seen in: Used textbooks (paper or digital), Youtube videos and blog posts on how to be a straight A student or how to study better, students exchanging studying tips.Įvidence for this: While there is little to no evidence that highlighting text while reading is significantly better than just reading for test performance, some studies have found cases where highlighting may have a slight advantage.
#Can highlight colors in word help improve focus code
Example code This whole paragraph of text is highlighted in yellow. The CSS class or style class mentioned above could also be applied to a paragraph tag if you wanted to highlight a complete paragraph as shown below. Example code test How to highlight a complete paragraph If you want to use the "highlightme" class to highlight your text, you can create a tag in your HTML which references the CSS class. First, the body background color is set to blue, second, a new class called "highlightme" with a yellow background, and finally, the paragraph tag has a white background. In the CSS code above, there are three elements being defined. You can also create a CSS class and set the "background-color" attribute, as shown in the example below. With the same code, you could also highlight one or more words within a paragraph to draw attention to a specific section of the text.
