Create well-formed and valid HTML5 document. The content of the
document should be related to your chosen topic of the
project. This could become the main page or the “About us” page of
the website you are developing. The solution should consist of
the HTML webpage and an external CSS stylesheet linked to it. The
solution should include:
CSS formatting for headings, paragraphs, table elements, ordered
and unordered lists,
CSS-defined page layout including decorations using
graphical background element,
A block containing hyperlinks and the main content block
located next to each other (in contrast to their default layout,
which would result in presenting them one after another), and a
document footer element (occupying the full width of the page,
an image.
Make sure you are not depending on deprecated features of HTML and
do not introduce excessive
markup where the proper CSS would suffice.
In addition, include in the same CSS stylesheet the
media-specific formatting for printing the page. Make sure that in
case of printing the following presentation changes occur:
The navigational block with hyperlinks is omitted;
The document content text uses a font Times or
some other serif font.
Create well-formed and valid HTML5 document. The content of the document should be related to your chosen topic of the p
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am