Paragraph
Paragraph
Paragraph
Title
Image
<p>My first page</p>
Opening tag
Closing tag
Content
<h1>My first web page</h1>
<p>Hello world!</p>
<html> <body> <h1>...</h1> <p>...</p> <p>...</p> <div> <a>...</a> </div> </body> </html>
<p> | Paragraph |
<em> | Italics |
<strong> | Bold |
<a href="..."> | Link |
<h1>, <h2>, ... | Titles |
<img src="..."> | Image |
tinyurl.com/ictgirlshtml
<html>
<body>
<p>Welcome to my site</p>
<div>...</div>
<div class="question">
<div>...</div>
<p>What is your name?</p>
</div>
</body>
</html>
<html>
<body>
<p>Welcome to my site</p>
<div>...</div>
<div class="question">
<div>...</div>
<p>What is your name?</p>
</div>
</body>
</html>
<html>
<body>
<p>Welcome to my site</p>
<div>...</div>
<div class="question">
<div>...</div>
<p>What is your name?</p>
</div>
</body>
</html>
Make your page look like this:
color | Text colour, for example blue |
background-color | Background colour, for example yellow |
font-size | Font size, for example 16px |
text-align | Text alignment, for example left, right, or center |
border | Border style, for example 2px solid red |
You now know the basics of web development