content top
HTML Basics: Formatting Text...
HTML Basics: Formatting Text
Formatting Bold Text The most common ways to format bold text using HTML. HTML strong tag: The strong tag is what’s known as a logical style and should be used when you want to add a strong emphasis to the word(s) in between the open and close tags. This is especially important with screen readers... 
HTML Basics: Linking...
HTML Basics: Linking
The anchor tag. The anchor tag or the a tag is used to create links to other web pages, web sites, email and documents. The ‘a‘ stands for ‘anchor‘ and is usually used in this format: <a href=”http://www.webbingaround.com” title=”Webbing Around” >Webbing... 

« Previous Entries |