I'm in a web programming 1 course in college and need some help. I'm almost finished the assignment.
I need to:
(1) Add a photo
(2) Add a class selector called bright with pink blinking text to a few elements
(3) override blockquote.bright so that it does not blink
(4) apply 5 <div> elements to my 3 web pages (home, biography, resume)
---
(1) How come <img src=“C:\Documents and Settings\Work\Desktop\COMP A2\pictures\img.jpg” alt=“Photo” height=“100” width=“100”/> does not work? (I have the picture in that folder)
(2) How do I add this new class selector? My css file won't allow me to change the format of any of the elements. It's strictly what the css file has.
(3) How do I override a class?
(4) What are 5 common <div> elements that I can quickly insert into my document? I know footer is one. But I also don't know the code for it...
Thanks
I need to:
(1) Add a photo
(2) Add a class selector called bright with pink blinking text to a few elements
(3) override blockquote.bright so that it does not blink
(4) apply 5 <div> elements to my 3 web pages (home, biography, resume)
---
(1) How come <img src=“C:\Documents and Settings\Work\Desktop\COMP A2\pictures\img.jpg” alt=“Photo” height=“100” width=“100”/> does not work? (I have the picture in that folder)
(2) How do I add this new class selector? My css file won't allow me to change the format of any of the elements. It's strictly what the css file has.
(3) How do I override a class?
(4) What are 5 common <div> elements that I can quickly insert into my document? I know footer is one. But I also don't know the code for it...
Thanks