Pario TechnoBlob
About
Posts
Tag: html
Left and Right align text on the same line
It can sometimes be useful to have some text be aligned to the left and some text be aligned to the right on the same line, eg in a footer. Here is how this can be done in...
Remove HTML metatags from a file using sed
sed -e 's/< [^>]*>//g' myfile.html
««
«
1
2
»
»»