Answer the question
In order to leave comments, you need to log in
How to add an underline to links when hovering over a block?
There is a construction of the form
<li>
<a>Ссылка <br>
Текст</a>
</li>
li:hover a{
text-decoration:underline;
}
Answer the question
In order to leave comments, you need to log in
Prints the contents of a file, byte by byte, to the console screen.
1. looks at the number of arguments - too few - displays usage help.
2. if there is an argument, it tries to open the file; if it fails, it displays an error message.
3. reads the file byte by byte and outputs these bytes to the console - if a read error occurs, it displays an error.
cmd => cd path_to_exe => fileReader.exe path_to_any_file_that_program_reads
this is the normal behavior of links, because a link is not a whole block of text. Make the link block!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question