5 lecture Website Design & Development, Slides of Web Design and Development

5 lecture Website Design & Development

Typology: Slides

2021/2022

Uploaded on 04/03/2022

ImChoi
ImChoi 🇻🇳

4.4

(5)

15 documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Lab: HTML Structure
Navigation Bar
Create a Web Page like the following.
Create two files: "nav-bar.html" and "nav-bar.css".
Constraints
<nav> tag as container
<body>
o Margin: 0px;
o Padding: 0px;
o Background Color: #CCCCCC;
<ul> tag for unordered list
o Background Color: #444;
o Center the text
o Padding: 0px;
o Margin: 0px;
o list-style:none;
<li> tag for list item
o Text size: 24px;
o Line Height: 40px;
o Height: 40px;
o Padding: 20px;
<a> tag for hyperlink
o text-decoration: none;
pf3
pf4
pf5

Partial preview of the text

Download 5 lecture Website Design & Development and more Slides Web Design and Development in PDF only on Docsity!

Lab: HTML Structure

Navigation Bar

Create a Web Page like the following. Create two files: "nav-bar.html" and "nav-bar.css". Constraints

  • **** tag as container
  • o Margin: 0px; o Padding: 0px; o Background Color: #CCCCCC;
  • **** tag for unordered list o Background Color: #444; o Center the text o Padding: 0px; o Margin: 0px; o list-style:none;
  • **** tag for list item o Text size: 24px; o Line Height: 40px; o Height: 40px; o Padding: 20px;
  • **** tag for hyperlink o text-decoration: none;

o Text-Color: #ffffff; Hints Use:

  • **** with display: inline-block;

Page Content

Create a Web Page like the following using "page-content.txt". Create two files: "page-content.html" and "page-content.css" Constraints

  • **** as a container
  • **** tag for content o **** with: ▪ **** Text size: 28px;

    Font Style: italic;
  • Paragraph o Text size: 24px;
  • o Margin: 0px; o Padding: 0px; o Background color: #CCCCCC;
  • o Margin Left: 20px;

Create two files: " **exam-results.html** " and " **exam-results.css** " Constrains
  • Border for **, , , ** o 1px solid #000000;
  • **** with **** for Table Heading
  • **** for bold text o Font Weight: bold; o Center the text
  • **** for text in the footer o Width: 400px; o Text Align: right; o Padding Right: 5px;
  • Table data o Padding Left: 5px; Hints Use:
  • for number sign