Exercise (HTML, CSS)
Exercise (HTML, CSS)
Create the following tables by considering the colspan and rowspan attributes.
Exercise – 2
Create a page with a link at the top, once the link has been clicked it will jump to the bottom of
the page.
Exercise – 3
Create the following web page using heading tag, paragraph tags and style attributes in HTML.
( Internal CSS) – Using style element in the HTML < head > Section
Section Values
Main Title H1, Blue colour font, left aligned
H2,white colour font, left aligned
Sub Title Background colour - black
Width : 500px
Background colour - grey
Paragraph Width: 500px
Exercise – 4
Create the following web page by considering the aforementioned exercise ( Exercise- 03) and division
tag (div tag) in HTML.