[2] html tag (anchor point within a page) from w3schools
[3] Syntax Highlighter in Blog
[4] pre tag from w3schools
[4] div
[5] tt
[6] css_selectors via id(unique style), class(common style)
Ref [1] [3]
- Create anchor via 'id' attribute in html tag
- Add Link to anchor within web page '#tips'
- Add Link to anchor from other page externally 'xxxx.htm#tips'
Useful Tips Section
Visit the Useful Tips Section Visit the Useful Tips Section
Ref [2]
The tag defines a hyperlink, which is used to link from one page to another. In HTML 4.01, the tag could be either a hyperlink or an anchor. In HTML5, the tag is always a hyperlink, but if it has no href attribute, it is only a placeholder for a hyperlink. HTML5 has some new attributes, and some HTML 4.01 attributes are no longer supported.
Show text in box
#!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey -cursor_name left_ptr autocutsel -fork lxsession -s Lubuntu -e LXDE
No comments:
Post a Comment