Basics of Web Design: Html5 & Css3
Basics of Web Design: Html5 & Css3
4th Edition
ISBN: 9780134444338
Author: Terry Felke-Morris
Publisher: PEARSON
Question
Book Icon
Chapter 7, Problem 1FWD
Program Plan Intro

Web page creation using CSS techniques

Program plan:

  • Include the HTML tag “<HTML>”.
  • Include the title on the webpage using “<head>” tag.
  • Include the title on the webpage using “<title>” tag.
  • Include the style tag using “<style>” for internal style.
    • Add the style for “body” tag with class of “blue-text”.
    • Add the style for “header” tag with class of “red-text”.
      • Set the border-radius as “10” pixel to show the rounded corner.
    • Add the style for “footer” tag with class of “footer”.
      • Set the border-radius as “10” pixel to show the rounded corner.
      • Set the box-shadow as “5px 5px 10px #202020” to show the shadow effect.
  • Open the body of the web page using “<body>” tag.
  • Open the header tag with class name to display the header of the webpage.
  • Open the header tag to display the URL and name of the website.
  • Open the header tag to display the description of techniques.
  • Open the header tag to display the discussion of techniques.
  • Open the footer of the web page using “<footer>” tag.
  • Close all the tags.

Blurred answer
Students have asked these similar questions
Explain the difference between margin and padding in CSS. Write the CSS code that adds a margin of 5 px and a padding of 10 px in all sides of a paragraph tag in html
Create a CSS style for an H3 element, where: - colour is blue (in RGB format) - text aligned to left - text decoration red wavy underline - text transformed to uppercase
write a CSS style rule to set up a linear gradient background based on the following requirements:   it is for a class named peterthe direction of the linear gradient is to be from right to left and must be represented by degreesthe starting colour must be red and presented in the RGB formatthe ending colour must be blue and presented in hexadecimal format
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education