How can we make our web pages attractive?
So far we have been looking at html tags to put HTML content into the <body> section of our webpage.
Let's create a new section where we will put CSS, the language for styling web pages.
h1{
color:red;
font-size:40px;
}
Follow these steps to create a webpage about Tokyo in Japan.
First, let's set up a project folder called Tokyo Project.
Watch the video and let's start to style the webpage. Can you see how to include CSS in a webpage?
body{
background-color:lightgray;
}
Here are some useful phrases you can use in Tokyo.
Export it as a mp3 file into your project folder
.<audio controls>
<source src = "" type = "">
</audio>
Do some research on the following tags. Can you figure out how to incorporate them into your webpage?
Also, think about how to style them... you could create some new classes...
<del></del>
<meter></meter>
<progress></progress>
<details></details>
<datalist></datalist>
Submit your project folder as instructed by your tutor.
browser file tags body save h1 html h4 folder structure refresh image organisedexport embed