Question:How will you link a style sheet named "ssa.css" in your web page?
A <import name=''stylesheet'' url=''ssa.css''> B b<link rel=''stylesheet'' type=''text/css'' href="ssa.css"> C <style name=''stylesheet'' url=''ssa.css''>
+ AnswerB
+ Report