4
.4 Activity
(file: inline1.html)
Using the file inline1.html, add Style information to the text
so that:
- All Hyperlinks will appear in black text initially and visited links will show in green
text
- Text between the <P></P> tags will be displayed in blue
- Text between the <B></B> tags will also be in Italic
Solution
View Solution
4.6 Activity
(file: inline1.html)
Using the file inline1.html, add Style information to the text
so that:
- The first Hyperlink appears initially as green
- Any other Hyperlinks appear initially as black
- The First Heading on the page is displayed using a different font of your choice
Solution
View Solution
4.8 Activity
(file: none - create)
Create a Style Sheet using a text editor with rules such that:
- Page backgrounds will be green
- <H1></H1> tags will contain text that is bold, blue, use the Arial
font and will be underlined
- Hyperlinks will initially be white and will show as black when visited
- Text between <B></B> tags will be in italics and of size 16pt
- Create two basic HTML pages that use your new Style Sheet make a hyperlink from
the first page to the second in order to see the styles affect both pages.
- Alter your Style Sheet such that the page background will be red notice that by
altering the Style Sheet, the change affects both HTML documents.
Solution
View Solution